diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-07-04 14:24:26 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-07-04 14:24:26 +0000 | 
| commit | afb79913ce00d885b8b43f7478e1e054edadb567 (patch) | |
| tree | b9037afac70edd3c6342318cedbbadc648b799ca /pythonmod/doc/examples/index.rst | |
Notes
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 000000000000..6c50225810ef --- /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* | 
