diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html --- a/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -169,7 +169,7 @@ Private method to check, if the device volume is mounted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicated a mounted device </dd> @@ -216,7 +216,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -236,7 +236,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -256,7 +256,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -276,7 +276,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -296,7 +296,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -316,7 +316,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -335,7 +335,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -354,7 +354,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -420,7 +420,7 @@ Public method to indicate file access via a local directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating file access via local directory </dd>