summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-04-13 10:21:20 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-04-13 10:21:20 -0500
commit1b248b4f98a5f0b1c4a3aac45525d16986c47866 (patch)
treea80533b3f96ecc63bf307203bf3ec7abb646056d
parentd93bfe182e46837e0f90a3bb2e73aa3aeec8fdc9 (diff)
downloadoslo-config-1b248b4f98a5f0b1c4a3aac45525d16986c47866.tar.gz
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>
-rw-r--r--oslo_config/sources/__init__.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/oslo_config/sources/__init__.py b/oslo_config/sources/__init__.py
index e3e99af..92b557d 100644
--- a/oslo_config/sources/__init__.py
+++ b/oslo_config/sources/__init__.py
@@ -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