From e78bfe83bcdfb2654d778c7a89a0de12ad69434f Mon Sep 17 00:00:00 2001 From: ashish-jabble Date: Tue, 10 Sep 2024 11:39:10 +0530 Subject: [PATCH] note directive doc fixes and typos Signed-off-by: ashish-jabble --- docs/index.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e895a8c..7695b28 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,12 +21,10 @@ The *fledge-south-dnp3* allows Fledge to act as a DNP3 master and gather data fr - **Outstation link Id**: The Out Station link id. -.. note:: + .. note:: -Note: + The Outstation address, port and link Id will be ignored if the list of out stations has one or more entries in it. The global outstation definition is only retained for backward compatibility. -The Outstation address, port and link Id will be ignored if the list of out stations has one or more entries in it. The global outstation definition is only retained for backward compatibility. - - **Data scan**: Enable or disable the scanning of all objects and values in the Out Station. This is the Integrity Poll for all Classes. - **Scan interval**: The interval between data scans of the Out Station. @@ -49,7 +47,7 @@ The Outstation address, port and link Id will be ignored if the list of out stat DNP3 Out Station Testing ------------------------ -The opdendnp3 package contains a demo Out Station that can be used for test purposes. After building the opendnp3 package on your machine run the demo program as follows; +The opendnp3 package contains a demo Out Station that can be used for test purposes. After building the opendnp3 package on your machine run the demo program as follows; .. code-block:: console