We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d725b commit 7123f16Copy full SHA for 7123f16
doc/conf.py
@@ -16,9 +16,9 @@
16
# add these directories to sys.path here. If the directory is relative to the
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
#
19
-# import os
20
-# import sys
21
-# sys.path.insert(0, os.path.abspath('.'))
+import os
+import sys
+sys.path.insert(0, os.path.abspath('..'))
22
23
24
# -- General configuration ------------------------------------------------
doc/index.rst
@@ -13,6 +13,7 @@ Sysdig Cloud Python Script Library
13
14
Function List
15
=============
-.. autoclass:: sdcclient._client.SdcClient
+.. py:module:: sdcclient
+.. autoclass:: SdcClient
:members:
:undoc-members:
0 commit comments