summaryrefslogtreecommitdiffstats
path: root/user/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-07-06 14:59:00 +1000
committerChris Johns <chrisj@rtems.org>2016-07-06 14:59:00 +1000
commit8da3a62701bd78adc6c2d9e3f858c593a82357c0 (patch)
treed36bd54da6e5ed6b616fa977e700182f5c564e36 /user/conf.py
parentUpdate the glossary. (diff)
downloadrtems-docs-8da3a62701bd78adc6c2d9e3f858c593a82357c0.tar.bz2
Add a Hardware section.
Diffstat (limited to 'user/conf.py')
-rw-r--r--user/conf.py12
1 files changed, 7 insertions, 5 deletions
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']