summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst')
-rw-r--r--docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst b/docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst
index 6ec5acc..72a3469 100644
--- a/docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst
+++ b/docs/source/examples/v3arch/asyncore/agent/ntforg/evaluating-notification-type.rst
@@ -13,14 +13,15 @@ Consequently, sending specific NOTIFICATION-TYPE implies including certain
set of OIDs into PDU. PySNMP offers this facility through NotificationType
class.
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v2c-with-objects.py
+.. include:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v2c-with-objects.py
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/trap-v2c-with-objects.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/v2c-trap-via-notification-type.py>` script.
+See also: :doc:`library reference </docs/contents>`.