Fix typo: 'Olso' to 'Oslo'
Change-Id: I0fe4ae23bf6fe7e01b6e935a6c766141393fc805
This commit is contained in:
parent
3b45fbc34a
commit
3e3471fc87
@ -23,7 +23,7 @@ python_logging.py
|
||||
oslo_logging.py
|
||||
---------------
|
||||
|
||||
.. _example_olso_logging.py:
|
||||
.. _example_oslo_logging.py:
|
||||
|
||||
.. literalinclude:: examples/oslo_logging.py
|
||||
|
||||
|
@ -28,9 +28,9 @@ syntax with Python standard logging.
|
||||
:lines: 17-30
|
||||
:emphasize-lines: 8,9
|
||||
|
||||
Source: :ref:`examples/oslo_logging.py <example_olso_logging.py>`
|
||||
Source: :ref:`examples/oslo_logging.py <example_oslo_logging.py>`
|
||||
|
||||
Olso Logging Setup Methods
|
||||
Oslo Logging Setup Methods
|
||||
--------------------------
|
||||
|
||||
Applications need to use the oslo.log configuration functions to register
|
||||
@ -64,7 +64,7 @@ to configure logging for the application.
|
||||
|
||||
Source: :ref:`examples/usage.py <example_usage.py>`
|
||||
|
||||
Olso Logging Functions
|
||||
Oslo Logging Functions
|
||||
----------------------
|
||||
|
||||
Use standard Python logging functions to produce log records at applicable
|
||||
|
@ -190,7 +190,7 @@ html_static_path = ['_static']
|
||||
# html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'olso.logReleaseNotesdoc'
|
||||
htmlhelp_basename = 'oslo.logReleaseNotesdoc'
|
||||
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
@ -210,8 +210,8 @@ latex_elements = {
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'olso.logReleaseNotes.tex',
|
||||
u'olso.log Release Notes Documentation',
|
||||
('index', 'oslo.logReleaseNotes.tex',
|
||||
u'oslo.log Release Notes Documentation',
|
||||
u'oslo.log Developers', 'manual'),
|
||||
]
|
||||
|
||||
@ -241,7 +241,7 @@ latex_documents = [
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'olso.logreleasenotes', u'oslo.log Release Notes Documentation',
|
||||
('index', 'oslo.logreleasenotes', u'oslo.log Release Notes Documentation',
|
||||
[u'oslo.log Developers'], 1)
|
||||
]
|
||||
|
||||
@ -256,7 +256,7 @@ man_pages = [
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'oslo.logReleaseNotes', u'oslo.log Release Notes Documentation',
|
||||
u'oslo.log Developers', 'olso.logReleaseNotes',
|
||||
u'oslo.log Developers', 'oslo.logReleaseNotes',
|
||||
'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user