Doc / Reports ------------- Documentation ============= You can directly open this documentation from Python by calling the ``doc`` function of the package: .. code-block:: python >>> autolab.doc() .. code-block:: none >>> autolab doc Bugs & suggestions reports ========================== If you encounter any problems or bugs, or if you have any suggestion to improve this package, or one of its drivers, please open an Issue on the GitHub page of this project https://github.com/autolab-project/autolab/issues/new You can also directly call the ``report`` function of the package, which will open this page in your web browser: .. code-block:: python >>> autolab.report() .. code-block:: none >>> autolab report Alternatively, you can send an email to the authors (see :ref:`about`).