summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst')
-rw-r--r--docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst29
1 files changed, 10 insertions, 19 deletions
diff --git a/docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst b/docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst
index 749c4ff..fc31852 100644
--- a/docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst
+++ b/docs/source/examples/v3arch/asyncore/agent/ntforg/common-notifications.rst
@@ -4,43 +4,34 @@
Common notifications
--------------------
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1.py
+.. include:: /../../examples/v3arch/asyncore/agent/ntforg/v1-trap.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v1.py
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/v1-trap.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/trap-v1.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/v1-trap.py>` script.
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v2c.py
+.. include:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-trap.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/trap-v2c.py
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-trap.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/trap-v2c.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/v2c-trap.py>` script.
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/inform-v2c.py
+.. include:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/inform-v2c.py
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/inform-v2c.py>` script.
-
-.. include:: /../../examples/v3arch/asyncore/agent/ntforg/inform-v3.py
- :start-after: """
- :end-before: """#
-
-.. literalinclude:: /../../examples/v3arch/asyncore/agent/ntforg/inform-v3.py
- :start-after: """#
- :language: python
-
-:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/inform-v3.py>` script.
+:download:`Download</../../examples/v3arch/asyncore/agent/ntforg/v2c-inform.py>` script.
+See also: :doc:`library reference </docs/contents>`.