--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Fri Aug 23 13:23:36 2019 +0200 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Fri Aug 23 14:49:59 2019 +0200 @@ -94,12 +94,18 @@ <td><a href="#MicroPythonDevice.forceInterrupt">forceInterrupt</a></td> <td>Public method to determine the need for an interrupt when opening the serial connection.</td> </tr><tr> +<td><a href="#MicroPythonDevice.getDocumentationUrl">getDocumentationUrl</a></td> +<td>Public method to get the device documentation URL.</td> +</tr><tr> <td><a href="#MicroPythonDevice.getWorkspace">getWorkspace</a></td> <td>Public method to get the workspace directory.</td> </tr><tr> <td><a href="#MicroPythonDevice.handleDataFlood">handleDataFlood</a></td> <td>Public slot handling a data floof from the device.</td> </tr><tr> +<td><a href="#MicroPythonDevice.hasDocumentationUrl">hasDocumentationUrl</a></td> +<td>Public method to check, if the device has a configured documentation URL.</td> +</tr><tr> <td><a href="#MicroPythonDevice.hasTimeCommands">hasTimeCommands</a></td> <td>Public method to check, if the device supports time commands.</td> </tr><tr> @@ -247,6 +253,21 @@ <dd> bool </dd> +</dl><a NAME="MicroPythonDevice.getDocumentationUrl" ID="MicroPythonDevice.getDocumentationUrl"></a> +<h4>MicroPythonDevice.getDocumentationUrl</h4> +<b>getDocumentationUrl</b>(<i></i>) +<p> + Public method to get the device documentation URL. +</p><dl> +<dt>Returns:</dt> +<dd> +documentation URL of the device +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="MicroPythonDevice.getWorkspace" ID="MicroPythonDevice.getWorkspace"></a> <h4>MicroPythonDevice.getWorkspace</h4> <b>getWorkspace</b>(<i></i>) @@ -267,7 +288,23 @@ <b>handleDataFlood</b>(<i></i>) <p> Public slot handling a data floof from the device. -</p><a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> +</p><a NAME="MicroPythonDevice.hasDocumentationUrl" ID="MicroPythonDevice.hasDocumentationUrl"></a> +<h4>MicroPythonDevice.hasDocumentationUrl</h4> +<b>hasDocumentationUrl</b>(<i></i>) +<p> + Public method to check, if the device has a configured documentation + URL. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a configured documentation URL +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="MicroPythonDevice.hasTimeCommands" ID="MicroPythonDevice.hasTimeCommands"></a> <h4>MicroPythonDevice.hasTimeCommands</h4> <b>hasTimeCommands</b>(<i></i>) <p>