summaryrefslogtreecommitdiff
path: root/examples/nested_sets/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nested_sets/__init__.py')
-rw-r--r--examples/nested_sets/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/nested_sets/__init__.py b/examples/nested_sets/__init__.py
index 1a97b9aef..3e73bb13e 100644
--- a/examples/nested_sets/__init__.py
+++ b/examples/nested_sets/__init__.py
@@ -1,4 +1,6 @@
""" Illustrates a rudimentary way to implement the "nested sets"
pattern for hierarchical data using the SQLAlchemy ORM.
+.. autosource::
+
""" \ No newline at end of file