summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
diff options
context:
space:
mode:
authorelie <elie>2015-09-16 05:44:50 +0000
committerelie <elie>2015-09-16 05:44:50 +0000
commitd252f007a5575b128cd18dbe014e1056aff5727c (patch)
tree89a060b2e089470fd1756ad3868d6d0cb654b47f /docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
parentedc279f45ac1a909a751241488aa899f2ec02b90 (diff)
downloadpysnmp-d252f007a5575b128cd18dbe014e1056aff5727c.tar.gz
relinked to newer examples
Diffstat (limited to 'docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst')
-rw-r--r--docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst b/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
index c4eb733..9042e83 100644
--- a/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
+++ b/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
@@ -4,24 +4,25 @@
Common notifications
--------------------
-.. include:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/trap-v2c-with-mib-lookup.py
+.. include:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/v2c-trap-via-notification-type.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/trap-v2c-with-mib-lookup.py
+.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/v2c-trap-via-notification-type.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/oneliner/agent/ntforg/trap-v2c-with-mib-lookup.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/oneliner/agent/ntforg/v2c-trap-via-notification-type.py>` script.
-.. include:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/inform-v3.py
+.. include:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/v3-inform.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/inform-v3.py
+.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/v3-inform.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/oneliner/agent/ntforg/inform-v3.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/oneliner/agent/ntforg/v3-inform.py>` script.
+See also: :doc:`library reference </docs/contents>`.