diff options
author | Gregory Glover <gg2147@att.com> | 2017-10-24 14:28:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-24 14:28:33 +0000 |
commit | 89b8d027066f3659d3ca5a89ebd263e2bf4b27fc (patch) | |
tree | 70756f84774e0cdecdcff673b1e4ef2bf0e41151 | |
parent | ba3bdc5c58dc6b91ca0e88dc9b4e9d9ec9ed9702 (diff) | |
parent | 082a34dfad1be76bec56865a6bebd2139016aeef (diff) |
Merge "Integrate CLAMP added templates"
-rw-r--r-- | docs/conf.py | 3 | ||||
-rw-r--r-- | docs/guides/onap-developer/architecture/index.rst | 2 | ||||
-rw-r--r-- | docs/guides/onap-developer/how-to-use-docs/include-documentation.rst | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index f4fc0e077..ac9edb47e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,8 +95,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - '_build', - 'submodules/aaf' + '_build' ] # The reST default role (used for this markup: `text`) to use for all diff --git a/docs/guides/onap-developer/architecture/index.rst b/docs/guides/onap-developer/architecture/index.rst index 5133e97c6..c336af870 100644 --- a/docs/guides/onap-developer/architecture/index.rst +++ b/docs/guides/onap-developer/architecture/index.rst @@ -28,7 +28,7 @@ User Interfaces :maxdepth: 1 :titlesonly: - CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/index> + CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/architecture.rst> CLI - Command Line Interface <../../../submodules/cli.git/docs/architecture.rst> SDC - Service Design and Creation <../../../submodules/sdc.git/docs/architecture.rst> ../../../submodules/sdc/jtosca.git/docs/architecture.rst 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 aa2def9d7..4a7300d16 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 @@ -402,7 +402,7 @@ Update submodules, build documentation using tox & then open using any browser. .. code-block:: bash cd doc - git submodule update --init + git submodule update --depth 1 --init tox -edocs firefox docs/_build/html/index.html |