Merge "remove unicode prefix from code"

This commit is contained in:
Zuul 2022-09-30 12:01:24 +00:00 committed by Gerrit Code Review
commit db3610b533
2 changed files with 16 additions and 16 deletions

View File

@ -51,8 +51,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'OpenStack Command Line Client' project = 'OpenStack Command Line Client'
copyright = u'2012-2013 OpenStack Foundation' copyright = '2012-2013 OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@ -189,8 +189,8 @@ latex_elements = {
# . # .
latex_documents = [ latex_documents = [
('index', 'OpenStackCommandLineClient.tex', ('index', 'OpenStackCommandLineClient.tex',
u'OpenStack Command Line Client Documentation', 'OpenStack Command Line Client Documentation',
u'OpenStack', 'manual'), 'OpenStack', '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
@ -222,8 +222,8 @@ man_pages = [
( (
'cli/man/openstack', 'cli/man/openstack',
'openstack', 'openstack',
u'OpenStack Command Line Client', 'OpenStack Command Line Client',
[u'OpenStack contributors'], ['OpenStack contributors'],
1, 1,
), ),
] ]
@ -239,8 +239,8 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'OpenStackCommandLineClient', ('index', 'OpenStackCommandLineClient',
u'OpenStack Command Line Client Documentation', 'OpenStack Command Line Client Documentation',
u'OpenStack', 'OpenStackCommandLineClient', 'OpenStack', 'OpenStackCommandLineClient',
'One line description of project.', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -88,8 +88,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'OpenStackClient Release Notes' project = 'OpenStackClient Release Notes'
copyright = u'2015, OpenStackClient Developers' copyright = '2015, OpenStackClient Developers'
# Release notes are version independent. # Release notes are version independent.
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
@ -238,8 +238,8 @@ latex_elements = {
latex_documents = [( latex_documents = [(
'index', 'index',
'OpenStackClientReleaseNotes.tex', 'OpenStackClientReleaseNotes.tex',
u'OpenStackClient Release Notes Documentation', 'OpenStackClient Release Notes Documentation',
u'OpenStackClient Developers', 'OpenStackClient Developers',
'manual', 'manual',
)] )]
@ -271,8 +271,8 @@ latex_documents = [(
man_pages = [( man_pages = [(
'index', 'index',
'openstackclientreleasenotes', 'openstackclientreleasenotes',
u'OpenStackClient Release Notes Documentation', 'OpenStackClient Release Notes Documentation',
[u'OpenStackClient Developers'], ['OpenStackClient Developers'],
1, 1,
)] )]
@ -288,8 +288,8 @@ man_pages = [(
texinfo_documents = [( texinfo_documents = [(
'index', 'index',
'OpenStackClientReleaseNotes', 'OpenStackClientReleaseNotes',
u'OpenStackclient Release Notes Documentation', 'OpenStackclient Release Notes Documentation',
u'OpenStackclient Developers', 'OpenStackclient Developers',
'OpenStackClientReleaseNotes', 'OpenStackClientReleaseNotes',
'A unified command-line client for OpenStack.', 'A unified command-line client for OpenStack.',
'Miscellaneous', 'Miscellaneous',