diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-02 18:32:00 -1000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-15 15:49:49 -0600 |
commit | e3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8 (patch) | |
tree | f06d786cfd8556ac3e71c0cd10f3e2d5b4c21113 | |
parent | 41120320d0872594d35a9ad38305f87ca052f6de (diff) | |
download | cryptography-e3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8.tar.gz cryptography-e3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8.tar.bz2 cryptography-e3e1d5546a17e42df6ddeb5d18b041f1dd40b4c8.zip |
move x509 to the top of our docs
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 918b43ac..e64f567c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -62,12 +62,12 @@ The recipes layer .. toctree:: :maxdepth: 2 + x509 fernet random-numbers exceptions faq glossary - x509 The hazardous materials layer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |