This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 931096f3f676324ffa11234896dac477251e4b0b
Author: raiden00pl <[email protected]>
AuthorDate: Tue Oct 24 12:49:37 2023 +0200

    Documentation: various cosmetic changes
---
 Documentation/applications/boot/mcuboot/index.rst        | 6 +++---
 Documentation/applications/boot/miniboot/index.rst       | 6 +++---
 Documentation/applications/industry/abnt_codi/index.rst  | 6 +++---
 Documentation/applications/logging/embedlog/index.rst    | 6 +++---
 Documentation/applications/logging/nxscope/index.rst     | 6 +++---
 Documentation/applications/testing/arch_libc/index.rst   | 6 +++---
 Documentation/applications/testing/cxxtest/index.rst     | 6 +++---
 Documentation/applications/testing/fopencookie/index.rst | 6 +++---
 Documentation/applications/testing/fstest/index.rst      | 6 +++---
 Documentation/applications/testing/mm/index.rst          | 6 +++---
 Documentation/applications/testing/nxfss/index.rst       | 6 +++---
 Documentation/applications/testing/ostest/index.rst      | 6 +++---
 Documentation/applications/testing/smp/index.rst         | 6 +++---
 Documentation/applications/testing/unity/index.rst       | 6 +++---
 14 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/Documentation/applications/boot/mcuboot/index.rst 
b/Documentation/applications/boot/mcuboot/index.rst
index 761f741b92..c043349574 100644
--- a/Documentation/applications/boot/mcuboot/index.rst
+++ b/Documentation/applications/boot/mcuboot/index.rst
@@ -1,6 +1,6 @@
-=======
-MCUboot
-=======
+===================
+``mcuboot`` MCUboot
+===================
 
 Description
 -----------
diff --git a/Documentation/applications/boot/miniboot/index.rst 
b/Documentation/applications/boot/miniboot/index.rst
index 084fecda0b..fd05dbf2a5 100644
--- a/Documentation/applications/boot/miniboot/index.rst
+++ b/Documentation/applications/boot/miniboot/index.rst
@@ -1,6 +1,6 @@
-========
-miniboot
-========
+===============================
+``miniboot`` Minimal bootloader
+===============================
 
 Minimal bootloader based on NuttX.
 
diff --git a/Documentation/applications/industry/abnt_codi/index.rst 
b/Documentation/applications/industry/abnt_codi/index.rst
index 362e0b1bc0..842ed8d3a9 100644
--- a/Documentation/applications/industry/abnt_codi/index.rst
+++ b/Documentation/applications/industry/abnt_codi/index.rst
@@ -1,6 +1,6 @@
-=========
-abnt_codi
-=========
+=======================
+``abnt_codi`` ABNT CODI
+=======================
 
 The ABNT CODI is an old energy meter standard used in Brazil.
 
diff --git a/Documentation/applications/logging/embedlog/index.rst 
b/Documentation/applications/logging/embedlog/index.rst
index 186de02b00..17dfd6cf98 100644
--- a/Documentation/applications/logging/embedlog/index.rst
+++ b/Documentation/applications/logging/embedlog/index.rst
@@ -1,6 +1,6 @@
-================
-Embedlog Library
-================
+=============================
+``embedlog`` Embedlog Library
+=============================
 
 Highly configurable logger for embedded devices. Documentation and
 more info available on: https://embedlog.bofc.pl
diff --git a/Documentation/applications/logging/nxscope/index.rst 
b/Documentation/applications/logging/nxscope/index.rst
index db36877b4c..7a4cbbdb75 100644
--- a/Documentation/applications/logging/nxscope/index.rst
+++ b/Documentation/applications/logging/nxscope/index.rst
@@ -1,6 +1,6 @@
-===============
-NxScope Library
-===============
+===========================
+``nxscope`` NxScope Library
+===========================
 
 This library provides real-time data logging functionality for NuttX.
 
diff --git a/Documentation/applications/testing/arch_libc/index.rst 
b/Documentation/applications/testing/arch_libc/index.rst
index f6b054fa9a..6c03e3aac3 100644
--- a/Documentation/applications/testing/arch_libc/index.rst
+++ b/Documentation/applications/testing/arch_libc/index.rst
@@ -1,6 +1,6 @@
-=======================================
-``arch_libc`` - Arch-specific libc Test
-=======================================
+=====================================
+``arch_libc`` Arch-specific libc Test
+=====================================
 
 This is a test for arch-specific libc function. Arch-specific libc functions 
are often implemented in
 assembly language, here is the test for these functions. The test focuses on 
