From d252f007a5575b128cd18dbe014e1056aff5727c Mon Sep 17 00:00:00 2001 From: elie Date: Wed, 16 Sep 2015 05:44:50 +0000 Subject: relinked to newer examples --- .../asyncore/oneliner/agent/ntforg/common-notifications.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/source/examples/v3arch/asyncore/oneliner/agent/ntforg/common-notifications.rst') 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` script. +:download:`Download` 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` script. +:download:`Download` script. +See also: :doc:`library reference `. -- cgit v1.2.1