diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html --- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -220,7 +220,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. @@ -240,7 +240,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. @@ -260,7 +260,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. @@ -280,7 +280,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. @@ -300,7 +300,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -320,7 +320,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -339,7 +339,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -358,7 +358,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> @@ -377,7 +377,7 @@ Public method to get the workspace directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -404,7 +404,7 @@ URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured documentation URL </dd> @@ -424,7 +424,7 @@ download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured firmware download URL </dd> @@ -446,7 +446,7 @@ The default returns True. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating support for time commands </dd> @@ -542,7 +542,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> @@ -575,7 +575,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated device interface </dd> @@ -608,7 +608,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the board (iconFormat == True) or a pixmap (iconFormat == False) @@ -631,7 +631,7 @@ Function to check the serial ports for supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of tuples with the board type, a description and the serial port it is connected at for known device @@ -657,7 +657,7 @@ Function to get a list of supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> set of tuples with the board type and description </dd>