Rodrigo Caballero | a4a50fa | 2015-05-15 11:38:34 -0500 | [diff] [blame] | 1 | .. |
Anas Nashif | 5a7de14 | 2015-06-13 12:51:09 -0700 | [diff] [blame] | 2 | Zephyr Project documentation master file |
Rodrigo Caballero | a4a50fa | 2015-05-15 11:38:34 -0500 | [diff] [blame] | 3 | |
Rodrigo Caballero | 26bd7d6 | 2016-02-05 10:06:00 -0600 | [diff] [blame] | 4 | Zephyr Project Documentation |
| 5 | ############################ |
| 6 | |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame^] | 7 | .. only:: release |
| 8 | |
| 9 | Welcome to the Zephyr Project's documentation version |version|! |
| 10 | |
| 11 | Documentation for the development branch of Zephyr can be found at |
| 12 | https://www.zephyrproject.org/doc/dev/ |
| 13 | |
| 14 | .. only:: development |
| 15 | |
| 16 | Welcome to the Zephyr Project's documentation. This is the documentation of the |
| 17 | master tree under development. |
| 18 | |
| 19 | Documentation for released versions of Zephyr can be found at |
| 20 | ``https://www.zephyrproject.org/doc/<version>``, for example: |
| 21 | |
| 22 | * Documentation for `Zephyr 1.2.0`_ |
| 23 | * Documentation for `Zephyr 1.1.0`_ |
Rodrigo Caballero | b6e41a7 | 2016-04-15 11:14:55 -0500 | [diff] [blame] | 24 | |
| 25 | Sections |
| 26 | ******** |
Rodrigo Caballero | 5753b6e | 2015-08-17 16:04:22 -0500 | [diff] [blame] | 27 | |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 28 | .. toctree:: |
Anas Nashif | 3f5eb3b | 2015-08-29 09:14:50 -0400 | [diff] [blame] | 29 | :maxdepth: 1 |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 30 | |
Anas Nashif | 3f5eb3b | 2015-08-29 09:14:50 -0400 | [diff] [blame] | 31 | about_zephyr.rst |
Rodrigo Caballero | 4f976c2 | 2016-01-28 10:59:49 -0600 | [diff] [blame] | 32 | getting_started/getting_started.rst |
Rodrigo Caballero | d1ff13e | 2016-01-28 16:27:56 -0600 | [diff] [blame] | 33 | kernel/kernel.rst |
Anas Nashif | 73fcb9f | 2016-02-27 16:31:44 -0500 | [diff] [blame] | 34 | drivers/drivers.rst |
Anas Nashif | 530a422 | 2016-04-08 16:30:16 -0400 | [diff] [blame] | 35 | subsystems/subsystems.rst |
Anas Nashif | 5b309af | 2016-04-14 02:49:39 +0800 | [diff] [blame] | 36 | contribute/code.rst |
Anas Nashif | 68f6032 | 2015-10-20 10:28:24 -0400 | [diff] [blame] | 37 | reference/kbuild/kbuild.rst |
Anas Nashif | 3f5eb3b | 2015-08-29 09:14:50 -0400 | [diff] [blame] | 38 | application/application.rst |
Rodrigo Caballero | c4312b6 | 2016-02-01 11:28:50 -0600 | [diff] [blame] | 39 | api/api.rst |
Anas Nashif | 68f6032 | 2015-10-20 10:28:24 -0400 | [diff] [blame] | 40 | reference/kconfig/index.rst |
L.S. Cook | 085acb8 | 2016-02-03 06:37:12 -0800 | [diff] [blame] | 41 | board/board.rst |
| 42 | |
Rodrigo Caballero | b6e41a7 | 2016-04-15 11:14:55 -0500 | [diff] [blame] | 43 | You can find further information on the `Zephyr Project Wiki`_. |
| 44 | |
Rodrigo Caballero | 26bd7d6 | 2016-02-05 10:06:00 -0600 | [diff] [blame] | 45 | Indices and Tables |
| 46 | ****************** |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 47 | |
| 48 | * :ref:`genindex` |
Anas Nashif | 06d380c | 2015-05-13 14:05:30 -0400 | [diff] [blame] | 49 | |
Rodrigo Caballero | 56b092d | 2015-05-25 12:19:03 -0500 | [diff] [blame] | 50 | * :ref:`search` |
Rodrigo Caballero | b6e41a7 | 2016-04-15 11:14:55 -0500 | [diff] [blame] | 51 | |
| 52 | .. _Zephyr Project Wiki: https://wiki.zephyrproject.org/view/Main_Page |
Anas Nashif | 13ce2d6 | 2016-04-21 11:23:57 -0400 | [diff] [blame^] | 53 | .. _Zephyr 1.2.0: https://www.zephyrproject.org/doc/1.2.0/ |
| 54 | .. _Zephyr 1.1.0: https://www.zephyrproject.org/doc/1.1.0/ |