summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2019-09-16 13:30:30 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2019-09-16 14:27:55 -0700
commit0f632ac86e6768c7e39c2b91dedc554cbb129b3c (patch)
tree251e259c47b6e1bcb555646ced2002331bd12ae2 /doc/reference
parent3160d3d58adfc5c4e6a25bd623e0eb0497c9fc43 (diff)
downloadnetworkx-0f632ac86e6768c7e39c2b91dedc554cbb129b3c.tar.gz
Fix Sphinx warnings
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/algorithms/traversal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/algorithms/traversal.rst b/doc/reference/algorithms/traversal.rst
index 03af7552..b8ee92fa 100644
--- a/doc/reference/algorithms/traversal.rst
+++ b/doc/reference/algorithms/traversal.rst
@@ -51,7 +51,7 @@ Depth First Search on Edges
edge_dfs
Breadth First Search on Edges
----------------------------
+-----------------------------
.. automodule:: networkx.algorithms.traversal.edgebfs
.. autosummary::
:toctree: generated/