Skip to content

Commit 3267f8c

Browse files
gmarullcarlescufi
authored andcommitted
doc: move Zephyr references to standalone page
So that home page is de-cluttered. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent ca685bf commit 3267f8c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
Welcome to Example Application's documentation!
77
===============================================
88

9+
This is a simple Sphinx documentation setup for ``example-application``.
10+
911
.. toctree::
1012
:maxdepth: 2
1113
:caption: Contents
1214

1315
drivers/index
1416
lib/index
15-
16-
This is a simple Sphinx documentation setup for ``example-application``. You can
17-
reference Zephyr documentation items, like
18-
:external+zephyr:ref:`getting_started` or :external+zephyr:c:func:`k_sleep`.
17+
zephyr
1918

2019
Indices and tables
2120
==================

doc/zephyr.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Zephyr
2+
======
3+
4+
You can reference Zephyr documentation items, like
5+
:external+zephyr:ref:`getting_started` or :external+zephyr:c:func:`k_sleep`.

0 commit comments

Comments
 (0)