From bef0ac86d830993c5599fd8d55d86685187ee8c1 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Fri, 24 Jul 2020 11:43:01 -0400 Subject: [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 --- docs/clusters.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/clusters.rst (limited to 'docs/clusters.rst') diff --git a/docs/clusters.rst b/docs/clusters.rst new file mode 100644 index 00000000..4388edb0 --- /dev/null +++ b/docs/clusters.rst @@ -0,0 +1,8 @@ +``sos.collector.clusters`` --- Cluster Profiles +================================================ + +.. automodule:: sos.collector.clusters + :noindex: + :members: + :undoc-members: + :show-inheritance: -- cgit