Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.service
Commits
b5b4d465
Commit
b5b4d465
authored
Apr 16, 2021
by
Zuul
Committed by
Gerrit Code Review
Apr 16, 2021
Browse files
Merge "remove unicode from code"
parents
b5c46d32
e37c5d2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
b5b4d465
...
...
@@ -45,8 +45,8 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u
'oslo.service'
copyright
=
u
'2014, OpenStack Foundation'
project
=
'oslo.service'
copyright
=
'2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
...
...
@@ -76,6 +76,6 @@ htmlhelp_basename = '%sdoc' % project
latex_documents
=
[
(
'index'
,
'%s.tex'
%
project
,
u
'%s Documentation'
%
project
,
u
'OpenStack Foundation'
,
'manual'
),
'%s Documentation'
%
project
,
'OpenStack Foundation'
,
'manual'
),
]
releasenotes/source/conf.py
View file @
b5b4d465
...
...
@@ -60,8 +60,8 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u
'oslo.service Release Notes'
copyright
=
u
'2016, oslo.service Developers'
project
=
'oslo.service Release Notes'
copyright
=
'2016, oslo.service Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
...
...
@@ -208,8 +208,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
'index'
,
'oslo.serviceReleaseNotes.tex'
,
u
'oslo.service Release Notes Documentation'
,
u
'oslo.service Developers'
,
'manual'
),
'oslo.service Release Notes Documentation'
,
'oslo.service Developers'
,
'manual'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -239,8 +239,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'index'
,
'oslo.serviceReleaseNotes'
,
u
'oslo.service Release Notes Documentation'
,
[
u
'oslo.service Developers'
],
1
)
'oslo.service Release Notes Documentation'
,
[
'oslo.service Developers'
],
1
)
]
# If true, show URL addresses after external links.
...
...
@@ -254,8 +254,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
'index'
,
'oslo.serviceReleaseNotes'
,
u
'oslo.service Release Notes Documentation'
,
u
'oslo.service Developers'
,
'oslo.serviceReleaseNotes'
,
'oslo.service Release Notes Documentation'
,
'oslo.service Developers'
,
'oslo.serviceReleaseNotes'
,
'Provides a framework for defining new long-running services using the'
' patterns established by other OpenStack applications'
,
'Miscellaneous'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment