aboutsummaryrefslogtreecommitdiffstats
path: root/api-docs/source/themes/mg/layout.html
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-04-01 01:21:20 +0200
committerJoar Wandborg <git@wandborg.com>2012-07-07 21:18:27 +0200
commitf4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e (patch)
tree1332a4566dbbd53866c957517af686ee900a6c07 /api-docs/source/themes/mg/layout.html
parent8588505c6fc4d163f7434152310d509fb863d780 (diff)
downloadmediagoblin-f4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e.tar.lz
mediagoblin-f4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e.tar.xz
mediagoblin-f4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e.zip
Added API documentation
- Applied the MediaGoblin docs theme to the API docs - Added api-docs/build to .gitignore - Configured api-docs/source/conf.py - Added /api-docs/source/mediagoblin* to .gitignore - Added apidoc directive to api docs Makefile, will build the API docs based on the source
Diffstat (limited to 'api-docs/source/themes/mg/layout.html')
-rw-r--r--api-docs/source/themes/mg/layout.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/api-docs/source/themes/mg/layout.html b/api-docs/source/themes/mg/layout.html
new file mode 100644
index 00000000..891ed64c
--- /dev/null
+++ b/api-docs/source/themes/mg/layout.html
@@ -0,0 +1,29 @@
+{#
+ default/layout.html
+ ~~~~~~~~~~~~~~~~~~~
+
+ Sphinx layout template for the default theme.
+
+ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+#}
+{% extends "basic/layout.html" %}
+
+{% if theme_collapsiblesidebar|tobool %}
+{% set script_files = script_files + ['_static/sidebar.js'] %}
+{% endif %}
+
+{%- block footer %}
+ <div class="footer">
+ <div>
+
+MediaGoblin documentation released into the public domain via <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>.
+
+ {%- if last_updated %}
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+ {%- endif %}
+
+ {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+ </div>
+ </div>
+{%- endblock %}