Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 541 Bytes

antonsmindstorms-docs

Documentation for Micropython LEGO Robotics libraries and hardware, as hosted on docs.antonsmindstorms.com

Contributing

Please fork this repository and add to it with pull requests. You will be helping a lot of people.

Set up local environment

git clone https://github.com/antonvh/antonsmindstorms-docs
cd antonsmindstorms-docs
pipenv shell
cd docs
make html # builds the docs

Guidelines

Add general info in the respective Sphinx .rst files. Add docstrings, sphinx-style to the python libraries.