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:
parent
6734c6e874
commit
077447a52b
9 changed files with 13 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
12
doc/reference/api/index.rst
Normal file
12
doc/reference/api/index.rst
Normal 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
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue