Skip to content

Commit 9960dac

Browse files
nashifcfriedt
authored andcommitted
doc: move kconfig to indices and table
Right now the kconfig index is randomly placed in the guides. This is a table similar to other indeces we have and should be considered as part of an appendix rather than place it in the middle of the documentation. Signed-off-by: Anas Nashif <[email protected]>
1 parent bfe1cf8 commit 9960dac

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

doc/_scripts/gen_kconfig_rest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,11 @@ def index_header(title, link, desc_path):
446446
f"'{desc_path}': {e}")
447447

448448
return f"""\
449+
:orphan:
450+
449451
.. _{link}:
450452
453+
451454
{title}
452455
{len(title)*'='}
453456

doc/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ Zephyr Project Documentation
3131
imports or reuses packages, scripts, and other files that use other
3232
licensing, as described in :ref:`Zephyr_Licensing`.
3333

34-
.. _Apache 2.0 license:
35-
https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE
36-
37-
.. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr
38-
3934

4035
.. raw:: html
4136

@@ -130,6 +125,11 @@ Zephyr Project Documentation
130125

131126
.. only:: html
132127

128+
* :ref:`configuration_options`
133129
* :ref:`glossary`
134-
135130
* :ref:`genindex`
131+
132+
.. _Apache 2.0 license:
133+
https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE
134+
135+
.. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr

doc/reference/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ API Reference
1010
audio/index.rst
1111
misc/notify.rst
1212
bluetooth/index.rst
13-
kconfig/index.rst
1413
crypto/index.rst
1514
devicetree/index.rst
1615
drivers/index.rst

0 commit comments

Comments
 (0)