diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-21 09:58:19 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-21 09:58:19 -0800 |
commit | 88140996a7a259e9e028b022c037223ee97c4c87 (patch) | |
tree | 5815a3e16d4aa8f3a98897ec76dedccf4794d307 | |
parent | a58cf80139ff0c8059eebe8bd0c55963a5a33f53 (diff) |
Too much 'handling'
-rw-r--r-- | sites/docs/api/config.rst | 4 | ||||
-rw-r--r-- | sites/docs/api/hostkeys.rst | 4 | ||||
-rw-r--r-- | sites/docs/index.rst | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 0a9fa1dc..6f9d3ce3 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -1,4 +1,4 @@ -Configuration handling -====================== +Configuration +============= .. automodule:: paramiko.config diff --git a/sites/docs/api/hostkeys.rst b/sites/docs/api/hostkeys.rst index b57a2c6c..0859fbed 100644 --- a/sites/docs/api/hostkeys.rst +++ b/sites/docs/api/hostkeys.rst @@ -1,4 +1,4 @@ -Host key / known_hosts handling -=============================== +Host keys / ``known_hosts`` files +================================= .. automodule:: paramiko.hostkeys diff --git a/sites/docs/index.rst b/sites/docs/index.rst index 5133c244..98f4069a 100644 --- a/sites/docs/index.rst +++ b/sites/docs/index.rst @@ -21,8 +21,8 @@ Core SSH protocol classes api/transport -Authentication & key handling ------------------------------ +Authentication & keys +--------------------- .. toctree:: api/agent |