README.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. NimBLE Bluetooth Stack Documentation
  2. #################################
  3. This folder holds the documentation for the NimBLE Bluetooth stack from the
  4. `Apache Mynewt`_ project. It is built using `Sphinx`_.
  5. The source code also contains inline comments in `Doxygen`_
  6. format to document the APIs.
  7. The complete project documentation can be found at `mynewt documentation`_
  8. .. contents::
  9. Writing Documentation
  10. =======================
  11. See: https://github.com/apache/mynewt-documentation#writing-documentation
  12. Previewing Changes
  13. ==========================
  14. In order to preview any changes you make you must first install a Sphinx
  15. toolchain as described at https://github.com/apache/mynewt-documentation#id3.
  16. Then:
  17. .. code-block:: bash
  18. $ cd docs
  19. $ make clean && make preview && (cd _build/html && python -m SimpleHTTPServer 8080)
  20. .. _Apache Mynewt: https://mynewt.apache.org/
  21. .. _mynewt documentation: https://github.com/apache/mynewt-documentation
  22. .. _Sphinx: http://www.sphinx-doc.org/
  23. .. _Doxygen: http://www.doxygen.org/