Create a skeleton for documentation

This commit is contained in:
Krzysztof Klimonda
2013-03-06 15:24:51 -08:00
parent 6818236893
commit b0d1cb4e19
6 changed files with 368 additions and 9 deletions

13
docs/templates/layout.html vendored Normal file
View File

@@ -0,0 +1,13 @@
{#
sphinxdoc/layout.html
~~~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the sphinxdoc theme.
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{% extends "base.html" %}
{# put the sidebar before the body #}
{% block yield %}{{ toc }}{% endblock %}