From: Paul Hoffman Date: Tue, 2 Nov 2021 16:30:27 +0000 (-0700) Subject: Added small section to the manual about examples X-Git-Tag: v2.2.0rc1~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F718%2Fhead;p=thirdparty%2Fdnspython.git Added small section to the manual about examples --- diff --git a/doc/examples.rst b/doc/examples.rst new file mode 100644 index 00000000..4811b482 --- /dev/null +++ b/doc/examples.rst @@ -0,0 +1,10 @@ +.. examples: + +Examples +-------- + +The dnspython source comes with example programs that show how +to use dnspython in practice. You can clone the dnspython source +from GitHub: + git clone https://github.com/rthalley/dnspython.git +The example prgrams are in the ``examples/`` directory. diff --git a/doc/manual.rst b/doc/manual.rst index 0ebbd03c..d5ed014f 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -17,3 +17,4 @@ Dnspython Manual utilities typing threads + examples