]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Added small section to the manual about examples 718/head
authorPaul Hoffman <phoffman@proper.com>
Tue, 2 Nov 2021 16:30:27 +0000 (09:30 -0700)
committerPaul Hoffman <phoffman@proper.com>
Tue, 2 Nov 2021 16:30:27 +0000 (09:30 -0700)
doc/examples.rst [new file with mode: 0644]
doc/manual.rst

diff --git a/doc/examples.rst b/doc/examples.rst
new file mode 100644 (file)
index 0000000..4811b48
--- /dev/null
@@ -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.
index 0ebbd03cc319e605ddaef315304b48def13dc5bf..d5ed014f806664d486e7feb102123845603fa036 100644 (file)
@@ -17,3 +17,4 @@ Dnspython Manual
    utilities
    typing
    threads
+   examples