doc: move crypto/random sections into os services

Move this documentation to a new location under OS Services section.

See #33725

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-04-04 11:23:10 -04:00 committed by Carles Cufí
commit fb892e0fbf
7 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,6 @@ User and Developer Guides
docs/index.rst docs/index.rst
coccinelle.rst coccinelle.rst
code-relocation.rst code-relocation.rst
crypto/index
flash_debug/index flash_debug/index
device_mgmt/index device_mgmt/index
dts/index dts/index

View file

@ -10,7 +10,6 @@ API Reference
api/index.rst api/index.rst
audio/index.rst audio/index.rst
canbus/index.rst canbus/index.rst
crypto/index.rst
devicetree/index.rst devicetree/index.rst
display/index.rst display/index.rst
edac/index.rst edac/index.rst
@ -20,7 +19,6 @@ API Reference
modbus/index.rst modbus/index.rst
peripherals/index.rst peripherals/index.rst
pinctrl/index.rst pinctrl/index.rst
random/index.rst
storage/index.rst storage/index.rst
task_wdt/index.rst task_wdt/index.rst
usb/index.rst usb/index.rst

View file

@ -1,8 +1,8 @@
.. _crypto_api: .. _crypto_api:
Crypto Crypto APIs
####### ###########
Overview Overview
******** ********

View file

@ -14,3 +14,5 @@ The following crypto libraries have been included:
:maxdepth: 1 :maxdepth: 1
tinycrypt.rst tinycrypt.rst
random/index.rst
api/index.rst

View file

@ -7,6 +7,7 @@ OS Services
:maxdepth: 1 :maxdepth: 1
crypto/index
debugging/index.rst debugging/index.rst
file_system/index.rst file_system/index.rst
formatted_output.rst formatted_output.rst