Integrate CLAMP added templates 63/20363/1
authorRich Bennett <rb2745@att.com>
Tue, 24 Oct 2017 14:08:26 +0000 (10:08 -0400)
committerRich Bennett <rb2745@att.com>
Tue, 24 Oct 2017 14:13:00 +0000 (10:13 -0400)
Integrate templates into Architeture and Release Notes
Remove excluded path auth/aaf.git for master branch

Change-Id: I49b7ee43823e27b99a7b20dff7d955e16691d912
Issue-ID: DOC-110
Signed-off-by: Rich Bennett <rb2745@att.com>
docs/conf.py
docs/guides/onap-developer/architecture/index.rst
docs/guides/onap-developer/how-to-use-docs/include-documentation.rst

index f4fc0e0..ac9edb4 100644 (file)
@@ -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
index 5133e97..c336af8 100644 (file)
@@ -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
index aa2def9..4a7300d 100644 (file)
@@ -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