cederom commented on code in PR #18124:
URL: https://github.com/apache/nuttx/pull/18124#discussion_r2728789295


##########
Documentation/components/tools/index.rst:
##########
@@ -7,6 +7,11 @@ This page discusses the contents of the NuttX tools/ directory.
 The tools/ directory contains miscellaneous scripts and host C programs
 that are necessary parts of the NuttX build system.
 
+.. toctree::

Review Comment:
   My proposition here:
   
   ```
   ==========
   Host Tools
   ==========
   
   This page discusses the ``tools/`` directory containing miscellaneous scripts
   and host C programs that are important parts of the NuttX build system:
   
   .. contents:: Table of contents
       :local:
       :backlinks: entry
       :depth: 2
   
   (...)
   
   parsetrace.py
   -------------
   
   .. toctree::
      :maxdepth: 2
      :hidden:
   
      parsetrace
   
   ``parsetrace.py`` is a Python script for parsing and converting NuttX trace
   logs. See :doc:`parsetrace` for details.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to