doc: build: move build docs one level up

This is now a top level section.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-12-14 14:31:54 -05:00 committed by Carles Cufí
parent 71f27a34ef
commit 5c88418428
25 changed files with 14 additions and 14 deletions

View file

@ -265,7 +265,7 @@ Build system:
- CMakeLists.txt
- scripts/zephyr_module.py
- share/
- doc/guides/build/
- doc/build/
- doc/guides/modules.rst
labels:
- "area: Build System"
@ -1054,7 +1054,7 @@ Kconfig:
- nashif
files:
- scripts/kconfig/
- doc/guides/build/kconfig/
- doc/build/kconfig/
labels:
- "area: Kconfig"
description: >-

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View file

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -338,7 +338,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/gen_syscalls.py`
--------------------------------------
.. include:: ../../../scripts/gen_syscalls.py
.. include:: ../../scripts/gen_syscalls.py
:start-after: """
:end-before: """
@ -347,7 +347,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/gen_handles.py`
--------------------------------------
.. include:: ../../../scripts/gen_handles.py
.. include:: ../../scripts/gen_handles.py
:start-after: """
:end-before: """
@ -356,7 +356,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/gen_kobject_list.py`
------------------------------------------
.. include:: ../../../scripts/gen_kobject_list.py
.. include:: ../../scripts/gen_kobject_list.py
:start-after: """
:end-before: """
@ -365,7 +365,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/gen_offset_header.py`
-------------------------------------------
.. include:: ../../../scripts/gen_offset_header.py
.. include:: ../../scripts/gen_offset_header.py
:start-after: """
:end-before: """
@ -375,7 +375,7 @@ The following is a detailed description of the scripts used during the build pro
----------------------------------------
.. include:: ../../../scripts/parse_syscalls.py
.. include:: ../../scripts/parse_syscalls.py
:start-after: """
:end-before: """
@ -384,7 +384,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`arch/x86/gen_idt.py`
----------------------------------
.. include:: ../../../arch/x86/gen_idt.py
.. include:: ../../arch/x86/gen_idt.py
:start-after: """
:end-before: """
@ -393,7 +393,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`arch/x86/gen_gdt.py`
----------------------------------
.. include:: ../../../arch/x86/gen_gdt.py
.. include:: ../../arch/x86/gen_gdt.py
:start-after: """
:end-before: """
@ -402,7 +402,7 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/gen_relocate_app.py`
-------------------------------------------
.. include:: ../../../scripts/gen_relocate_app.py
.. include:: ../../scripts/gen_relocate_app.py
:start-after: """
:end-before: """
@ -411,14 +411,14 @@ The following is a detailed description of the scripts used during the build pro
:zephyr_file:`scripts/process_gperf.py`
---------------------------------------
.. include:: ../../../scripts/process_gperf.py
.. include:: ../../scripts/process_gperf.py
:start-after: """
:end-before: """
:zephyr_file:`scripts/gen_app_partitions.py`
--------------------------------------------
.. include:: ../../../scripts/gen_app_partitions.py
.. include:: ../../scripts/gen_app_partitions.py
:start-after: """
:end-before: """

View file

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View file

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View file

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View file

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -16,9 +16,9 @@ Zephyr Project Documentation
introduction/index.rst
getting_started/index.rst
contribute/index.rst
build/index.rst
kernel/index.rst
development_process/index.rst
guides/build/index.rst
application/index.rst
reference/index.rst
guides/index.rst

View file

@ -105,8 +105,8 @@ Sections
getting_started/index.rst
contribute/index.rst
development_process/index.rst
guides/build/index.rst
application/index.rst
build/index.rst
kernel/index.rst
reference/index.rst
guides/index.rst