diff options
author | Brett Smith <brettcsmith@brettcsmith.org> | 2012-07-08 11:07:02 -0400 |
---|---|---|
committer | Brett Smith <brettcsmith@brettcsmith.org> | 2012-07-08 11:07:02 -0400 |
commit | 81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d (patch) | |
tree | 0361e85a142b3574b0de28f172fdcf57f21bb6ee /api-docs/source/index.rst | |
parent | 9c7688667e9a5e96fbf54900976834b4ecf2b033 (diff) | |
parent | a122357ee75d0abf215b552f0923de1fd722f6de (diff) | |
download | mediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.tar.lz mediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.tar.xz mediagoblin-81d3c4cf1cee923c4b803a96b6f5628e9aa9b78d.zip |
Merge branch 'master' into 201207-testfixes
Diffstat (limited to 'api-docs/source/index.rst')
-rw-r--r-- | api-docs/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/api-docs/source/index.rst b/api-docs/source/index.rst new file mode 100644 index 00000000..531996bd --- /dev/null +++ b/api-docs/source/index.rst @@ -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` + |