summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst')
-rw-r--r--docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst b/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
index 52f3ed7..9ef26ec 100644
--- a/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
+++ b/docs/source/examples/v3arch/asyncio/manager/cmdgen/walking-operations.rst
@@ -4,24 +4,25 @@
Walking operations
------------------
-.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/v2c-getbulk.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/v2c-getbulk.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/getnext-v2c-from-specific-address.py>` script
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/v2c-getbulk.py>` script
-
-.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py
+.. include:: /../../examples/v3arch/asyncio/manager/cmdgen/send-packet-from-specific-address.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py
+.. literalinclude:: /../../examples/v3arch/asyncio/manager/cmdgen/send-packet-from-specific-address.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/getbulk-v2c.py>` script
+:download:`Download</../../examples/v3arch/asyncio/manager/cmdgen/send-packet-from-specific-address.py>` script
+
+See also: :doc:`library reference </docs/contents>`.