An open API service indexing awesome lists of open source software.

https://github.com/antonvh/antonsmindstorms-docs

Sphinx RTD documentation for Micropython LEGO Robotics libraries, add-on hardware from antonsmindstorms.com, and their firmware.
https://github.com/antonvh/antonsmindstorms-docs

micropython-esp32 sphinx

Last synced: 5 months ago
JSON representation

Sphinx RTD documentation for Micropython LEGO Robotics libraries, add-on hardware from antonsmindstorms.com, and their firmware.

Awesome Lists containing this project

README

          

# 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.