From 0ac4c6a0a3c5eacf7db3b1766048a8d1405f3e96 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 11 Jun 2019 10:55:04 -0400 Subject: Fix documentation add tutorial Fixed some headings that made index's look strange. Added xacml tutorial. Issue-ID: POLICY-1842 Change-Id: Id6ab56e5d5d2a6b2fe37c8df5d3d70aa04776878 Signed-off-by: Pamela Dragosh --- docs/development/development.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/development') diff --git a/docs/development/development.rst b/docs/development/development.rst index 82ff7e3a..252e10da 100644 --- a/docs/development/development.rst +++ b/docs/development/development.rst @@ -4,7 +4,7 @@ Policy Platform Development ---------------------------- +########################### .. contents:: :depth: 2 @@ -23,7 +23,7 @@ This article assumes that: The procedure documented in this article has been verified to work on a MacBook laptop running macOS Yosemite Version 10.10,5, Sierra Version 10.12.6, a HP Z600 desktop running Ubuntu 16.04.3 LTS, and an Unbuntu 16.04 VM. Cloning All The Policy Repositories ------------------------------------ +*********************************** Run a script such as the script below to clone the required modules from the `ONAP git repository `_. This script clones all the ONAP Policy Framework repositories. @@ -155,7 +155,7 @@ Execution of the script above results in the following directory hierarchy in yo Building ONAP Policy Framework Components ------------------------------------------ +***************************************** **Step 1:** Optionally, for a completely clean build, remove the ONAP built modules from your local repository. @@ -218,7 +218,7 @@ If the developer is only interested in working with the new architecture compone Building the ONAP Policy Framework Docker Images ------------------------------------------------- +************************************************ The instructions here are based on the instructions in the file *~/git/onap/policy/docker/README.md*. **Step 1:** Build the Policy API Docker image @@ -284,7 +284,7 @@ This image has the drools use case application and the supporting software built Starting the ONAP Policy Framework Docker Images ------------------------------------------------- +************************************************ In order to run the containers, you can use *docker-compose*. This uses the *docker-compose.yml* yaml file to bring up the ONAP Policy Framework. This file is located in the policy/docker repository. -- cgit 1.2.3-korg