diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-27 15:57:44 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 11:41:52 -0400 |
commit | 66f871daf15506ef515ed385df3e6cd55633deb5 (patch) | |
tree | a35120914ed95fbc56d0f21ea00efe966c61af4e /docs/parsers.rst | |
parent | 9f4debf2de943f3c85a6982e8228006965f6c894 (diff) | |
download | sos-66f871daf15506ef515ed385df3e6cd55633deb5.tar.gz |
[docs|cleaner] Update parser docstring to Sphinx style
Updates the docstring style for `SoSCleanerParser` to Sphinx style as
part of the effort to update our Sphinx documentation
Related: #2172
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/parsers.rst')
-rw-r--r-- | docs/parsers.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/parsers.rst b/docs/parsers.rst index 4d8e2656..7b15ca25 100644 --- a/docs/parsers.rst +++ b/docs/parsers.rst @@ -4,5 +4,4 @@ .. automodule:: sos.cleaner.parsers :noindex: :members: - :undoc-members: :show-inheritance: |