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.limit
Commits
6115a3ea
Commit
6115a3ea
authored
Jan 03, 2021
by
xuanyandong
Browse files
remove unicode from code
Change-Id: I09d641c27372bba638aa8be207d27d80c8ec01ab
parent
a5c678ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/source/conf.py
View file @
6115a3ea
...
...
@@ -36,8 +36,8 @@ apidoc_separate_modules = True
master_doc
=
'index'
# General information about the project.
project
=
u
'oslo.limit'
copyright
=
u
'2018, OpenStack Foundation'
project
=
'oslo.limit'
copyright
=
'2018, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
...
...
releasenotes/source/conf.py
View file @
6115a3ea
...
...
@@ -57,8 +57,8 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
u
'oslo.limit Release Notes'
copyright
=
u
'2018, OpenStack Foundation'
project
=
'oslo.limit Release Notes'
copyright
=
'2018, OpenStack Foundation'
# Release notes are version independent
...
...
@@ -206,8 +206,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
'index'
,
'oslo.limitReleaseNotes.tex'
,
u
'oslo.limit Release Notes Documentation'
,
u
'oslo.limit Developers'
,
'manual'
),
'oslo.limit Release Notes Documentation'
,
'oslo.limit Developers'
,
'manual'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -237,8 +237,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'index'
,
'oslo.limitreleasenotes'
,
u
'oslo.limit Release Notes Documentation'
,
[
u
'oslo.limit Developers'
],
1
)
'oslo.limit Release Notes Documentation'
,
[
'oslo.limit Developers'
],
1
)
]
# If true, show URL addresses after external links.
...
...
@@ -252,8 +252,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
'index'
,
'oslo.limitReleaseNotes'
,
u
'oslo.limit Release Notes Documentation'
,
u
'oslo.limit Developers'
,
'oslo.limitReleaseNotes'
,
'oslo.limit Release Notes Documentation'
,
'oslo.limit Developers'
,
'oslo.limitReleaseNotes'
,
'Limit enforcement library for OpenStack.'
,
'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