Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NimBLE Bluetooth Stack Documentation

This folder holds the documentation for the NimBLE Bluetooth stack from the Apache Mynewt project. It is built using Sphinx. The source code also contains inline comments in Doxygen format to document the APIs.

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. Then:

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