summaryrefslogtreecommitdiff
path: root/contrib/python/docs/source/examples/index.rst
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:22:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-07-04 14:22:28 +0000
commita1ba2d1ca3a1d6c9c36a79a196dd3ccb83ede353 (patch)
treeae20718827f0ca6f869c0f7bdb777816d3bf5f3a /contrib/python/docs/source/examples/index.rst
Diffstat (limited to 'contrib/python/docs/source/examples/index.rst')
-rw-r--r--contrib/python/docs/source/examples/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/python/docs/source/examples/index.rst b/contrib/python/docs/source/examples/index.rst
new file mode 100644
index 000000000000..8f7f381c3294
--- /dev/null
+++ b/contrib/python/docs/source/examples/index.rst
@@ -0,0 +1,12 @@
+Tutorials
+==============================
+
+Here you can find a set of simple applications which utilizes the ldns library in Python environment.
+
+`Tutorials`
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ example*