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.
2 parents 4a540e7 + 33324ee commit c98bc1bCopy full SHA for c98bc1b
docs/source/ads.jobs.rst
@@ -6,11 +6,12 @@ ads.jobs package
6
7
ads.jobs
8
9
+
10
Subpackages
11
-----------
12
13
.. toctree::
- :maxdepth: 1
14
+ :maxdepth: 3
15
16
ads.jobs.builders
17
ads.jobs.schema
docs/source/conf.py
@@ -9,7 +9,7 @@
# This causes documentation within the __init__ method to be pulled into the documentation properly
autoclass_content = "both"
-sys.path.insert(0, os.path.abspath("../../advanced-ds"))
+sys.path.insert(0, os.path.abspath("../../ads"))
# -- Project information -----------------------------------------------------
0 commit comments