summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst
diff options
context:
space:
mode:
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>`.