diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 22:44:45 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 23:17:29 +0000 |
| commit | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch) | |
| tree | 021d012b719cb4b42f9e1b3720b78773d7eb5a3d /sphinx/environment/adapters | |
| parent | b8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff) | |
| download | sphinx-git-6b8bccec5977f608f0b1e33f31a4888a2ea0d141.tar.gz | |
Remove module titles in docstrings
Diffstat (limited to 'sphinx/environment/adapters')
| -rw-r--r-- | sphinx/environment/adapters/__init__.py | 3 | ||||
| -rw-r--r-- | sphinx/environment/adapters/asset.py | 3 | ||||
| -rw-r--r-- | sphinx/environment/adapters/indexentries.py | 3 | ||||
| -rw-r--r-- | sphinx/environment/adapters/toctree.py | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/sphinx/environment/adapters/__init__.py b/sphinx/environment/adapters/__init__.py index 168bd6ba6..2fd847357 100644 --- a/sphinx/environment/adapters/__init__.py +++ b/sphinx/environment/adapters/__init__.py @@ -1,7 +1,4 @@ """ - sphinx.environment.adapters - ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Sphinx environment adapters :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/environment/adapters/asset.py b/sphinx/environment/adapters/asset.py index af5f79e96..63e736ff7 100644 --- a/sphinx/environment/adapters/asset.py +++ b/sphinx/environment/adapters/asset.py @@ -1,7 +1,4 @@ """ - sphinx.environment.adapters.asset - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Assets adapter for sphinx.environment. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/environment/adapters/indexentries.py b/sphinx/environment/adapters/indexentries.py index d13c24042..28d56e1c8 100644 --- a/sphinx/environment/adapters/indexentries.py +++ b/sphinx/environment/adapters/indexentries.py @@ -1,7 +1,4 @@ """ - sphinx.environment.adapters.indexentries - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Index entries adapters for sphinx.environment. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/environment/adapters/toctree.py b/sphinx/environment/adapters/toctree.py index 962e73143..1c27fa705 100644 --- a/sphinx/environment/adapters/toctree.py +++ b/sphinx/environment/adapters/toctree.py @@ -1,7 +1,4 @@ """ - sphinx.environment.adapters.toctree - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Toctree adapter for sphinx.environment. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. |
