============ Repositories ============ .. _Repositories ref: Source Code ----------- * `Core `_ * `Delsys Plugin `_ * `EMG UDP Plugin `_ * `Moticon Plugin `_ * `RTOSIM Plugin `_ * `ROS Plugin `_ * `TwinCAT Plugin `_ * `TwinCAT EMG PLugin `_ * `UDP Plugin `_ * `Xsens Plugin `_ * `OSL Plugin `_ * `COAPT Plugin `_ Models ------ * `Back Model `_ * `Lower Limb Model `_ * `Upper Limb Model `_ Plugin Templates ---------------- * `Sample EMG & Angle `_ * `Sample Angle, EMG & Consumer `_ * `Sample Angle & Consumer `_ Read The Docs ---------------- If you wish to build the documentation locally, you can do the following steps: Clone the ReadTheDocs repository: .. code-block:: console git clone https://github.com/CEINMS-RT/ReadTheDocs.git Go to the doc/ directory: .. code-block:: console cd ReadTheDocs/docs Install the dependencies: .. code-block:: console pip install -r requirements.txt Build the HTML: .. code-block:: console make html Navigate to the build folder and open build/html/index.html in a browser.