summaryrefslogtreecommitdiff
path: root/examples/graphs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphs/__init__.py')
-rw-r--r--examples/graphs/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/graphs/__init__.py b/examples/graphs/__init__.py
index 629808abe..57d41453b 100644
--- a/examples/graphs/__init__.py
+++ b/examples/graphs/__init__.py
@@ -8,4 +8,6 @@ and querying for lower- and upper- neighbors are illustrated::
n2.add_neighbor(n5)
print n2.higher_neighbors()
+.. autosource::
+
""" \ No newline at end of file