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
This commit is contained in:
Joar Wandborg
2012-04-01 01:21:20 +02:00
parent 8588505c6f
commit f4cc3a9d52
14 changed files with 731 additions and 1 deletions

22
api-docs/source/index.rst Normal file
View File

@@ -0,0 +1,22 @@
.. GNU MediaGoblin documentation master file, created by
sphinx-quickstart on Sun Apr 1 01:11:46 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to GNU MediaGoblin's API documentation!
===========================================
See the :ref:`modindex` or this ToC:
.. toctree::
:maxdepth: 10
mediagoblin
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`