Remove redundant class docstring info
This now fails with the newest Sphinx due to multiple entries between the added reference to the class's docstrings, and the docstrings themselves. This fixes the warnings by just removing the duplication. Change-Id: I284a49a5df9506f936ebf1846688339c94d9a6b8 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
d93bfe182e
commit
1b248b4f98
@ -23,22 +23,6 @@ class of type :class:`ConfigurationSource`.
|
||||
**IMPORTANT:** At this point, all backend drivers are only able to provide
|
||||
immutable values. This protects applications and services from having options
|
||||
in external sources mutated when they reload configuration files.
|
||||
|
||||
Abstract Classes
|
||||
----------------
|
||||
|
||||
The Driver Class
|
||||
================
|
||||
|
||||
.. autoclass:: ConfigurationSourceDriver
|
||||
:members:
|
||||
|
||||
The Configuration Source Class
|
||||
==============================
|
||||
|
||||
.. autoclass:: ConfigurationSource
|
||||
:members:
|
||||
|
||||
"""
|
||||
|
||||
import abc
|
||||
|
Loading…
Reference in New Issue
Block a user