aboutsummaryrefslogtreecommitdiff
path: root/sites/www/index.rst
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2014-05-11 22:30:26 -0400
committerJeremy T. Bouse <jbouse@debian.org>2014-05-11 22:30:26 -0400
commit56d4b9be3ecb1f4dc6fd6c081d58286e323955b7 (patch)
tree4929cbf73c8bb4f4d896f67f23afdcd4463c784e /sites/www/index.rst
parent5552efae3b0075cca67430a0be5b352f3a256475 (diff)
parent4e426087436d01fe00a120e5e7ce7a5e0a1e0970 (diff)
downloadpython-paramiko-56d4b9be3ecb1f4dc6fd6c081d58286e323955b7.tar
python-paramiko-56d4b9be3ecb1f4dc6fd6c081d58286e323955b7.tar.gz
Merge tag 'upstream/1.14.0'
Upstream version 1.14.0
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r--sites/www/index.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst
index 7fefedd..1b60970 100644
--- a/sites/www/index.rst
+++ b/sites/www/index.rst
@@ -1,7 +1,7 @@
Welcome to Paramiko!
====================
-Paramiko is a Python (2.5+) implementation of the SSHv2 protocol [#]_,
+Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_,
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.
@@ -11,19 +11,17 @@ 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>`_.
+Please see the sidebar to the left to begin.
+
.. toctree::
+ :hidden:
+
changelog
+ FAQs <faq>
installing
contributing
contact
-.. Hide blog in hidden toctree for now (to avoid warnings.)
-
-.. toctree::
- :hidden:
-
- blog
-
.. rubric:: Footnotes