Fix capitalisation of CloudKitty

This is really an excuse to force generating release notes which are
missing for Xena.

Change-Id: Ie8459f44142a981ee3475dd9b2688d155c852376
This commit is contained in:
Pierre Riteau 2021-09-24 09:48:01 +02:00
parent 6e10961c49
commit 85317b6773
3 changed files with 13 additions and 12 deletions

View File

@ -22,7 +22,7 @@ Please refer the `python-cloudkittyclient Core Team
New Feature Planning New Feature Planning
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
Cloudkitty features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/895>`_. CloudKitty features are tracked on `Storyboard <https://storyboard.openstack.org/#!/project/895>`_.
Task Tracking Task Tracking
~~~~~~~~~~~~~ ~~~~~~~~~~~~~

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 # This file is execfile()d with the current directory set to its
# containing dir. # containing dir.
@ -42,8 +42,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Cloudkitty Client Release Notes' project = u'CloudKitty Client Release Notes'
copyright = u'2016, Cloudkitty developers' copyright = u'2016, CloudKitty developers'
# Release notes are version independent. # Release notes are version independent.
# The short X.Y version. # The short X.Y version.
@ -173,7 +173,7 @@ html_static_path = ['_static']
#html_file_suffix = None #html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'CloudkittyReleaseNotestdoc' htmlhelp_basename = 'CloudKittyClientReleaseNotestdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -193,8 +193,9 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'PythonCloudkitty.tex', u'Cloudkitty Release Notes Documentation', ('index', 'PythonCloudKittyClient.tex',
u'Cloudkitty developers', 'manual'), 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 # 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). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'cloudkittyclient', ('index', 'cloudkittyclient',
u'Cloudkitty Client Release Notes Documentation', u'CloudKitty Client Release Notes Documentation',
[u'Cloudkitty developers'], 1) [u'CloudKitty developers'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -239,8 +240,8 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'cloudkittyclient', ('index', 'cloudkittyclient',
u'Cloudkitty Client Release Notes Documentation', u'CloudKitty Client Release Notes Documentation',
u'Cloudkitty Client developers', 'Cloudkittyclient', u'CloudKitty Client developers', 'CloudKittyClient',
'One line description of project.', 'Miscellaneous'), 'One line description of project.', 'Miscellaneous'),
] ]

View File

@ -1,4 +1,4 @@
Welcome to Cloudkitty Client Release Notes documentation! Welcome to CloudKitty Client Release Notes documentation!
========================================================= =========================================================
Contents Contents