[rtems-docs commit] cpu-supplement: Fix header levels.

Chris Johns chrisj at rtems.org
Wed Nov 9 01:39:20 UTC 2016


Module:    rtems-docs
Branch:    master
Commit:    69160048968355deedb1481d2e0ca8c780035b5d
Changeset: http://git.rtems.org/rtems-docs/commit/?id=69160048968355deedb1481d2e0ca8c780035b5d

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Nov  9 12:39:16 2016 +1100

cpu-supplement: Fix header levels.

---

 cpu-supplement/altera_nios_ii.rst      | 2 +-
 cpu-supplement/arm.rst                 | 2 +-
 cpu-supplement/atmel_avr.rst           | 2 +-
 cpu-supplement/blackfin.rst            | 2 +-
 cpu-supplement/command.rst             | 3 +--
 cpu-supplement/conf.py                 | 2 +-
 cpu-supplement/ephiphany.rst           | 2 +-
 cpu-supplement/index.rst               | 5 ++++-
 cpu-supplement/intel_amd_x86.rst       | 2 +-
 cpu-supplement/lattice_micro32.rst     | 2 +-
 cpu-supplement/m68xxx_and_coldfire.rst | 2 +-
 cpu-supplement/mips.rst                | 2 +-
 cpu-supplement/openrisc_1000.rst       | 2 +-
 cpu-supplement/port.rst                | 2 +-
 cpu-supplement/powerpc.rst             | 2 +-
 cpu-supplement/preface.rst             | 3 +--
 cpu-supplement/renesas_m32c.rst        | 2 +-
 cpu-supplement/sparc.rst               | 2 +-
 cpu-supplement/sparc64.rst             | 2 +-
 cpu-supplement/superh.rst              | 2 +-
 cpu-supplement/xilinx_microblaze.rst   | 2 +-
 21 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/cpu-supplement/altera_nios_ii.rst b/cpu-supplement/altera_nios_ii.rst
index f0f994b..8bc1a31 100644
--- a/cpu-supplement/altera_nios_ii.rst
+++ b/cpu-supplement/altera_nios_ii.rst
@@ -4,7 +4,7 @@
 .. COMMENT: All rights reserved.
 
 Altera Nios II Specific Information
-###################################
+***********************************
 
 Symmetric Multiprocessing
 =========================
