From f4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Sun, 1 Apr 2012 01:21:20 +0200 Subject: 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 --- api-docs/source/themes/mg/layout.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 api-docs/source/themes/mg/layout.html (limited to 'api-docs/source/themes/mg/layout.html') 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 %} + +{%- endblock %} -- cgit v1.2.3