This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 76637cbf320db5ab5d2bc39fc76589b0f5314422 Author: Matias N <[email protected]> AuthorDate: Sat Aug 15 18:19:19 2020 -0300 complete improving presentation of sections --- Documentation/contributing/index.rst | 8 +++----- Documentation/releases/index.rst | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Documentation/contributing/index.rst b/Documentation/contributing/index.rst index 11c7e6e..a69411b 100644 --- a/Documentation/contributing/index.rst +++ b/Documentation/contributing/index.rst @@ -1,15 +1,13 @@ Contributing ============ +In the following sections you will find important information on how to contribute to NuttX codebase (from small bugfixes to large new features) +and documentation (the one you are reading now): + .. toctree:: :maxdepth: 2 - :hidden: - :caption: Contents: workflow.rst coding_style.rst documentation.rst -.. note:: - Brief description on how contributing to NuttX works (GitHub, PRs), which documents should be read - before the first contribution (coding style, etc). Brief description on how to participate more closely in NuttX project (commiter, PMC member). diff --git a/Documentation/releases/index.rst b/Documentation/releases/index.rst index 250fdbe..e83e335 100644 --- a/Documentation/releases/index.rst +++ b/Documentation/releases/index.rst @@ -1,6 +1,6 @@ Releases ======== -.. note:: +.. todo:: This should link (or include?) release notes. Maybe only show some recent ones and link older ones
