diff options
author | Tom Cocagne <devnull@localhost> | 2011-03-25 11:35:27 -0400 |
---|---|---|
committer | Tom Cocagne <devnull@localhost> | 2011-03-25 11:35:27 -0400 |
commit | 3259c3ca42cdc387d239e941fc1dafd90574be9c (patch) | |
tree | 2e4feae821dcb0da6e04ebc792d04b2e9fee05f7 /doc/index.rst | |
parent | c540d788ac288f5d94acbf932f4541dc61ad63c6 (diff) |
Updated documentation
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst new file mode 100644 index 0000000..0c13606 --- /dev/null +++ b/doc/index.rst @@ -0,0 +1,22 @@ +.. Secure Remote Password documentation master file, created by + sphinx-quickstart on Fri Mar 25 10:20:52 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Secure Remote Password's documentation! +================================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + srp.rst + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |