From 16d7c73f177f81d3090bcb11e97c80c9315a72c3 Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 17 Sep 2015 19:55:32 +0000 Subject: async command generator documented + fixes --- docs/source/docs/v3arch/asyncore/oneliner/contents.rst | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'docs') 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 @@ -32,17 +37,6 @@ messaging possibly handling other I/O activities in the same time. The synchronous version is advised to employ for singular and blocking 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 -- cgit v1.2.1