From ac0eaff94117757046867bc92797d6c2dae78cd4 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 13 Nov 2017 11:51:23 +1100 Subject: Use '.. toctree::' and not '.. include::' in the User Manual. - Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232. --- user/tools/index.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'user/tools') diff --git a/user/tools/index.rst b/user/tools/index.rst index 64f4abf..6cf3509 100644 --- a/user/tools/index.rst +++ b/user/tools/index.rst @@ -14,9 +14,11 @@ of avaliable host computers users wish to develop on. This section details the tools available on the host computers to help support RTEMS users and developers. -.. include:: linker.rst -.. include:: symbols.rst -.. include:: exeinfo.rst -.. include:: trace-linker.rst -.. include:: bsp-builder.rst -.. include:: tester.rst +.. toctree:: + + linker + symbols + exeinfo + trace-linker + bsp-builder + tester -- cgit v1.2.3