From da2324a8a179b4d5f4c66182ab3069a6cd6f61b4 Mon Sep 17 00:00:00 2001 From: jsseidel Date: Fri, 15 Sep 2017 10:43:14 -0400 Subject: Fixed indentation problems 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 --- docs/guides/onap-developer/how-to-use-docs/addendum.rst | 4 +++- docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/guides/onap-developer/how-to-use-docs') diff --git a/docs/guides/onap-developer/how-to-use-docs/addendum.rst b/docs/guides/onap-developer/how-to-use-docs/addendum.rst index 160b18fde..eccd0022a 100644 --- a/docs/guides/onap-developer/how-to-use-docs/addendum.rst +++ b/docs/guides/onap-developer/how-to-use-docs/addendum.rst @@ -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. diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst index 789ad7552..6ec4ed849 100644 --- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst +++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst @@ -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) -- cgit 1.2.3-korg