From 7cb09f617f7655b6c6be721936b1014bf70ea0df Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 13 Apr 2025 03:04:52 +0000 Subject: [PATCH] Remove unicode prefix from code Change-Id: Icebd713da014648965a697607d6acb34e668ed0d --- doc/api-quick-start/source/conf.py | 16 ++++++++-------- doc/doc-contrib-guide/source/conf.py | 10 +++++----- doc/glossary/source/conf.py | 14 +++++++------- doc/image-guide/source/conf.py | 16 ++++++++-------- doc/install-guide/source/conf.py | 16 ++++++++-------- releasenotes/source/conf.py | 12 ++++++------ 6 files changed, 42 insertions(+), 42 deletions(-) diff --git a/doc/api-quick-start/source/conf.py b/doc/api-quick-start/source/conf.py index 4a4dae90ad..4ffd576bd4 100644 --- a/doc/api-quick-start/source/conf.py +++ b/doc/api-quick-start/source/conf.py @@ -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') ] diff --git a/doc/doc-contrib-guide/source/conf.py b/doc/doc-contrib-guide/source/conf.py index 3b8820dcb3..3c75f74219 100644 --- a/doc/doc-contrib-guide/source/conf.py +++ b/doc/doc-contrib-guide/source/conf.py @@ -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'), ] diff --git a/doc/glossary/source/conf.py b/doc/glossary/source/conf.py index e067455ed7..9ab68419b8 100644 --- a/doc/glossary/source/conf.py +++ b/doc/glossary/source/conf.py @@ -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'), ] diff --git a/doc/image-guide/source/conf.py b/doc/image-guide/source/conf.py index 3488bdf7bd..c3a5ad960a 100644 --- a/doc/image-guide/source/conf.py +++ b/doc/image-guide/source/conf.py @@ -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') ] diff --git a/doc/install-guide/source/conf.py b/doc/install-guide/source/conf.py index 93bc07dd0f..59eef1525e 100644 --- a/doc/install-guide/source/conf.py +++ b/doc/install-guide/source/conf.py @@ -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') ] diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 6dedeeaa1d..a27f492ce5 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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'), ]