From 8da3a62701bd78adc6c2d9e3f858c593a82357c0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 Jul 2016 14:59:00 +1000 Subject: Add a Hardware section. --- user/conf.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'user/conf.py') diff --git a/user/conf.py b/user/conf.py index 9865a2d..17a4a20 100644 --- a/user/conf.py +++ b/user/conf.py @@ -11,13 +11,8 @@ project = "RTEMS User Manual" exclude_patterns = ['config/build.rst', 'config/runtime.rst', - 'start/installation.rst', - 'start/basics.rst', - 'start/depend.rst', 'start/quick.rst', - 'start/transition.rst', - 'hosts/os.rst', 'hosts/prefixes.rst', 'hosts/macos.rst', @@ -29,11 +24,18 @@ exclude_patterns = ['config/build.rst', 'installation/developer.rst', 'installation/kernel.rst', + 'hardware/targets.rst', + 'hardware/architectures.rst', + 'hardware/bsps.rst', + 'hardware/tiers.rst', + 'tools/build.rst', 'tools/simulation.rst', 'test/create.rst', 'test/running.rst', + 'start/installation.rst', + 'start/transition.rst', 'waf/index.rst'] -- cgit v1.2.3