diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-07-24 11:43:01 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-08-17 11:41:52 -0400 |
commit | bef0ac86d830993c5599fd8d55d86685187ee8c1 (patch) | |
tree | d659da7d8d947ecb4fc526f3edf0b173545c09a7 /docs/parsers.rst | |
parent | ee35c914fc46ff924af95528f005e2a3c61aaa62 (diff) | |
download | sos-bef0ac86d830993c5599fd8d55d86685187ee8c1.tar.gz |
[docs] Update sphinx doc generation
Updates the sphinx configuration for 4.0 and extends the generated docs
to cover parsers and clusters. Updates the location of plugins to the
new structure.
Updates setup.py to include sphinx build configuration, as we are no
longer using make.
Closes: #1991
Resolves: #2172
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'docs/parsers.rst')
-rw-r--r-- | docs/parsers.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/parsers.rst b/docs/parsers.rst new file mode 100644 index 00000000..4d8e2656 --- /dev/null +++ b/docs/parsers.rst @@ -0,0 +1,8 @@ +``sos.cleaner.parsers`` --- Cleaning Parser Definition +======================================================= + +.. automodule:: sos.cleaner.parsers + :noindex: + :members: + :undoc-members: + :show-inheritance: |