Skip to content

Commit 85317b6

Browse files
committed
Fix capitalisation of CloudKitty
This is really an excuse to force generating release notes which are missing for Xena. Change-Id: Ie8459f44142a981ee3475dd9b2688d155c852376
1 parent 6e10961 commit 85317b6

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

doc/source/contributor/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please refer the `python-cloudkittyclient Core Team
2222

2323
New Feature Planning
2424
~~~~~~~~~~~~~~~~~~~~
25-
Cloudkitty features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/895>`_.
25+
CloudKitty features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/895>`_.
2626

2727
Task Tracking
2828
~~~~~~~~~~~~~

releasenotes/source/conf.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Cloudkitty Release Notes documentation build configuration file.
3+
# CloudKitty Client Release Notes documentation build configuration file.
44
#
55
# This file is execfile()d with the current directory set to its
66
# containing dir.
@@ -42,8 +42,8 @@
4242
master_doc = 'index'
4343

4444
# General information about the project.
45-
project = u'Cloudkitty Client Release Notes'
46-
copyright = u'2016, Cloudkitty developers'
45+
project = u'CloudKitty Client Release Notes'
46+
copyright = u'2016, CloudKitty developers'
4747

4848
# Release notes are version independent.
4949
# The short X.Y version.
@@ -173,7 +173,7 @@
173173
#html_file_suffix = None
174174

175175
# Output file base name for HTML help builder.
176-
htmlhelp_basename = 'CloudkittyReleaseNotestdoc'
176+
htmlhelp_basename = 'CloudKittyClientReleaseNotestdoc'
177177

178178

179179
# -- Options for LaTeX output ---------------------------------------------
@@ -193,8 +193,9 @@
193193
# (source start file, target name, title,
194194
# author, documentclass [howto, manual, or own class]).
195195
latex_documents = [
196-
('index', 'PythonCloudkitty.tex', u'Cloudkitty Release Notes Documentation',
197-
u'Cloudkitty developers', 'manual'),
196+
('index', 'PythonCloudKittyClient.tex',
197+
u'CloudKitty Client Release Notes Documentation',
198+
u'CloudKitty developers', 'manual'),
198199
]
199200

200201
# The name of an image file (relative to this directory) to place at the top of
@@ -224,8 +225,8 @@
224225
# (source start file, name, description, authors, manual section).
225226
man_pages = [
226227
('index', 'cloudkittyclient',
227-
u'Cloudkitty Client Release Notes Documentation',
228-
[u'Cloudkitty developers'], 1)
228+
u'CloudKitty Client Release Notes Documentation',
229+
[u'CloudKitty developers'], 1)
229230
]
230231

231232
# If true, show URL addresses after external links.
@@ -239,8 +240,8 @@
239240
# dir menu entry, description, category)
240241
texinfo_documents = [
241242
('index', 'cloudkittyclient',
242-
u'Cloudkitty Client Release Notes Documentation',
243-
u'Cloudkitty Client developers', 'Cloudkittyclient',
243+
u'CloudKitty Client Release Notes Documentation',
244+
u'CloudKitty Client developers', 'CloudKittyClient',
244245
'One line description of project.', 'Miscellaneous'),
245246
]
246247

releasenotes/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to Cloudkitty Client Release Notes documentation!
1+
Welcome to CloudKitty Client Release Notes documentation!
22
=========================================================
33

44
Contents

0 commit comments

Comments
 (0)