+ {% block content %}
+ {{ content }}
+ {% endblock %}
+
+ diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/__init__.pyc b/__init__.pyc new file mode 100644 index 00000000..0f8028a0 Binary files /dev/null and b/__init__.pyc differ diff --git a/base.html b/base.html new file mode 100644 index 00000000..b19a1c89 --- /dev/null +++ b/base.html @@ -0,0 +1,118 @@ + + + +
+ + + + {% if page_description %}{% endif %} + {% if site_author %}{% endif %} + {% block htmltitle %} +For full documentation visit mkdocs.org.
+mkdocs new [dir-name] - Create a new project.mkdocs serve - Start the live-reloading docs server.mkdocs build - Build the documentation site.mkdocs help - Print this help message.mkdocs.yml # The configuration file.
+docs/
+ index.md # The documentation homepage.
+ ... # Other markdown pages, images and other files.
+
+
+