summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncio/agent/ntforg
diff options
context:
space:
mode:
authorelie <elie>2015-09-16 06:41:48 +0000
committerelie <elie>2015-09-16 06:41:48 +0000
commit6b6d4344d152185dcb2868c8e2419daa2704ab18 (patch)
tree5d84ddd84ce55a9277c01d3e15faf16c2a6001c3 /docs/source/examples/v3arch/asyncio/agent/ntforg
parentd252f007a5575b128cd18dbe014e1056aff5727c (diff)
downloadpysnmp-6b6d4344d152185dcb2868c8e2419daa2704ab18.tar.gz
relinked to newer examples
Diffstat (limited to 'docs/source/examples/v3arch/asyncio/agent/ntforg')
-rw-r--r--docs/source/examples/v3arch/asyncio/agent/ntforg/common-notifications.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/examples/v3arch/asyncio/agent/ntforg/common-notifications.rst b/docs/source/examples/v3arch/asyncio/agent/ntforg/common-notifications.rst
index 0e1ff6e..75a2b2e 100644
--- a/docs/source/examples/v3arch/asyncio/agent/ntforg/common-notifications.rst
+++ b/docs/source/examples/v3arch/asyncio/agent/ntforg/common-notifications.rst
@@ -4,23 +4,24 @@
Common notifications
--------------------
-.. include:: /../../examples/v3arch/asyncio/agent/ntforg/trap-v1.py
+.. include:: /../../examples/v3arch/asyncio/agent/ntforg/v1-trap.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncio/agent/ntforg/trap-v1.py
+.. literalinclude:: /../../examples/v3arch/asyncio/agent/ntforg/v1-trap.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncio/agent/ntforg/trap-v1.py>` script.
+:download:`Download</../../examples/v3arch/asyncio/agent/ntforg/v1-trap.py>` script.
-.. include:: /../../examples/v3arch/asyncio/agent/ntforg/inform-v3.py
+.. include:: /../../examples/v3arch/asyncio/agent/ntforg/v3-inform.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncio/agent/ntforg/inform-v3.py
+.. literalinclude:: /../../examples/v3arch/asyncio/agent/ntforg/v3-inform.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncio/agent/ntforg/inform-v3.py>` script.
+:download:`Download</../../examples/v3arch/asyncio/agent/ntforg/v3-inform.py>` script.
+See also: :doc:`library reference </docs/contents>`.