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 e229528d5adb5d92ca7b5b27e1a647b4ce1e2560
Author: raiden00pl <raide...@railab.me>
AuthorDate: Tue Oct 24 12:40:26 2023 +0200

    Documentation: fix warnings from games
---
 .../applications/games/{brickmatch.rst => brickmatch/index.rst}    | 4 ++--
 Documentation/applications/games/index.rst                         | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Documentation/applications/games/brickmatch.rst 
b/Documentation/applications/games/brickmatch/index.rst
similarity index 98%
rename from Documentation/applications/games/brickmatch.rst
rename to Documentation/applications/games/brickmatch/index.rst
index 4049054b74..3c0820f730 100644
--- a/Documentation/applications/games/brickmatch.rst
+++ b/Documentation/applications/games/brickmatch/index.rst
@@ -17,7 +17,7 @@ walls, floor and ceil in direction to the center of the board 
to make
 the cells of same color to match.
 
 Basic Test
-==========
+----------
 
 The best way to play brickmatch is using an APA102 RGB 16x16 matrix
 and Gesture sensor APDS9960. There are some board examples already
@@ -29,7 +29,7 @@ If you don't have an APA102 matrix you can also play it using 
an LCD
 display and a digital joystick (DJOYSTICK) or the console input. 
 
 Then you can configure and compile the game to play in your board,
-i.e. for ESP32-Devkitc there is already an example using the APA102:
+i.e. for ESP32-Devkitc there is already an example using the APA102::
 
 
     $ ./tools/configure.sh esp32-devkitc:brickmatch
diff --git a/Documentation/applications/games/index.rst 
b/Documentation/applications/games/index.rst
index 54201e9d65..9eb7a93c21 100644
--- a/Documentation/applications/games/index.rst
+++ b/Documentation/applications/games/index.rst
@@ -12,7 +12,8 @@ It is a raycasting game that Greg Nutt developed from 
scratch, similar
 to Doom in many ways. That game is not part of Apache NuttX.
 
 .. toctree::
-  :maxdepth: 2
-  :caption: Contents
+   :glob:
+   :maxdepth: 1
+   :titlesonly:
 
-  brichmatch.rst
+   */index*

Reply via email to