Files
deb-oslo.config/doc/source/parser.rst
Mark McLoughlin 4f44b97017 Hook docstrings into the published docs
Fixes bug #1182842

We've always had pretty decent documentation coverage in the docstrings
but have never taken the time to hook them into the published docs.

This is a first-cut at doing that. There's plenty of rough edges, but
it's a good start.

Change-Id: I62a509e7d6e156e9b67e75bef9da68fbfc4601ac
2013-07-10 08:49:44 +01:00

12 lines
225 B
ReStructuredText

------------
File Parsing
------------
.. autoclass:: oslo.config.iniparser.BaseParser
.. autoclass:: oslo.config.cfg.ConfigParser
:members: parse
.. autoclass:: oslo.config.cfg.MultiConfigParser
:members: read, get