diff --git a/cpu-supplement/arm.rst b/cpu-supplement/arm.rst
index 64fc156..fa216f3 100644
--- a/cpu-supplement/arm.rst
+++ b/cpu-supplement/arm.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 ARM Specific Information
-########################
+************************
 
 This chapter discusses the *ARM architecture*
 (http://en.wikipedia.org/wiki/ARM_architecture) dependencies in this port of
diff --git a/cpu-supplement/atmel_avr.rst b/cpu-supplement/atmel_avr.rst
index 6a3ce02..838dafe 100644
--- a/cpu-supplement/atmel_avr.rst
+++ b/cpu-supplement/atmel_avr.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Atmel AVR Specific Information
-##############################
+******************************
 
 This chapter discusses the AVR architecture dependencies in this port of RTEMS.
 
diff --git a/cpu-supplement/blackfin.rst b/cpu-supplement/blackfin.rst
index e26ceb8..c959ddf 100644
--- a/cpu-supplement/blackfin.rst
+++ b/cpu-supplement/blackfin.rst
@@ -4,7 +4,7 @@
 .. COMMENT: Hesham ALMatary <hmka501 at york.ac.uk>
 
 Blackfin Specific Information
-#############################
+*****************************
 
 This chapter discusses the Blackfin architecture dependencies in this port of
 RTEMS.
diff --git a/cpu-supplement/command.rst b/cpu-supplement/command.rst
index 46bd174..45714c9 100644
--- a/cpu-supplement/command.rst
+++ b/cpu-supplement/command.rst
@@ -1,9 +1,8 @@
 .. comment SPDX-License-Identifier: CC-BY-SA-4.0
 
 Command and Variable Index
-##########################
+**************************
 
 There are currently no Command and Variable Index entries.
 
 .. COMMENT: @printindex fn
-
diff --git a/cpu-supplement/conf.py b/cpu-supplement/conf.py
index e08bbf1..d89a641 100644
--- a/cpu-supplement/conf.py
+++ b/cpu-supplement/conf.py
@@ -4,7 +4,7 @@ sys.path.append(os.path.abspath('../common/'))
 from conf import *
 
 version = '1.0'
-release = '5.0'
+release = '4.11.0'
 
 latex_documents = [
 	('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
diff --git a/cpu-supplement/ephiphany.rst b/cpu-supplement/ephiphany.rst
index fa36119..bbb0cf7 100644
--- a/cpu-supplement/ephiphany.rst
+++ b/cpu-supplement/ephiphany.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Epiphany Specific Information
-#############################
+*****************************
 
 This chapter discusses the`Epiphany Architecture
 http://adapteva.com/docs/epiphany_sdk_ref.pdf dependencies in this port of
diff --git a/cpu-supplement/index.rst b/cpu-supplement/index.rst
index 4d5c2ac..9167b73 100644
--- a/cpu-supplement/index.rst
+++ b/cpu-supplement/index.rst
@@ -4,6 +4,9 @@
 RTEMS CPU Architecture Supplement
 =================================
 
+RTEMS CPU Architecture Supplement
+---------------------------------
+
  | COPYRIGHT (c) 1988 - 2015.
  | On-Line Applications Research Corporation (OAR).
 
@@ -32,7 +35,7 @@ to the Community Project hosted at http://www.rtems.org/.
   ================  =============================
 
 .. toctree::
-	:maxdepth: 3
+	:maxdepth: 5
 	:numbered:
 
 	preface
diff --git a/cpu-supplement/intel_amd_x86.rst b/cpu-supplement/intel_amd_x86.rst
index 37ff569..9d76e69 100644
--- a/cpu-supplement/intel_amd_x86.rst
+++ b/cpu-supplement/intel_amd_x86.rst
@@ -7,7 +7,7 @@
 .. COMMENT: Micro-Research Finland Oy
 
 Intel/AMD x86 Specific Information
-##################################
+**********************************
 
 This chapter discusses the Intel x86 architecture dependencies in this port of
 RTEMS.  This family has multiple implementations from multiple vendors and
diff --git a/cpu-supplement/lattice_micro32.rst b/cpu-supplement/lattice_micro32.rst
index 620cadf..07be31c 100644
--- a/cpu-supplement/lattice_micro32.rst
+++ b/cpu-supplement/lattice_micro32.rst
@@ -3,7 +3,7 @@
 .. COMMENT: Copyright (c) 2014 embedded brains GmbH.  All rights reserved.
 
 Lattice Mico32 Specific Information
-###################################
+***********************************
 
 This chaper discusses the Lattice Mico32 architecture dependencies in this port
 of RTEMS. The Lattice Mico32 is a 32-bit Harvard, RISC architecture "soft"
diff --git a/cpu-supplement/m68xxx_and_coldfire.rst b/cpu-supplement/m68xxx_and_coldfire.rst
index d448276..ffabdc0 100644
--- a/cpu-supplement/m68xxx_and_coldfire.rst
+++ b/cpu-supplement/m68xxx_and_coldfire.rst
@@ -3,7 +3,7 @@
 .. COMMENT: Copyright (c) 2014 embedded brains GmbH.  All rights reserved.
 
 M68xxx and Coldfire Specific Information
-########################################
+****************************************
 
 This chapter discusses the Freescale (formerly Motorola) MC68xxx and Coldfire
 architectural dependencies.  The MC68xxx family has a wide variety of CPU
diff --git a/cpu-supplement/mips.rst b/cpu-supplement/mips.rst
index aca10ec..29befb3 100644
--- a/cpu-supplement/mips.rst
+++ b/cpu-supplement/mips.rst
@@ -3,7 +3,7 @@
 .. COMMENT: Copyright (c) 2014 embedded brains GmbH.  All rights reserved.
 
 MIPS Specific Information
-#########################
+*************************
 
 This chapter discusses the MIPS architecture dependencies in this port of
 RTEMS.  The MIPS family has a wide variety of implementations by a wide range
diff --git a/cpu-supplement/openrisc_1000.rst b/cpu-supplement/openrisc_1000.rst
index c9d6127..3d9e12b 100644
--- a/cpu-supplement/openrisc_1000.rst
+++ b/cpu-supplement/openrisc_1000.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 OpenRISC 1000 Specific Information
-##################################
+**********************************
 
 This chapter discusses the`OpenRISC 1000 architecture
 http://opencores.org/or1k/Main_Page dependencies in this port of RTEMS. There
diff --git a/cpu-supplement/port.rst b/cpu-supplement/port.rst
index 9ccd2f4..2e15a70 100644
--- a/cpu-supplement/port.rst
+++ b/cpu-supplement/port.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Port Specific Information
-#########################
+*************************
 
 This chaper provides a general description of the type of architecture specific
 information which is in each of the architecture specific chapters that follow.
diff --git a/cpu-supplement/powerpc.rst b/cpu-supplement/powerpc.rst
index 8a7f92e..b84c2b4 100644
--- a/cpu-supplement/powerpc.rst
+++ b/cpu-supplement/powerpc.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 PowerPC Specific Information
-############################
+****************************
 
 This chapter discusses the PowerPC architecture dependencies in this port of
 RTEMS.  The PowerPC family has a wide variety of implementations by a range of
diff --git a/cpu-supplement/preface.rst b/cpu-supplement/preface.rst
index 0fa6341..1e6f4b5 100644
--- a/cpu-supplement/preface.rst
+++ b/cpu-supplement/preface.rst
@@ -4,9 +4,8 @@
 .. COMMENT: On-Line Applications Research Corporation (OAR).
 .. COMMENT: All rights reserved.
 
-=======
 Preface
-=======
+*******
 
 The Real Time Executive for Multiprocessor Systems (RTEMS) is designed to be
 portable across multiple processor architectures.  However, the nature of
diff --git a/cpu-supplement/renesas_m32c.rst b/cpu-supplement/renesas_m32c.rst
index 4884e15..c9119a9 100644
--- a/cpu-supplement/renesas_m32c.rst
+++ b/cpu-supplement/renesas_m32c.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Renesas M32C Specific Information
-#################################
+*********************************
 
 Symmetric Multiprocessing
 =========================
diff --git a/cpu-supplement/sparc.rst b/cpu-supplement/sparc.rst
index f993cd8..bb94435 100644
--- a/cpu-supplement/sparc.rst
+++ b/cpu-supplement/sparc.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 SPARC Specific Information
-##########################
+**************************
 
 The Real Time Executive for Multiprocessor Systems (RTEMS) is designed to be
 portable across multiple processor architectures.  However, the nature of
diff --git a/cpu-supplement/sparc64.rst b/cpu-supplement/sparc64.rst
index f2785ff..753e714 100644
--- a/cpu-supplement/sparc64.rst
+++ b/cpu-supplement/sparc64.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 SPARC-64 Specific Information
-#############################
+*****************************
 
 This document discusses the SPARC Version 9 (aka SPARC-64, SPARC64 or SPARC V9)
 architecture dependencies in this port of RTEMS.
diff --git a/cpu-supplement/superh.rst b/cpu-supplement/superh.rst
index fddf1b1..2df9a08 100644
--- a/cpu-supplement/superh.rst
+++ b/cpu-supplement/superh.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 SuperH Specific Information
-###########################
+***************************
 
 This chapter discusses the SuperH architecture dependencies in this port of
 RTEMS.  The SuperH family has a wide variety of implementations by a wide range
diff --git a/cpu-supplement/xilinx_microblaze.rst b/cpu-supplement/xilinx_microblaze.rst
index 4cc2863..a04e558 100644
--- a/cpu-supplement/xilinx_microblaze.rst
+++ b/cpu-supplement/xilinx_microblaze.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Xilinx MicroBlaze Specific Information
-######################################
+**************************************
 
 Symmetric Multiprocessing
 =========================



More information about the vc mailing list