From 7e34ab34754951cf640f09f80e523e8b340d0f2d Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Wed, 18 Apr 2018 11:03:25 -0400 Subject: Add platform operations to user guides Reference OOM cloud set up, quick start, and user guide Top level User Guide wiki sections already migrated See DOC-259 http:gerrit.onap.org/r/42333 Remove references to non-existing project sections. Change-Id: I09f5faf019f76b3ccddaffa2b97f3efcf183a7f0 Issue-ID: DOC-250 Signed-off-by: Rich Bennett --- .../guides/onap-developer/how-to-use-docs/include-documentation.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/guides/onap-developer/how-to-use-docs/include-documentation.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 4e76f6149..fb32a3e36 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 @@ -43,9 +43,13 @@ Setup doc project These steps are performed only once for the doc project and include: (1) creating in the doc repository an initial: + - sphinx master document index + - a directory structure aligned with the document structure + - tests performed in jenkins verify jobs + - sphinx configuration (2) establishing an account at readthedocs connected with the doc @@ -217,7 +221,9 @@ Here are some conventions about GIT branches: The day of the release, the repository owner will create a new branch to fix the code and documentation. This will represent the 'stable' code of the release. In this context: + - NEVER push a new feature on a stable branch + - Only bug correction are authorized on a stable branch using cherry pick method .. image:: git_branches.png -- cgit 1.2.3-korg