doc: Update Host Tools section.

* Remove `tools/` from the section name.
* Generate local TOC that lists described tools.
* Update new parsetrace.py toctree location to fix indexing and display.

Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
This commit is contained in:
Tomasz 'CeDeROM' CEDRO
2026-01-26 23:40:49 +01:00
committed by Xiang Xiao
parent 1d06fe5905
commit ec41f30f9a
+17 -12
View File
@@ -1,16 +1,14 @@
=====================
``/tools`` Host Tools
=====================
==========
Host Tools
==========
This page discusses the contents of the NuttX tools/ directory.
This page discusses the ``tools/`` directory containing miscellaneous scripts
and host C programs that are important parts of the NuttX build system:
The tools/ directory contains miscellaneous scripts and host C programs
that are necessary parts of the NuttX build system.
.. toctree::
:maxdepth: 2
parsetrace
.. contents::
:local:
:backlinks: entry
:depth: 2
cmpconfig.c
-----------
@@ -1233,7 +1231,14 @@ See also indent.sh and nxstyle.c
parsetrace.py
-------------
``parsetrace.py`` is a Python script for parsing and converting NuttX trace logs. See :doc:`parsetrace` for details.
.. toctree::
:maxdepth: 2
:hidden:
parsetrace
``parsetrace.py`` is a Python script for parsing and converting NuttX trace
logs. See dedicated :doc:`parsetrace` section for details.
zds
---