a2f4f2999d
This adds a simple script which parses Kconfig files using Kconfiglib and emits ReST document with the list of all options. For each option a link target is generated, to make it possible to link to any Kconfig option from the rest of the documentation. Since Kconfiglib is not on PyPI, the latest version (45f87b9d) is bundled into the docs directory.
16 lines
309 B
ReStructuredText
16 lines
309 B
ReStructuredText
*************
|
|
API Reference
|
|
*************
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
Wi-Fi <wifi/index>
|
|
Bluetooth <bluetooth/index>
|
|
Ethernet <ethernet/index>
|
|
Peripherals <peripherals/index>
|
|
Protocols <protocols/index>
|
|
Storage <storage/index>
|
|
System <system/index>
|
|
Configuration Options <kconfig>
|
|
|