summaryrefslogtreecommitdiff
path: root/docs/source/examples
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 23:12:41 +0000
committerelie <elie>2015-09-17 23:12:41 +0000
commitd8c2c12b480347ef887b5a2bebed0867d92a53d0 (patch)
tree3d641094edd57054c42bc09ff54224f4942b69e3 /docs/source/examples
parent573e4d749aabdd5032fbd31a6d779dc6f07ecbd1 (diff)
downloadpysnmp-git-d8c2c12b480347ef887b5a2bebed0867d92a53d0.tar.gz
text and examples rearranged
Diffstat (limited to 'docs/source/examples')
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
new file mode 100644
index 00000000..cac5de9e
--- /dev/null
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
@@ -0,0 +1,29 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py>` script.
+
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py>` script.
+
+
+See also: :doc:`library reference </docs/contents>`.