Fixed indentation problems 37/12737/2
authorjsseidel <jsseidel@fastmail.com>
Fri, 15 Sep 2017 14:43:14 +0000 (10:43 -0400)
committerRich Bennett <rb2745@att.com>
Fri, 15 Sep 2017 15:08:55 +0000 (15:08 +0000)
Indentation problems were causing build failures. They
were the result of not having empty lines between
rst directives, like .. bash. Also, there was a
malformed line in .gitmodules of the same type.

Change-Id: I0cd51bd975ea1016d89053ab48ee0c433f43ae93
Issue-Id: DOC-78
Signed-off-by: jsseidel <jsseidel@fastmail.com>
.gitmodules
docs/guides/onap-developer/how-to-use-docs/addendum.rst
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
docs/release/repolist.rst

index 7b8ef23..756acae 100644 (file)
@@ -40,6 +40,6 @@
         ignore = dirty
 [submodule "docs/submodules/dcaegen2.git"]
        path = docs/submodules/dcaegen2.git
-       ../dcaegen2
+       url = ../dcaegen2
         branch = .
         ignore = dirty
index 160b18f..eccd002 100644 (file)
@@ -115,8 +115,10 @@ Verify Job
 The verify job name is **doc-{stream}-verify-rtd**
 
 Proposed changes in files in any repository with the path 
+
 .. bash
-   docs/**/*.rst
+   
+        docs/**/*.rst
 
 will be verified by this job prior to a gerrit code review.
 Please check the Jenkins log carefully for warnings.
index 789ad75..6ec4ed8 100644 (file)
@@ -3,6 +3,7 @@
 
 Setting Up
 ==========
+
 Some initial set up is required to connect a project with
 the master document structure and enable automated publishing of
 changes as summarized in the following diagram and description below 
@@ -130,7 +131,8 @@ to convert or add new content you can update the index and add files under the d
 The diagram below illustrates what is accomplished in the setup steps
 above from the perspective of a file structure created for a local test,
 a jenkins verify job, and/or published release documentation including:
-  - ONAP gerrit project repositories,
+  
+       - ONAP gerrit project repositories,
   - doc project repository master document index.rst, templates, configuration, and other documents
   - submodules directory where other project repositories and directories/files are referenced 
   - file structure: directories (ellipses), files(boxes)
index 68ddf33..831f3d2 100644 (file)
@@ -2,9 +2,11 @@
 
 Projects
 --------
+
 Documentation organized by the project delivering them.
+
 .. note::
-   When available these references should be changed to release artifacts
+   When available these references should be changed to release artifacts.
 
 
 .. toctree::