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/index.rst | |
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/index.rst')
-rw-r--r-- | sites/docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |