diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-22 12:48:32 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-22 12:55:37 -0800 |
commit | 03768eadcafbbab93f9c5c6c67479e97249e7a09 (patch) | |
tree | 1c7057eb73f0331086b7e016b1c41a75e677830a /sites/www/index.rst | |
parent | 5a1f927310414ca47408c3f2f81a0b43beb8cb19 (diff) |
Migrate 1.10.x NEWS entries to Sphinx changelog
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r-- | sites/www/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst index 7d203b62..f8db6fd0 100644 --- a/sites/www/index.rst +++ b/sites/www/index.rst @@ -6,13 +6,14 @@ providing both client and server functionality. While it leverages a Python C extension for low level cryptography (`PyCrypto <http://pycrypto.org>`_), Paramiko itself is a pure Python interface around SSH networking concepts. -This website covers project information for Paramiko such as contribution -guidelines, development roadmap, news/blog, and so forth. Detailed +This website covers project information for Paramiko such as the changelog, +contribution guidelines, development roadmap, news/blog, and so forth. Detailed usage and API documentation can be found at our code documentation site, `docs.paramiko.org <http://docs.paramiko.org>`_. .. toctree:: blog + changelog installing contributing contact |