Skip to content

Commit

Permalink
Make keys doc file easier to follow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 19, 2014
1 parent 64fea9c commit 17dbb6a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sites/docs/api/keys.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
============
Key handling
============

Parent key class
================

.. automodule:: paramiko.pkey

DSA (DSS)
=========

.. automodule:: paramiko.dsskey

RSA
===

.. automodule:: paramiko.rsakey

ECDSA
=====

.. automodule:: paramiko.ecdsakey

0 comments on commit 17dbb6a

Please sign in to comment.