From 5c631f539005945959b51f17ff7e3bcb3022fca7 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 6 Dec 2022 10:22:24 -0600 Subject: [PATCH] graph-doc: change CycleError to autoexception --- pytools/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/graph.py b/pytools/graph.py index fa2a12f..2dbb09f 100644 --- a/pytools/graph.py +++ b/pytools/graph.py @@ -32,7 +32,7 @@ Graph Algorithms .. autofunction:: reverse_graph .. autofunction:: a_star .. autofunction:: compute_sccs -.. autoclass:: CycleError +.. autoexception:: CycleError .. autofunction:: compute_topological_order .. autofunction:: compute_transitive_closure .. autofunction:: contains_cycle -- GitLab