zephyr/doc/index.rst
Anas Nashif 13ce2d6285 doc: show information about documentation current version
show different information based on the state of the current
documentation and link to development version and released
versions depending on where the user lands.

Change-Id: Ifa6263900222db483efa0388e2588dd97222ecb6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-22 10:54:38 +00:00

55 lines
1.3 KiB
ReStructuredText

..
Zephyr Project documentation master file
Zephyr Project Documentation
############################
.. only:: release
Welcome to the Zephyr Project's documentation version |version|!
Documentation for the development branch of Zephyr can be found at
https://www.zephyrproject.org/doc/dev/
.. only:: development
Welcome to the Zephyr Project's documentation. This is the documentation of the
master tree under development.
Documentation for released versions of Zephyr can be found at
``https://www.zephyrproject.org/doc/<version>``, for example:
* Documentation for `Zephyr 1.2.0`_
* Documentation for `Zephyr 1.1.0`_
Sections
********
.. toctree::
:maxdepth: 1
about_zephyr.rst
getting_started/getting_started.rst
kernel/kernel.rst
drivers/drivers.rst
subsystems/subsystems.rst
contribute/code.rst
reference/kbuild/kbuild.rst
application/application.rst
api/api.rst
reference/kconfig/index.rst
board/board.rst
You can find further information on the `Zephyr Project Wiki`_.
Indices and Tables
******************
* :ref:`genindex`
* :ref:`search`
.. _Zephyr Project Wiki: https://wiki.zephyrproject.org/view/Main_Page
.. _Zephyr 1.2.0: https://www.zephyrproject.org/doc/1.2.0/
.. _Zephyr 1.1.0: https://www.zephyrproject.org/doc/1.1.0/