Name Date Size #Lines LOC

..--

ble_hs/H25-Apr-2025-582501

ble_setup/H25-Apr-2025-227170

btshell/H25-Apr-2025-972878

mesh/H25-Apr-2025-12790

.gitignoreH A D25-Apr-202540 65

MakefileH A D25-Apr-2025438 2617

README.rstH A D25-Apr-20251 KiB3423

ble_sec.rstH A D25-Apr-20253.2 KiB7758

conf.pyH A D25-Apr-20255.2 KiB17857

doxygen.xmlH A D25-Apr-2025103.8 KiB2,4341,885

index.rstH A D25-Apr-20254.6 KiB12399

README.rst

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