Fix typo: 'Olso' to 'Oslo'

Change-Id: I0fe4ae23bf6fe7e01b6e935a6c766141393fc805
This commit is contained in:
Edan David 2016-06-01 01:59:05 -04:00
parent 3b45fbc34a
commit 3e3471fc87
3 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@ python_logging.py
oslo_logging.py oslo_logging.py
--------------- ---------------
.. _example_olso_logging.py: .. _example_oslo_logging.py:
.. literalinclude:: examples/oslo_logging.py .. literalinclude:: examples/oslo_logging.py

View File

@ -28,9 +28,9 @@ syntax with Python standard logging.
:lines: 17-30 :lines: 17-30
:emphasize-lines: 8,9 :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 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>` 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 Use standard Python logging functions to produce log records at applicable

View File

@ -190,7 +190,7 @@ html_static_path = ['_static']
# html_file_suffix = None # html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'olso.logReleaseNotesdoc' htmlhelp_basename = 'oslo.logReleaseNotesdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -210,8 +210,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'olso.logReleaseNotes.tex', ('index', 'oslo.logReleaseNotes.tex',
u'olso.log Release Notes Documentation', u'oslo.log Release Notes Documentation',
u'oslo.log Developers', 'manual'), u'oslo.log Developers', 'manual'),
] ]
@ -241,7 +241,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ 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) [u'oslo.log Developers'], 1)
] ]
@ -256,7 +256,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'oslo.logReleaseNotes', u'oslo.log Release Notes Documentation', ('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.', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]