summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 19:55:32 +0000
committerelie <elie>2015-09-17 19:55:32 +0000
commit16d7c73f177f81d3090bcb11e97c80c9315a72c3 (patch)
tree31c9e3552f540781c7240ee4662d816e3d9a515e /docs
parent7fc0fb7681f69a28904a47c493a90baa475c60f6 (diff)
downloadpysnmp-16d7c73f177f81d3090bcb11e97c80c9315a72c3.tar.gz
async command generator documented + fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/source/docs/v3arch/asyncore/oneliner/contents.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/source/docs/v3arch/asyncore/oneliner/contents.rst b/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
index 5a52135..2c0e3a8 100644
--- a/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
+++ b/docs/source/docs/v3arch/asyncore/oneliner/contents.rst
@@ -21,6 +21,11 @@ other tasks till pending message is sent out (by I/O dispacher) and
response is arrived. At that point a previously supplied callback function
will be invoked and response data will be passed along.
+SNMP security configuration is conveyed to SNMP engine via
+:py:class:`~pysnmp.entity.rfc3413.oneliner.auth.CommunityData`
+and :py:class:`~pysnmp.entity.rfc3413.oneliner.auth.UsmUserData`
+classes:
+
.. toctree::
:maxdepth: 2
@@ -35,17 +40,6 @@ operations as well as for rapid prototyping.
.. toctree::
:maxdepth: 2
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/async.rst
- /docs/v3arch/asyncore/oneliner/agent/ntforg/async.rst
-
-SNMP security configuration is conveyed to SNMP engine via
-:py:class:`~pysnmp.entity.rfc3413.oneliner.auth.CommunityData`
-and :py:class:`~pysnmp.entity.rfc3413.oneliner.auth.UsmUserData`
-classes:
-
-.. toctree::
- :maxdepth: 2
-
/docs/v3arch/asyncore/oneliner/security-configuration
Type of network transport SNMP engine uses along with transport