diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 | ||||
-rw-r--r-- | docs/policies.rst | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 77fa5eba..cd3bf199 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -92,5 +92,6 @@ Core Reference :maxdepth: 2 archive + policies reporting utilities diff --git a/docs/policies.rst b/docs/policies.rst new file mode 100644 index 00000000..9a2ccd72 --- /dev/null +++ b/docs/policies.rst @@ -0,0 +1,8 @@ +``sos.plugins`` --- Policy Interface +==================================== + +.. automodule:: sos.policy + :noindex: + :members: + :undoc-members: + :show-inheritance: |