summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms
diff options
context:
space:
mode:
authoras1371 <sarraf.artin@gmail.com>2021-05-19 16:23:27 -1000
committerGitHub <noreply@github.com>2021-05-19 19:23:27 -0700
commite8914bb5681b6fad8a6764406d3c7a78ebc582ae (patch)
treeb3add2e0e9fcdf13be780573878a81eae9f3cdb2 /doc/reference/algorithms
parentd04265658e17ad40fb928677fc220675ef8bf09f (diff)
downloadnetworkx-e8914bb5681b6fad8a6764406d3c7a78ebc582ae.tar.gz
Add topological_generations function (#4757)
Adds a topological_generations function and refactor topological_sort to yield from topological_generations. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Dan Schult <dschult@colgate.edu>
Diffstat (limited to 'doc/reference/algorithms')
-rw-r--r--doc/reference/algorithms/dag.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/algorithms/dag.rst b/doc/reference/algorithms/dag.rst
index 19edbcfa..f1cadf8a 100644
--- a/doc/reference/algorithms/dag.rst
+++ b/doc/reference/algorithms/dag.rst
@@ -9,6 +9,7 @@ Directed Acyclic Graphs
ancestors
descendants
topological_sort
+ topological_generations
all_topological_sorts
lexicographical_topological_sort
is_directed_acyclic_graph