diff options
Diffstat (limited to 'external/unbound/pythonmod/doc/examples/index.rst')
-rw-r--r-- | external/unbound/pythonmod/doc/examples/index.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/external/unbound/pythonmod/doc/examples/index.rst b/external/unbound/pythonmod/doc/examples/index.rst new file mode 100644 index 000000000..6c5022581 --- /dev/null +++ b/external/unbound/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* |