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 9f9c1d3 commit b5db684Copy full SHA for b5db684
doc/source/conf.py
@@ -90,7 +90,8 @@
90
]
91
92
redirects = {
93
- "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html"
+ "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html",
94
+ "concepts/": "user_guide/concepts/"
95
}
96
97
typehints_defaults = "comma"
doc/source/user_guide/index.rst
@@ -26,14 +26,5 @@ The goals of this section are to:
26
Troubleshooting
27
~~~~~~~~~~~~~~~
28
29
-.. toctree::
30
- :max_depth: 2
31
- :hidden:
32
- :caption: Concepts
33
-
34
- concepts/concepts.rst
35
- concepts/waysofusing.rst
36
- concepts/stepbystep.rst
37
38
.. toctree::
39
troubleshooting
0 commit comments