key features in assembly
diff --git a/Documentation/applications/testing/cxxtest/index.rst 
b/Documentation/applications/testing/cxxtest/index.rst
index 72ed911da3..12fa1a2ce0 100644
--- a/Documentation/applications/testing/cxxtest/index.rst
+++ b/Documentation/applications/testing/cxxtest/index.rst
@@ -1,6 +1,6 @@
-==============================
-``cxxtest`` - C++ test program
-==============================
+============================
+``cxxtest`` C++ test program
+============================
 
 This is a test of the C++ standard library. At present a port of the uClibc++
 C++ library is available. Due to licensing issues, the uClibc++ C++ library is
diff --git a/Documentation/applications/testing/fopencookie/index.rst 
b/Documentation/applications/testing/fopencookie/index.rst
index 267d1cbcde..1a7827b38d 100644
--- a/Documentation/applications/testing/fopencookie/index.rst
+++ b/Documentation/applications/testing/fopencookie/index.rst
@@ -1,6 +1,6 @@
-=======================================
-``fopencookie`` - fopencookie test tool
-=======================================
+=====================================
+``fopencookie`` fopencookie test tool
+=====================================
 
 ``CONFIG_TESTING_SMART_TEST=y``
 
diff --git a/Documentation/applications/testing/fstest/index.rst 
b/Documentation/applications/testing/fstest/index.rst
index f830746c68..9ed7ddc83e 100644
--- a/Documentation/applications/testing/fstest/index.rst
+++ b/Documentation/applications/testing/fstest/index.rst
@@ -1,6 +1,6 @@
-=====================================
-``fstest`` - Generic file system test
-=====================================
+===================================
+``fstest`` Generic file system test
+===================================
 
 This is a generic file system test that derives from ``testing/nxffs``. It was
 created to test the tmpfs file system, but should work with any file system
diff --git a/Documentation/applications/testing/mm/index.rst 
b/Documentation/applications/testing/mm/index.rst
index 564f54b221..73d4b43670 100644
--- a/Documentation/applications/testing/mm/index.rst
+++ b/Documentation/applications/testing/mm/index.rst
@@ -1,5 +1,5 @@
-===============================
-``mm`` - Memory management test
-===============================
+=============================
+``mm`` Memory management test
+=============================
 
 This is a simple test of the memory manager.
diff --git a/Documentation/applications/testing/nxfss/index.rst 
b/Documentation/applications/testing/nxfss/index.rst
index 92836060cd..71e398ea3b 100644
--- a/Documentation/applications/testing/nxfss/index.rst
+++ b/Documentation/applications/testing/nxfss/index.rst
@@ -1,6 +1,6 @@
-=====================================
-``nxffs`` - NXFFS file system example
-=====================================
+===================================
+``nxffs`` NXFFS file system example
+===================================
 
 This is a test of the NuttX NXFFS FLASH file system. This is an NXFFS stress
 test and beats on the file system very hard. It should only be used in a
diff --git a/Documentation/applications/testing/ostest/index.rst 
b/Documentation/applications/testing/ostest/index.rst
index 82905dd025..be37149219 100644
--- a/Documentation/applications/testing/ostest/index.rst
+++ b/Documentation/applications/testing/ostest/index.rst
@@ -1,6 +1,6 @@
-====================
-``ostest`` - OS test
-====================
+==================
+``ostest`` OS test
+==================
 
 This is the NuttX _qualification_ suite. It attempts to exercise a broad set of
 OS functionality. Its coverage is not very extensive as of this writing, but it
diff --git a/Documentation/applications/testing/smp/index.rst 
b/Documentation/applications/testing/smp/index.rst
index 2f47e487b3..f05c6f7d67 100644
--- a/Documentation/applications/testing/smp/index.rst
+++ b/Documentation/applications/testing/smp/index.rst
@@ -1,6 +1,6 @@
-=====================
-``smp`` - SMP example
-=====================
+===================
+``smp`` SMP example
+===================
 
 This is a simple test for SMP functionality. It is basically just the pthread
 barrier test with some custom instrumentation.
diff --git a/Documentation/applications/testing/unity/index.rst 
b/Documentation/applications/testing/unity/index.rst
index d483fee3a5..e767977a0d 100644
--- a/Documentation/applications/testing/unity/index.rst
+++ b/Documentation/applications/testing/unity/index.rst
@@ -1,6 +1,6 @@
-===================================
-``unity`` - Unity testing framework
-===================================
+=================================
+``unity`` Unity testing framework
+=================================
 
 Unity is a unit testing framework for C developed by ThrowTheSwitch.org:
 

Reply via email to