doc: simplify top level TOC

Simplify top-level table of contents and create the user guide which
includes the application development primer and other guides and
refereces instead of having them at the top-level.

Also move glossary section away from top-level TOC and remove broken
search link.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-08-17 22:46:19 -04:00 committed by Anas Nashif
commit e381a61ff0
3 changed files with 10 additions and 10 deletions

View file

@ -1,11 +1,12 @@
.. _application_dev: .. _developer_guides:
Application Development
#######################
Developer Guides
################
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
../porting/porting.rst
application.rst application.rst
../samples/samples.rst
../reference/kconfig/index.rst ../reference/kconfig/index.rst

View file

@ -1,3 +1,5 @@
:orphan:
.. _glossary: .. _glossary:
Glossary of Terms Glossary of Terms

View file

@ -38,25 +38,22 @@ Sections
getting_started/getting_started.rst getting_started/getting_started.rst
contribute/contribute.rst contribute/contribute.rst
kernel/kernel.rst kernel/kernel.rst
boards/boards.rst
application/index.rst application/index.rst
samples/samples.rst boards/boards.rst
porting/porting.rst
devices/index.rst devices/index.rst
subsystems/subsystems.rst subsystems/subsystems.rst
api/api.rst api/api.rst
security/security.rst security/security.rst
release-notes.rst release-notes.rst
LICENSING.rst LICENSING.rst
glossary.rst
Indices and Tables Indices and Tables
****************** ******************
* :ref:`genindex` * :ref:`glossary`
* :ref:`search` * :ref:`genindex`
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/ .. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
.. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/ .. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/