Remove unicode prefix from code

Change-Id: Icebd713da014648965a697607d6acb34e668ed0d
This commit is contained in:
Ivan Anfimov 2025-04-13 03:04:52 +00:00
parent 2e2a052612
commit 7cb09f617f
6 changed files with 42 additions and 42 deletions

View File

@ -208,8 +208,8 @@ html_copy_source = False
# (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', 'OpenStackAPI.tex', u'OpenStack API Documentation', ('index', 'OpenStackAPI.tex', 'OpenStack API Documentation',
u'OpenStack Doc Team', 'manual'), 'OpenStack Doc Team', '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
@ -238,8 +238,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'openstack-api-documentation', u'OpenStack API Documentation', ('index', 'openstack-api-documentation', 'OpenStack API Documentation',
[u'OpenStack Doc Team'], 1) ['OpenStack Doc Team'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -252,8 +252,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'openstack-api-documentation', u'OpenStack API Documentation', ('index', 'openstack-api-documentation', 'OpenStack API Documentation',
u'OpenStack Doc Team', 'OpenStackAPIDocs', 'Describes OpenStack API reference and concepts.', 'OpenStack Doc Team', 'OpenStackAPIDocs', 'Describes OpenStack API reference and concepts.',
'Miscellaneous'), 'Miscellaneous'),
] ]
@ -278,6 +278,6 @@ locale_dirs = ['locale/']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
pdf_documents = [ pdf_documents = [
('index', u'openstack-api-documentation', u'OpenStack API Documentation', ('index', 'openstack-api-documentation', 'OpenStack API Documentation',
u'OpenStack contributors') 'OpenStack contributors')
] ]

View File

@ -209,8 +209,8 @@ html_copy_source = False
# (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', 'ContributorGuide.tex', u'Contributor Guide', ('index', 'ContributorGuide.tex', 'Contributor Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', '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
@ -253,8 +253,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'UserGuide', u'User Guide', ('index', 'UserGuide', 'User Guide',
u'OpenStack contributors', 'UserGuide', 'OpenStack contributors', 'UserGuide',
'This manual explains the principles of the contributing to the ' 'This manual explains the principles of the contributing to the '
'OpenStack documentation', 'Miscellaneous'), 'OpenStack documentation', 'Miscellaneous'),
] ]
@ -277,6 +277,6 @@ locale_dirs = ['locale/']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
pdf_documents = [ pdf_documents = [
('index', u'ContributorGuide', u'Contributor Guide', u'OpenStack ' ('index', 'ContributorGuide', 'Contributor Guide', 'OpenStack '
'contributors'), 'contributors'),
] ]

View File

@ -208,8 +208,8 @@ html_copy_source = False
# (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', 'ContributorGuide.tex', u'Contributor Guide', ('index', 'ContributorGuide.tex', 'Contributor Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', '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
@ -238,8 +238,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'contributorguide', u'Contributor Guide', ('index', 'contributorguide', 'Contributor Guide',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -252,8 +252,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'UserGuide', u'User Guide', ('index', 'UserGuide', 'User Guide',
u'OpenStack contributors', 'UserGuide', 'OpenStack contributors', 'UserGuide',
'This manual explains the principles of the contributing to the ' 'This manual explains the principles of the contributing to the '
'OpenStack documentation', 'Miscellaneous'), 'OpenStack documentation', 'Miscellaneous'),
] ]
@ -276,6 +276,6 @@ locale_dirs = ['locale/']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
pdf_documents = [ pdf_documents = [
('index', u'ContributorGuide', u'Contributor Guide', u'OpenStack ' ('index', 'ContributorGuide', 'Contributor Guide', 'OpenStack '
'contributors'), 'contributors'),
] ]

View File

@ -203,8 +203,8 @@ html_copy_source = False
# (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', 'ImageGuide.tex', u'Virtual Machine Image Guide', ('index', 'ImageGuide.tex', 'Virtual Machine Image Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', '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
@ -233,8 +233,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'ImageGuide', u'Virtual Machine Image Guide', ('index', 'ImageGuide', 'Virtual Machine Image Guide',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -247,8 +247,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'ImageGuide', u'Virtual Machine Image Guide', ('index', 'ImageGuide', 'Virtual Machine Image Guide',
u'OpenStack contributors', 'ImageGuide', 'OpenStack contributors', 'ImageGuide',
'This document is for system administrators who want to look up' 'This document is for system administrators who want to look up'
'how to create a virtual machine image.', 'Miscellaneous'), 'how to create a virtual machine image.', 'Miscellaneous'),
] ]
@ -271,6 +271,6 @@ locale_dirs = ['locale/']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
pdf_documents = [ pdf_documents = [
('index', u'ImageGuide', u'Virtual Machine Image Guide', ('index', 'ImageGuide', 'Virtual Machine Image Guide',
u'OpenStack contributors') 'OpenStack contributors')
] ]

View File

@ -208,8 +208,8 @@ html_copy_source = False
# (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', 'InstallGuide.tex', u'Install Guide', ('index', 'InstallGuide.tex', 'Install Guide',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', '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
@ -238,8 +238,8 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'installguide', u'Install Guide', ('index', 'installguide', 'Install Guide',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -252,8 +252,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'InstallGuide', u'Install Guide', ('index', 'InstallGuide', 'Install Guide',
u'OpenStack contributors', 'InstallGuide', 'OpenStack contributors', 'InstallGuide',
'This guide shows OpenStack end users how to install ' 'This guide shows OpenStack end users how to install '
'an OpenStack cloud.', 'Miscellaneous'), 'an OpenStack cloud.', 'Miscellaneous'),
] ]
@ -276,6 +276,6 @@ locale_dirs = ['locale/']
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
pdf_documents = [ pdf_documents = [
('index', u'InstallGuide', u'Install Guide', ('index', 'InstallGuide', 'Install Guide',
u'OpenStack contributors') 'OpenStack contributors')
] ]

View File

@ -192,8 +192,8 @@ html_copy_source = False
# (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', 'Releasenotes.tex', u'Release Notes', ('index', 'Releasenotes.tex', 'Release Notes',
u'OpenStack contributors', 'manual'), 'OpenStack contributors', '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 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'Releasenotes', u'Release Notes', ('index', 'Releasenotes', 'Release Notes',
[u'OpenStack contributors'], 1) ['OpenStack contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -236,8 +236,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'Releasenotes', u'Release Notes', ('index', 'Releasenotes', 'Release Notes',
u'OpenStack contributors', 'ReleaseNotes', 'OpenStack contributors', 'ReleaseNotes',
'Release notes for OpenStack manuals.' 'Release notes for OpenStack manuals.'
'Miscellaneous'), 'Miscellaneous'),
] ]