summaryrefslogtreecommitdiff
path: root/docs/source/docs/contents.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/contents.rst')
-rw-r--r--docs/source/docs/contents.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/source/docs/contents.rst b/docs/source/docs/contents.rst
index ddde9cf..1e6dc2f 100644
--- a/docs/source/docs/contents.rst
+++ b/docs/source/docs/contents.rst
@@ -13,7 +13,7 @@ it will let you perform SNMP GET/SET/WALK operations by pasting code
snippets from this web-site right into your Python interactive session.
.. toctree::
- /docs/v3arch/asyncore/oneliner/contents
+ /docs/hlapi/contents
At the basic level, PySNMP offers a complete set of Standard SNMP
Applications to give you maximum flexibility with integration of SNMP
@@ -29,18 +29,6 @@ PySNMP offers native bindings to some of these framework.
.. /docs/v3arch/trollius/contents
.. /docs/v3arch/twisted/contents
-All programming interfaces mentioned above revolve around the notion
-of SNMP Engine:
-
-.. toctree::
- /docs/v3arch/snmp-engine
-
-SNMP represents the information is manages in form of values belonging to
-a set of types.
-
-.. toctree::
- /docs/snmp-data-types
-
At the other end of the complexity spectrum, PySNMP offers packet-level
ASN.1 data structures that let you build, parse and analyze SNMP messages
travelling over network. This extremely low-level programming interface is