3a09189098
Add auto-generated documentation for the public modules in the library and clean up a bit of the docstrings used. Change-Id: Id5efa5c413b82e13f1a7ac78c92e39c193f12214
11 lines
191 B
ReStructuredText
11 lines
191 B
ReStructuredText
=========
|
|
Usage
|
|
=========
|
|
|
|
To use oslo.utils in a project, import the individual module you
|
|
need. For example::
|
|
|
|
from oslo.utils import strutils
|
|
|
|
slug = strutils.to_slug('input value')
|