diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 11:21:47 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 11:21:47 -0700 |
commit | b64929b18f180d7abd8e7295ac769b58596ee5a8 (patch) | |
tree | 83ff561f8998bb23957d360d601517834ed24b91 | |
parent | 370043071890c137ff51b21773fa5b1cb3f31806 (diff) | |
download | cryptography-b64929b18f180d7abd8e7295ac769b58596ee5a8.tar.gz cryptography-b64929b18f180d7abd8e7295ac769b58596ee5a8.tar.bz2 cryptography-b64929b18f180d7abd8e7295ac769b58596ee5a8.zip |
Clean up the docs index
-rw-r--r-- | docs/index.rst | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/docs/index.rst b/docs/index.rst index 86ce214c..47acbde9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,22 +1,7 @@ -.. Cryptography documentation master file, created by - sphinx-quickstart on Tue Aug 6 19:19:14 2013. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to Cryptography's documentation! -======================================== +Welcome to ``cryptography``'s documentation! +============================================ Contents: .. toctree:: :maxdepth: 2 - - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - |