Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-magnumclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
python-magnumclient
Commits
fa93fcf5
Commit
fa93fcf5
authored
2 years ago
by
wangjiaqi07
Browse files
Options
Downloads
Patches
Plain Diff
remove unicode from code
Change-Id: Ibdf2f5d6a975d91208e7f14dc027c0c4e962533f
parent
52145663
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/source/conf.py
+4
-4
4 additions, 4 deletions
doc/source/conf.py
releasenotes/source/conf.py
+8
-8
8 additions, 8 deletions
releasenotes/source/conf.py
with
12 additions
and
12 deletions
doc/source/conf.py
+
4
−
4
View file @
fa93fcf5
...
...
@@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc
=
'
index
'
# General information about the project.
project
=
u
'
python-magnumclient
'
copyright
=
u
'
2013, OpenStack Foundation
'
project
=
'
python-magnumclient
'
copyright
=
'
2013, OpenStack Foundation
'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
...
...
@@ -76,8 +76,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents
=
[
(
'
index
'
,
'
%s.tex
'
%
project
,
u
'
%s Documentation
'
%
project
,
u
'
OpenStack Foundation
'
,
'
manual
'
),
'
%s Documentation
'
%
project
,
'
OpenStack Foundation
'
,
'
manual
'
),
]
# Example configuration for intersphinx: refer to the Python standard library.
...
...
This diff is collapsed.
Click to expand it.
releasenotes/source/conf.py
+
8
−
8
View file @
fa93fcf5
...
...
@@ -54,8 +54,8 @@ source_suffix = '.rst'
master_doc
=
'
index
'
# General information about the project.
project
=
u
'
MagnumClientReleaseNotes
'
copyright
=
u
'
2016, OpenStack Foundation
'
project
=
'
MagnumClientReleaseNotes
'
copyright
=
'
2016, OpenStack Foundation
'
# Release notes are version independent.
# The short X.Y version.
...
...
@@ -203,8 +203,8 @@ latex_elements = {}
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
'
index
'
,
'
MagnumClientReleaseNotes.tex
'
,
u
'
MagnumClient ReleaseNotes Documentation
'
,
u
'
OpenStack Foundation
'
,
'
manual
'
),
'
MagnumClient ReleaseNotes Documentation
'
,
'
OpenStack Foundation
'
,
'
manual
'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -234,8 +234,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'
index
'
,
'
MagnumClientReleaseNotes
'
,
u
'
MagnumClient ReleaseNotes Documentation
'
,
[
u
'
OpenStack Foundation
'
],
1
)
'
MagnumClient ReleaseNotes Documentation
'
,
[
'
OpenStack Foundation
'
],
1
)
]
# If true, show URL addresses after external links.
...
...
@@ -249,8 +249,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
'
index
'
,
'
MagnumClientReleaseNotes
'
,
u
'
MagnumClient ReleaseNotes Documentation
'
,
u
'
OpenStack Foundation
'
,
'
MagnumClientReleaseNotes
'
,
'
MagnumClient ReleaseNotes Documentation
'
,
'
OpenStack Foundation
'
,
'
MagnumClientReleaseNotes
'
,
'
One line description of project.
'
,
'
Miscellaneous
'
),
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment