doc: consolidate api status and guidelines

Move all docs related to APIs and the guidelines around them into one
page.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-15 10:15:14 -04:00 committed by Carles Cufí
commit 077447a52b
9 changed files with 13 additions and 4 deletions

View file

@ -12,7 +12,6 @@ Development Model
code_flow code_flow
dev_env_and_tools dev_env_and_tools
issues issues
api_lifecycle
communication communication
documentation documentation

View file

@ -12,7 +12,6 @@ User and Developer Guides
bluetooth/index.rst bluetooth/index.rst
build/index build/index
coding_guidelines/index coding_guidelines/index
design_guidelines.rst
c_library c_library
../README.rst ../README.rst
documentation/index documentation/index

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -0,0 +1,12 @@
.. _api_status_and_guidelines:
API Status / Guidelines
#######################
.. toctree::
:maxdepth: 1
overview.rst
api_lifecycle.rst
design_guidelines.rst
terminology.rst

View file

@ -6,8 +6,7 @@ API Reference
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
overview.rst api/index.rst
terminology.rst
audio/index.rst audio/index.rst
misc/notify.rst misc/notify.rst
bluetooth/index.rst bluetooth/index.rst