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

View File

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

View File

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

View File

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

View File

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

View File

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