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 e49880b commit db46f21Copy full SHA for db46f21
2 files changed
docs/source/debugging-performance.rst
@@ -0,0 +1,15 @@
1
+Debugging and Performance
2
+==========================
3
+
4
+This section contains resources to help you debug and understand performance.
5
6
7
+.. toctree::
8
+ :maxdepth: 1
9
10
+ how-to/debug.rst
11
+ Visualize task graphs <graphviz.rst>
12
+ Dashboard <dashboard.rst>
13
+ diagnostics-local.rst
14
+ diagnostics-distributed.rst
15
+ Phases of computation <phases-of-computation.rst>
docs/source/index.rst
@@ -149,11 +149,11 @@ messy situations in everyday problems.
149
array.rst
150
bag.rst
151
dataframe.rst
152
- dashboard.rst
153
delayed.rst
154
futures.rst
155
scheduling.rst
156
graphs.rst
+ debugging-performance.rst
157
deploying.rst
158
internals.rst
159
0 commit comments