From ce454580c03997d9b5873fe31e1ce27d1c64cf12 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 18 May 2023 16:50:42 -0400 Subject: 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 --- sites/docs/api/auth.rst | 8 ++++++++ sites/docs/index.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 sites/docs/api/auth.rst (limited to 'sites') 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 -- cgit v1.2.3