Skip to content

Commit

Permalink
remove inspect.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Feb 27, 2018
1 parent c589831 commit fc275b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
('delayed-overview.html', 'delayed.html'),
('scheduler-choice.html', 'setup.html'),
('diagnostics.html', 'diagnostics-local.html'),
('inspect.html', 'graphviz.html'),
]


Expand Down
3 changes: 1 addition & 2 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ the questions there useful to you.

1. **Q: How do I debug my program when using dask?**

If you want to inspect the dask graph itself see
:doc:`inspect docs <inspect>`.
You may want to look at the :doc:`diagnostics documentation <understanding-performance>`

If you want to dive down with a Python debugger a common cause of
frustration is the asynchronous schedulers which, because they run your
Expand Down
62 changes: 0 additions & 62 deletions docs/source/inspect.rst

This file was deleted.

0 comments on commit fc275b6

Please sign in to comment.