From: Pamela Dragosh Date: Mon, 3 Jun 2019 16:19:22 +0000 (-0400) Subject: Fix index for documentation X-Git-Tag: 3.0.0~9^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F89159%2F2;p=policy%2Fparent.git Fix index for documentation Index seems to be missing to syntax Added missing items Renamed architecture header Issue-ID: POLICY-1676 Change-Id: Ib3f18de47bf0fa827d21b64fce4b6485783ad636 Signed-off-by: Pamela Dragosh --- diff --git a/docs/architecture/architecture.rst b/docs/architecture/architecture.rst index 175bb20d..9a587c50 100644 --- a/docs/architecture/architecture.rst +++ b/docs/architecture/architecture.rst @@ -4,8 +4,8 @@ .. _architecture-label: -Architecture -############ +Policy Framework Architecture +############################# Abstract diff --git a/docs/index.rst b/docs/index.rst index 64bfd4af..1bca925c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,14 +4,16 @@ Policy Framework Architecture ----------------------------- + .. toctree:: :maxdepth: 1 -architecture/architecture.rst -design/design.rst -installation/installation.rst -development/development.rst -release-notes.rst - + architecture/architecture + design/design + api/api + installation/installation + development/development + drools/drools + pap/pap +.. release-notes.rst -End of Document