Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 888 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 888 Bytes

Mynewt Newt Manager Documentation

This folder holds the documentation for the newtmgr tool for the Apache Mynewt project. It is built using Sphinx.

The complete project documentation can be found at mynewt documentation

See: https://github.com/apache/mynewt-documentation#writing-documentation

In order to preview any changes you make you must first install a Sphinx toolchain as described at https://github.com/apache/mynewt-documentation#id3. Then:

$ cd docs
$ make clean && make preview && (cd _build/html && python -m SimpleHTTPServer 8080)