From 841b900aadbeb7c40d750993c357a54e9aac0306 Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Tue, 21 Jan 2020 16:26:04 -0800 Subject: [PATCH] - Use updated project name in titles/text - Correct text for link to Storyboard (docs) - Correct capitalization in section headings - Correct formatting for section headings - Update project name in link to release notes, api-ref - Update project name in config for docs/releasenotes/api-ref Story:2007193 Task:38353 Change-Id: I2364abf50b218acb8b58f83f8a09c4b553d2e469 Signed-off-by: Kristal Dale --- api-ref/source/conf.py | 2 +- api-ref/source/index.rst | 7 +++---- doc/setup.cfg | 1 - doc/source/conf.py | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 7a5e250a7..0861f2520 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. repository_name = 'openstack/stx-docs' -project = u'stx-docs' +project = u'StarlingX' bug_project = 'starlingx' bug_tag = 'stx.docs' diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index d2b47e5b6..6f8f66a97 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -1,6 +1,6 @@ -======================= -stx-docs API Reference -======================= +============= +StarlingX API +============= StarlingX Project API References: @@ -22,4 +22,3 @@ StarlingX also has API References for the modified OpenStack APIs: api-ref-image-v2-cgcs-ext api-ref-networking-v2-cgcs-ext -:ref:`search` diff --git a/doc/setup.cfg b/doc/setup.cfg index 1c10d6514..43ae0004e 100644 --- a/doc/setup.cfg +++ b/doc/setup.cfg @@ -1,5 +1,4 @@ [metadata] -name = stx-docs summary = StarlingX Documentation author = StarlingX author-email = starlingx-discuss@lists.starlingx.io diff --git a/doc/source/conf.py b/doc/source/conf.py index 95970aac0..e45280617 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,7 +21,7 @@ import pbr.version # -- Project information ----------------------------------------------------- -project = 'stx-docs' +project = u'StarlingX' copyright = '2018, StarlingX' author = 'StarlingX'