diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index c91db97..8218559 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -22,7 +22,7 @@ Please refer the `python-cloudkittyclient Core Team New Feature Planning ~~~~~~~~~~~~~~~~~~~~ -Cloudkitty features are tracked on `Storyboard `_. +CloudKitty features are tracked on `Storyboard `_. Task Tracking ~~~~~~~~~~~~~ diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 725b68d..b269e8f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Cloudkitty Release Notes documentation build configuration file. +# CloudKitty Client Release Notes documentation build configuration file. # # This file is execfile()d with the current directory set to its # containing dir. @@ -42,8 +42,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Cloudkitty Client Release Notes' -copyright = u'2016, Cloudkitty developers' +project = u'CloudKitty Client Release Notes' +copyright = u'2016, CloudKitty developers' # Release notes are version independent. # The short X.Y version. @@ -173,7 +173,7 @@ html_static_path = ['_static'] #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'CloudkittyReleaseNotestdoc' +htmlhelp_basename = 'CloudKittyClientReleaseNotestdoc' # -- Options for LaTeX output --------------------------------------------- @@ -193,8 +193,9 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'PythonCloudkitty.tex', u'Cloudkitty Release Notes Documentation', - u'Cloudkitty developers', 'manual'), + ('index', 'PythonCloudKittyClient.tex', + u'CloudKitty Client Release Notes Documentation', + u'CloudKitty developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -224,8 +225,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'cloudkittyclient', - u'Cloudkitty Client Release Notes Documentation', - [u'Cloudkitty developers'], 1) + u'CloudKitty Client Release Notes Documentation', + [u'CloudKitty developers'], 1) ] # If true, show URL addresses after external links. @@ -239,8 +240,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'cloudkittyclient', - u'Cloudkitty Client Release Notes Documentation', - u'Cloudkitty Client developers', 'Cloudkittyclient', + u'CloudKitty Client Release Notes Documentation', + u'CloudKitty Client developers', 'CloudKittyClient', 'One line description of project.', 'Miscellaneous'), ] diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 0461ade..5962399 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,4 +1,4 @@ -Welcome to Cloudkitty Client Release Notes documentation! +Welcome to CloudKitty Client Release Notes documentation! ========================================================= Contents