From 2eeabd459f9a4f32cd29e74b32244cb2ace49796 Mon Sep 17 00:00:00 2001 From: Paul Hoffman Date: Tue, 2 Nov 2021 09:30:27 -0700 Subject: [PATCH] Added small section to the manual about examples --- doc/examples.rst | 10 ++++++++++ doc/manual.rst | 1 + 2 files changed, 11 insertions(+) create mode 100644 doc/examples.rst 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 -- 2.47.3