[rtems-docs commit] develenv: Fix header levels.

Chris Johns chrisj at rtems.org
Wed Nov 9 02:58:04 UTC 2016


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Nov  9 13:57:54 2016 +1100

develenv: Fix header levels.

---

 develenv/command.rst      | 2 +-
 develenv/conf.py          | 5 ++---
 develenv/directory.rst    | 2 +-
 develenv/index.rst        | 5 ++++-
 develenv/introduction.rst | 3 +--
 develenv/sample.rst       | 2 +-
 develenv/utilities.rst    | 2 +-
 7 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/develenv/command.rst b/develenv/command.rst
index 67fa271..422b61e 100644
--- a/develenv/command.rst
+++ b/develenv/command.rst
@@ -1,6 +1,6 @@
 .. comment SPDX-License-Identifier: CC-BY-SA-4.0
 
 Command and Variable Index
-##########################
+**************************
 
 There are currently no Command and Variable Index entries.
diff --git a/develenv/conf.py b/develenv/conf.py
index d6bc2bd..6358d33 100644
--- a/develenv/conf.py
+++ b/develenv/conf.py
@@ -3,10 +3,9 @@ sys.path.append(os.path.abspath('../common/'))
 
 from conf import *
 
-version = '1.0'
-release = '5.0'
+version = '4.11.0'
+release = '4.11.0'
 
 latex_documents = [
 	('index', 'develenv.tex', u'RTEMS Development Environment Documentation', u'RTEMS Documentation Project', 'manual'),
 ]
-
diff --git a/develenv/directory.rst b/develenv/directory.rst
index 253fbf4..b2d1ebd 100644
--- a/develenv/directory.rst
+++ b/develenv/directory.rst
@@ -5,7 +5,7 @@
 .. COMMENT: All rights reserved.
 
 Directory Structure
-###################
+*******************
 
 The RTEMS directory structure is designed to meet the following requirements:
 
diff --git a/develenv/index.rst b/develenv/index.rst
index 45f18a6..66f1d01 100644
--- a/develenv/index.rst
+++ b/develenv/index.rst
@@ -4,6 +4,9 @@
 RTEMS Development Environment Guide
 ===================================
 
+RTEMS Development Environment Guide
+-----------------------------------
+
  | COPYRIGHT (c) 1988 - 2016.
  | 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:
 
 	introduction
diff --git a/develenv/introduction.rst b/develenv/introduction.rst
index 3332bee..4a24a78 100644
--- a/develenv/introduction.rst
+++ b/develenv/introduction.rst
@@ -4,9 +4,8 @@
 .. COMMENT: On-Line Applications Research Corporation (OAR).
 .. COMMENT: All rights reserved.
 
-============
 Introduction
-============
+************
 
 This document describes the RTEMS development environment.  Discussions are
 provided for the following topics:
diff --git a/develenv/sample.rst b/develenv/sample.rst
index a5f1166..60da972 100644
--- a/develenv/sample.rst
+++ b/develenv/sample.rst
@@ -1,7 +1,7 @@
 .. comment SPDX-License-Identifier: CC-BY-SA-4.0
 
 Sample Applications
-###################
+*******************
 
 Introduction
 ============
diff --git a/develenv/utilities.rst b/develenv/utilities.rst
index ee57fa6..5670d9d 100644
--- a/develenv/utilities.rst
+++ b/develenv/utilities.rst
@@ -3,7 +3,7 @@
 .. _rtems-specific-utilities:
 
 RTEMS Specific Utilities
-########################
+************************
 
 This section describes the additional commands available within the *RTEMS
 Development Environment*.  Although some of these commands are of general use,



More information about the vc mailing list