doc: get rid of reference section
Move last remaining items from reference section to the appropriate new section in the new structure. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
@ -10,6 +10,7 @@ Developing with Zephyr
|
|||
beyond-GSG.rst
|
||||
env_vars.rst
|
||||
application/index.rst
|
||||
api/index.rst
|
||||
optimizations/index
|
||||
flash_debug/index
|
||||
modules.rst
|
||||
|
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
|
@ -8,6 +8,7 @@ Peripherals
|
|||
|
||||
adc.rst
|
||||
audio/index.rst
|
||||
canbus/index.rst
|
||||
counter.rst
|
||||
clock_control.rst
|
||||
dac.rst
|
||||
|
|
|
@ -19,7 +19,6 @@ Zephyr Project Documentation
|
|||
services/index.rst
|
||||
build/index.rst
|
||||
connectivity/index.rst
|
||||
reference/index.rst
|
||||
hardware/index.rst
|
||||
contribute/index.rst
|
||||
project/index.rst
|
||||
|
|
|
@ -107,7 +107,6 @@ Sections
|
|||
services/index.rst
|
||||
build/index.rst
|
||||
connectivity/index.rst
|
||||
reference/index.rst
|
||||
hardware/index.rst
|
||||
contribute/index.rst
|
||||
project/index.rst
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
.. _api_reference:
|
||||
|
||||
API Reference
|
||||
#############
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:maxdepth: 2
|
||||
|
||||
api/index.rst
|
||||
canbus/index.rst
|
||||
misc/index
|
||||
modbus/index.rst
|
||||
usb/index.rst
|
||||
virtualization/index.rst
|
|
@ -269,7 +269,7 @@ important submodules. For each of the modules, a dedicated architecture
|
|||
document shall be created and evaluated against the implementation.
|
||||
These documents shall serve as an entry point to new developers and as a
|
||||
basis for the security architecture. Please refer to the
|
||||
:ref:`Zephyr subsystem documentation <api_reference>` for
|
||||
:ref:`Zephyr subsystem documentation <os_services>` for
|
||||
detailed information.
|
||||
|
||||
Secure Coding
|
||||
|
|
|
@ -15,6 +15,7 @@ OS Services
|
|||
logging/index.rst
|
||||
tracing/index.rst
|
||||
resource_management/index.rst
|
||||
modbus/index.rst
|
||||
notify.rst
|
||||
pm/index.rst
|
||||
portability/index.rst
|
||||
|
@ -24,3 +25,6 @@ OS Services
|
|||
storage/index.rst
|
||||
task_wdt/index.rst
|
||||
tfm/index
|
||||
usb/index.rst
|
||||
virtualization/index.rst
|
||||
misc.rst
|
||||
|
|