diff options
author | des <des@FreeBSD.org> | 2012-07-04 14:24:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2012-07-04 14:24:26 +0000 |
commit | 30c2432cb51cf03a3f4028c24488b364925a5d89 (patch) | |
tree | b9037afac70edd3c6342318cedbbadc648b799ca /pythonmod/doc/examples/index.rst | |
download | FreeBSD-src-30c2432cb51cf03a3f4028c24488b364925a5d89.zip FreeBSD-src-30c2432cb51cf03a3f4028c24488b364925a5d89.tar.gz |
import unbound 1.4.17
Diffstat (limited to 'pythonmod/doc/examples/index.rst')
-rw-r--r-- | pythonmod/doc/examples/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pythonmod/doc/examples/index.rst b/pythonmod/doc/examples/index.rst new file mode 100644 index 0000000..6c50225 --- /dev/null +++ b/pythonmod/doc/examples/index.rst @@ -0,0 +1,15 @@ +.. _Tutorials: + +============================== +Tutorials +============================== + +Here you can find several tutorials which clarify the usage and capabilities of Unbound scriptable interface. + +`Tutorials` + +.. toctree:: + :maxdepth: 2 + :glob: + + example* |