diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-03 15:29:55 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-03 15:29:55 -0800 |
| commit | 76e284a9695e996d0fad7757e25c4e687fefbc7d (patch) | |
| tree | 0209a1709154b152f6413e4efc946c88b8b910a7 /doc | |
| parent | d18a3a7671ae3dc0589ecae1779eb9c847b11102 (diff) | |
| download | dnspython-76e284a9695e996d0fad7757e25c4e687fefbc7d.tar.gz | |
more doco updates
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual.rst | 1 | ||||
| -rw-r--r-- | doc/utilities.rst | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index b3e18b0..f44b39b 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -9,3 +9,4 @@ Dnspython Manual name rdata exceptions + utilities diff --git a/doc/utilities.rst b/doc/utilities.rst new file mode 100644 index 0000000..1f5475d --- /dev/null +++ b/doc/utilities.rst @@ -0,0 +1,13 @@ +.. _utilities: + +Miscellaneous Utilities +----------------------- + +.. automodule:: dns.inet + :members: + +.. automodule:: dns.ipv4 + :members: + +.. automodule:: dns.ipv6 + :members: |
