diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:09 +0000 |
commit | da1a8f12d7a38f67f3f464aaaffa851f929ae4ea (patch) | |
tree | 677688f3aeab7f324f266d106770165708522c2c /docs/source/tutorials.rst | |
parent | Initial commit. (diff) | |
download | python-netaddr-upstream.tar.xz python-netaddr-upstream.zip |
Adding upstream version 0.10.1.upstream/0.10.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/source/tutorials.rst')
-rw-r--r-- | docs/source/tutorials.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/tutorials.rst b/docs/source/tutorials.rst new file mode 100644 index 0000000..b70bd8d --- /dev/null +++ b/docs/source/tutorials.rst @@ -0,0 +1,14 @@ +Tutorials +========= + +The pages in this section take you on a step-by-step journey through some of the +netaddr's features. + +Start here if you're new to netaddr. + +.. toctree:: + :maxdepth: 1 + + tutorial_01 + tutorial_02 + tutorial_03 |