From 2c4b6a5307785906b370895a80be5c5aaef32f55 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 5 Jan 2019 22:31:00 -0500 Subject: [PATCH] doc: minor tweaks to documentation guidelines Change titles and make them consistent with the rest. Signed-off-by: Anas Nashif --- doc/README.rst | 4 ++-- doc/documentation/doc-guidelines.rst | 4 ++-- doc/documentation/index.rst | 2 +- doc/index.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/README.rst b/doc/README.rst index 9b2bea31aec16e..0fb1251406e1a8 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -1,7 +1,7 @@ .. _zephyr_doc: -Zephyr Documentation Generation -############################### +Documentation Generation +######################## These instructions will walk you through generating the Zephyr Project's documentation on your local system using the same documentation sources diff --git a/doc/documentation/doc-guidelines.rst b/doc/documentation/doc-guidelines.rst index 99f79a5559c7fb..40e94d6da0f28a 100644 --- a/doc/documentation/doc-guidelines.rst +++ b/doc/documentation/doc-guidelines.rst @@ -1,7 +1,7 @@ .. _doc_guidelines: -Documentation Guidelines for the Zephyr Project -############################################### +Documentation Guidelines +######################## Zephyr Project content is written using the `reStructuredText`_ markup language (.rst file extension) with Sphinx extensions, and processed diff --git a/doc/documentation/index.rst b/doc/documentation/index.rst index 8b28e178f7e64d..98e94e1f74b4c4 100644 --- a/doc/documentation/index.rst +++ b/doc/documentation/index.rst @@ -1,4 +1,4 @@ -.. _documentation_guidelines: +.. documenting_zephyr: Documentation Guidelines ######################## diff --git a/doc/index.rst b/doc/index.rst index dda7de51e1d64e..9cf01cde6d9dd9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -51,7 +51,6 @@ Source code for the Zephyr Project is maintained in the Zephyr Project's introduction/introducing_zephyr.rst getting_started/getting_started.rst contribute/index.rst - documentation/index.rst application/application.rst kernel/kernel.rst security/security.rst @@ -59,6 +58,7 @@ Source code for the Zephyr Project is maintained in the Zephyr Project's devices/index.rst tools/index.rst porting/index.rst + documentation/index.rst samples/samples.rst api/index.rst boards/boards.rst