summaryrefslogtreecommitdiff
path: root/docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst')
-rw-r--r--docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst b/docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst
deleted file mode 100644
index 0552f0e..0000000
--- a/docs/source/docs/v3arch/asyncore/oneliner/manager/cmdgen/contents.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-
-Synchronous Command Generator
-=============================
-
-Functions dscribed in this section return generators that perform
-blocking SNMP queries. See :RFC:`3413#section-3.1` for more information
-on the Command Generator Applications.
-
-.. toctree::
- :maxdepth: 2
-
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/getcmd
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/setcmd
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/nextcmd
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/bulkcmd
-
-Asynchronous Command Generator
-==============================
-
-Implementation described in this section geared towards running
-multiple simulataneous SNMP queries on top of asynchronous
-I/O framework. Otherwise it is very similar to the Synchronous
-version.
-
-.. toctree::
- :maxdepth: 2
-
- /docs/v3arch/asyncore/oneliner/manager/cmdgen/async-command-generator