Skip to content

Commit 6e9a43b

Browse files
nashifcarlescufi
authored andcommitted
doc: move DTS under Build/Configuration systems section
Move all DTS guides and APIs under Build/Configuration system. Signed-off-by: Anas Nashif <[email protected]>
1 parent 558ff1c commit 6e9a43b

24 files changed

+13
-13
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ add_custom_target(
116116
${PYTHON_EXECUTABLE} ${GEN_DEVICETREE_REST_SCRIPT}
117117
--vendor-prefixes ${ZEPHYR_BASE}/dts/bindings/vendor-prefixes.txt
118118
${DTS_ARGS}
119-
${DOCS_SRC_DIR}/reference/devicetree
119+
${DOCS_SRC_DIR}/build/dts/api
120120
VERBATIM
121121
USES_TERMINAL
122122
COMMENT "Generating Devicetree bindings documentation..."
File renamed without changes.
File renamed without changes.

doc/reference/devicetree/index.rst renamed to doc/build/dts/api/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _devicetree:
22

3-
Devicetree
4-
##########
3+
Reference
4+
#########
55

66
This is reference documentation for devicetree as it is used for Zephyr
77
development. For a high-level guide, see :ref:`dt-guide`. For a
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/guides/dts/index.rst renamed to doc/build/dts/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _dt-guide:
22

3-
Devicetree Guide
4-
################
3+
Devicetree
4+
##########
55

66
This is a high-level guide to devicetree as it is used for Zephyr development.
77
See :ref:`devicetree` for reference material.
@@ -16,3 +16,4 @@ See :ref:`devicetree` for reference material.
1616
howtos.rst
1717
troubleshooting.rst
1818
dt-vs-kconfig.rst
19+
api/index.rst
File renamed without changes.

0 commit comments

Comments
 (0)