/nuttx-docs

Apache NuttX Documentation (experimental) – experimental conversion of NuttX HTML docs to ReStructuredText

Apache License 2.0Apache-2.0

The Apache NuttX Documentation (experimental)

This book is meant to be an experiment in replacing the Apache NuttX Documentation with something easier to navigate, extend, and modify.

Building the Documentation

This book is written in ReStructured Text (RST), and built using the excellent Sphinx documentation system.

To install it, first install Python 3.8 or later and Pipenv. Then do:

$ cd nuttx-companion
$ pipenv install
$ pipenv shell
$ cd docs
$ make html

The documentation will be in the _build/html directory. You can open _build/html/index.html.

Contributing

If there's anything you would like to improve, send me an email or a pull request! See Contributing to the NuttX Documentation for more information.