Skip to content

Commit 0af6df9

Browse files
committed
First stab at segmented TOCtrees.
Makes sidebar TOC a little funny tho.
1 parent 22766e9 commit 0af6df9

2 files changed

Lines changed: 43 additions & 4 deletions

File tree

sites/docs/api/transport.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Transport (core protocol)
2-
=========================
1+
Transport
2+
=========
33

44
.. automodule:: paramiko.transport

sites/docs/index.rst

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,46 @@ This site covers Paramiko's usage & API documentation. For basic info on what
55
Paramiko is, including its public changelog & how the project is maintained,
66
please see `the main website <http://paramiko.org>`_.
77

8+
9+
API documentation
10+
=================
11+
12+
Core SSH protocol classes
13+
-------------------------
14+
15+
.. toctree::
16+
api/channel
17+
api/client
18+
api/message
19+
api/packet
20+
api/transport
21+
22+
23+
Authentication & key handling
24+
-----------------------------
25+
826
.. toctree::
9-
:glob:
27+
api/agent
28+
api/hostkeys
29+
api/keys
30+
api/win_pageant
1031

11-
api/*
32+
33+
Other primary functions
34+
-----------------------
35+
36+
.. toctree::
37+
api/config
38+
api/proxy
39+
api/server
40+
api/sftp
41+
42+
43+
Miscellany
44+
----------
45+
46+
.. toctree::
47+
api/buffered_pipe
48+
api/file
49+
api/pipe
50+
api/ssh_exception

0 commit comments

Comments
 (0)