Skip to content

Commit

Permalink
Move all_simple_paths under connectivity functions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Apr 14, 2022
1 parent 48a7f2a commit edda11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ Connectivity and Cycles
retworkx.articulation_points
retworkx.biconnected_components
retworkx.chain_decomposition
retworkx.all_simple_paths
retworkx.all_pairs_all_simple_paths

.. _graph-ops:

Expand All @@ -168,12 +170,10 @@ Other Algorithm Functions
:toctree: apiref

retworkx.adjacency_matrix
retworkx.all_simple_paths
retworkx.transitivity
retworkx.core_number
retworkx.graph_greedy_color
retworkx.metric_closure
retworkx.all_pairs_all_simple_paths

.. _generator_funcs:

Expand Down

0 comments on commit edda11d

Please sign in to comment.