From db83930535cb2771720f4d6b0a143ad8153537d9 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 26 Aug 2020 12:04:54 -0500
Subject: [PATCH] Remove non-present function compute_topological_order_v2 from
 pytools.graph docs

---
 pytools/graph.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pytools/graph.py b/pytools/graph.py
index a00fe31..c9ce84a 100644
--- a/pytools/graph.py
+++ b/pytools/graph.py
@@ -35,7 +35,6 @@ Graph Algorithms
 .. autofunction:: compute_sccs
 .. autoclass:: CycleError
 .. autofunction:: compute_topological_order
-.. autofunction:: compute_topological_order_v2
 .. autofunction:: compute_transitive_closure
 .. autofunction:: contains_cycle
 .. autofunction:: compute_induced_subgraph
-- 
GitLab