summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-05-18 16:50:42 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-22 12:22:05 -0400
commitce454580c03997d9b5873fe31e1ce27d1c64cf12 (patch)
treea0e2234b832b0ddda194da03c92b01d0f5ce6f2e /sites
parent31a5a30cf50d3971693417ccfd1e15c1f8302147 (diff)
Start testing AuthStrategy
Plus! - Document AuthStrategy and AuthHandler modules (latter never had docs? lol) - Minor tweaks to these modules' docstrings etc - Stop comparing to __all__ in __init__.py, ugh
Diffstat (limited to 'sites')
-rw-r--r--sites/docs/api/auth.rst8
-rw-r--r--sites/docs/index.rst1
2 files changed, 9 insertions, 0 deletions
diff --git a/sites/docs/api/auth.rst b/sites/docs/api/auth.rst
new file mode 100644
index 00000000..b6bce36c
--- /dev/null
+++ b/sites/docs/api/auth.rst
@@ -0,0 +1,8 @@
+Authentication modules
+======================
+
+.. automodule:: paramiko.auth_strategy
+ :member-order: bysource
+
+.. automodule:: paramiko.auth_handler
+ :member-order: bysource
diff --git a/sites/docs/index.rst b/sites/docs/index.rst
index 87265d95..675fe596 100644
--- a/sites/docs/index.rst
+++ b/sites/docs/index.rst
@@ -47,6 +47,7 @@ Authentication & keys
---------------------
.. toctree::
+ api/auth
api/agent
api/hostkeys
api/keys