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í
commit 5c88418428
25 changed files with 14 additions and 14 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

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` :zephyr_file:`scripts/gen_syscalls.py`
-------------------------------------- --------------------------------------
.. include:: ../../../scripts/gen_syscalls.py .. include:: ../../scripts/gen_syscalls.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`scripts/gen_handles.py`
-------------------------------------- --------------------------------------
.. include:: ../../../scripts/gen_handles.py .. include:: ../../scripts/gen_handles.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`scripts/gen_kobject_list.py`
------------------------------------------ ------------------------------------------
.. include:: ../../../scripts/gen_kobject_list.py .. include:: ../../scripts/gen_kobject_list.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`scripts/gen_offset_header.py`
------------------------------------------- -------------------------------------------
.. include:: ../../../scripts/gen_offset_header.py .. include:: ../../scripts/gen_offset_header.py
:start-after: """ :start-after: """
:end-before: """ :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: """ :start-after: """
:end-before: """ :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` :zephyr_file:`arch/x86/gen_idt.py`
---------------------------------- ----------------------------------
.. include:: ../../../arch/x86/gen_idt.py .. include:: ../../arch/x86/gen_idt.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`arch/x86/gen_gdt.py`
---------------------------------- ----------------------------------
.. include:: ../../../arch/x86/gen_gdt.py .. include:: ../../arch/x86/gen_gdt.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`scripts/gen_relocate_app.py`
------------------------------------------- -------------------------------------------
.. include:: ../../../scripts/gen_relocate_app.py .. include:: ../../scripts/gen_relocate_app.py
:start-after: """ :start-after: """
:end-before: """ :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` :zephyr_file:`scripts/process_gperf.py`
--------------------------------------- ---------------------------------------
.. include:: ../../../scripts/process_gperf.py .. include:: ../../scripts/process_gperf.py
:start-after: """ :start-after: """
:end-before: """ :end-before: """
:zephyr_file:`scripts/gen_app_partitions.py` :zephyr_file:`scripts/gen_app_partitions.py`
-------------------------------------------- --------------------------------------------
.. include:: ../../../scripts/gen_app_partitions.py .. include:: ../../scripts/gen_app_partitions.py
:start-after: """ :start-after: """
:end-before: """ :end-before: """

View file

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Before After
Before After

View file

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

View file

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