diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-04-07 20:11:06 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-04-07 20:11:06 -0400 |
commit | 3eae167e0f40b26d480a47f73f1b44deb9752629 (patch) | |
tree | 373c9a3c098574acf1fb3c3700e65c3c2e3eecb9 /docs/index.rst | |
parent | 146ad23e9b651d71cbdddf5be76a28ed5cb60353 (diff) | |
download | mediagoblin-3eae167e0f40b26d480a47f73f1b44deb9752629.tar.lz mediagoblin-3eae167e0f40b26d480a47f73f1b44deb9752629.tar.xz mediagoblin-3eae167e0f40b26d480a47f73f1b44deb9752629.zip |
Adds Sphinx docs infrastructure.
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..94f6c7f7 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,20 @@ +.. GNU MediaGoblin documentation master file, created by + sphinx-quickstart on Thu Apr 7 20:10:27 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to GNU MediaGoblin's documentation! +=========================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |