From 52fe51a7559ff468fda947156be2fa6c76dd1b7b Mon Sep 17 00:00:00 2001 From: elie Date: Wed, 16 Sep 2015 18:59:06 +0000 Subject: relinked to newer examples --- docs/source/quick-start.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'docs/source/quick-start.rst') diff --git a/docs/source/quick-start.rst b/docs/source/quick-start.rst index 8bcf6bb..b0e5b4e 100644 --- a/docs/source/quick-start.rst +++ b/docs/source/quick-start.rst @@ -17,11 +17,11 @@ So just cut&paste the following code right into your Python prompt. The code will performs SNMP GET operation for a sysDescr.0 object at a publically available SNMP Agent at **demo.snmplabs.com**: -.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/manager/cmdgen/get-v1.py +.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/manager/cmdgen/v1-get.py :start-after: """# :language: python -:download:`Download` script. +:download:`Download` script. If everything works as it should you will get: @@ -39,15 +39,12 @@ Send SNMP TRAP To send a trivial TRAP message to your local Notification Receiver just cut&paste the following code into your interactive Python session: -.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/trap-v2c-with-mib-lookup.py +.. literalinclude:: /../../examples/v3arch/asyncore/oneliner/agent/ntforg/default-v1-trap.py :start-after: """# :language: python -:download:`Download` script. - -For more sophisticated examples and uses cases please refer to the examples -and documentation pages. - - - +:download:`Download` script. +For more sophisticated examples and use cases please refer to +:doc:`examples ` and :doc:`library reference ` +pages. -- cgit v1.2.1