Documentation for Micropython LEGO Robotics libraries and hardware, as hosted on docs.antonsmindstorms.com
Please fork this repository and add to it with pull requests. You will be helping a lot of people.
git clone https://github.com/antonvh/antonsmindstorms-docs
cd antonsmindstorms-docs
pipenv shell
cd docs
make html # builds the docs
Add general info in the respective Sphinx .rst files. Add docstrings, sphinx-style to the python libraries.