Consolidate SFTP docs
This commit is contained in:
parent
c8d97d78c4
commit
09c0006a40
|
@ -1,4 +1,10 @@
|
||||||
paramiko.sftp module
|
SFTP
|
||||||
====================
|
====
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp
|
.. automodule:: paramiko.sftp
|
||||||
|
.. automodule:: paramiko.sftp_attr
|
||||||
|
.. automodule:: paramiko.sftp_client
|
||||||
|
.. automodule:: paramiko.sftp_file
|
||||||
|
.. automodule:: paramiko.sftp_handle
|
||||||
|
.. automodule:: paramiko.sftp_server
|
||||||
|
.. automodule:: paramiko.sftp_si
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_attr module
|
|
||||||
=========================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_attr
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_client module
|
|
||||||
===========================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_client
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_file module
|
|
||||||
=========================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_file
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_handle module
|
|
||||||
===========================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_handle
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_server module
|
|
||||||
===========================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_server
|
|
|
@ -1,4 +0,0 @@
|
||||||
paramiko.sftp_si module
|
|
||||||
=======================
|
|
||||||
|
|
||||||
.. automodule:: paramiko.sftp_si
|
|
Loading…
Reference in New Issue