From 5902369a7fcf2c7a1bc4285dbf5cb2024c7e5ef3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Thu, 14 May 2020 00:54:03 +0200
Subject: [PATCH] Add docs for graph module

---
 doc/graph.rst | 1 +
 doc/index.rst | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 doc/graph.rst

diff --git a/doc/graph.rst b/doc/graph.rst
new file mode 100644
index 0000000..7ad4b81
--- /dev/null
+++ b/doc/graph.rst
@@ -0,0 +1 @@
+.. automodule:: pytools.graph
diff --git a/doc/index.rst b/doc/index.rst
index fb3dedd..d2860d0 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -8,6 +8,7 @@ Welcome to pytools's documentation!
     reference
     obj_array
     persistent_dict
+    graph
     misc
 
 Indices and tables
-- 
GitLab