diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-27 14:47:37 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 11:41:52 -0400 |
commit | 400d784a35cc89db627617d9b51b6ca32dd6ed0a (patch) | |
tree | 213de7cbaefd27cf91984dab0c5840b1daca608b /docs/policies.rst | |
parent | 29a9819c3fd3f0918fb3dcfc24aadc43133755c7 (diff) | |
download | sos-400d784a35cc89db627617d9b51b6ca32dd6ed0a.tar.gz |
[docs|policy] Update Policy to sphinx-style docstrings
Updates the `Policy` and related docstrings to Sphinx-style as part of
the work to bring the API docs up to date.
Related: #2172
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/policies.rst')
-rw-r--r-- | docs/policies.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/policies.rst b/docs/policies.rst index 56fb1c23..eeca0f56 100644 --- a/docs/policies.rst +++ b/docs/policies.rst @@ -4,5 +4,4 @@ .. automodule:: sos.policies :noindex: :members: - :undoc-members: :show-inheritance: |