From 1b248b4f98a5f0b1c4a3aac45525d16986c47866 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 13 Apr 2020 10:21:20 -0500 Subject: 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 --- oslo_config/sources/__init__.py | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'oslo_config') 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 -- cgit v1.2.1