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/hosts/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'user/hosts/index.rst') diff --git a/user/hosts/index.rst b/user/hosts/index.rst index 71111f9..b1d1273 100644 --- a/user/hosts/index.rst +++ b/user/hosts/index.rst @@ -44,7 +44,9 @@ building tools is something you do once. Once the tools and RTEMS is built all your time can be spent writing and developing your application. Over an hour can happen and for the ARM architecture and with all BSPs it can be many hours. -.. include:: os.rst -.. include:: posix.rst -.. include:: macos.rst -.. include:: windows.rst +.. toctree:: + + os + posix + macos + windows -- cgit v1.2.3