From 217358a297664a8fb8419ef8fa21499f88d7eb85 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Thu, 7 Aug 2014 16:23:38 +0200 Subject: [docs] add policies api reference Include the base policy plugin reference in the auto-generated documentation. Signed-off-by: Adam Stokes --- docs/index.rst | 1 + docs/policies.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/policies.rst (limited to 'docs') 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: -- cgit