diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-18 16:50:42 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-22 12:22:05 -0400 |
commit | ce454580c03997d9b5873fe31e1ce27d1c64cf12 (patch) | |
tree | a0e2234b832b0ddda194da03c92b01d0f5ce6f2e /sites/docs/api | |
parent | 31a5a30cf50d3971693417ccfd1e15c1f8302147 (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/docs/api')
-rw-r--r-- | sites/docs/api/auth.rst | 8 |
1 files changed, 8 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 |