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/transforms | |
| parent | b8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff) | |
| download | sphinx-git-6b8bccec5977f608f0b1e33f31a4888a2ea0d141.tar.gz | |
Remove module titles in docstrings
Diffstat (limited to 'sphinx/transforms')
| -rw-r--r-- | sphinx/transforms/__init__.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/compact_bullet_list.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/i18n.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/post_transforms/__init__.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/post_transforms/code.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/post_transforms/images.py | 3 | ||||
| -rw-r--r-- | sphinx/transforms/references.py | 3 |
7 files changed, 0 insertions, 21 deletions
diff --git a/sphinx/transforms/__init__.py b/sphinx/transforms/__init__.py index 26e075a7a..ab23f7b4e 100644 --- a/sphinx/transforms/__init__.py +++ b/sphinx/transforms/__init__.py @@ -1,7 +1,4 @@ """ - sphinx.transforms - ~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/compact_bullet_list.py b/sphinx/transforms/compact_bullet_list.py index e39ac97d1..c1dfee0d8 100644 --- a/sphinx/transforms/compact_bullet_list.py +++ b/sphinx/transforms/compact_bullet_list.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.compact_bullet_list - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py index fb2824fe0..6a80daf08 100644 --- a/sphinx/transforms/i18n.py +++ b/sphinx/transforms/i18n.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.i18n - ~~~~~~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/post_transforms/__init__.py b/sphinx/transforms/post_transforms/__init__.py index df2eeecbb..720807118 100644 --- a/sphinx/transforms/post_transforms/__init__.py +++ b/sphinx/transforms/post_transforms/__init__.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.post_transforms - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/post_transforms/code.py b/sphinx/transforms/post_transforms/code.py index 55bd56c2e..0deda5ed0 100644 --- a/sphinx/transforms/post_transforms/code.py +++ b/sphinx/transforms/post_transforms/code.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.post_transforms.code - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - transforms for code-blocks. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/post_transforms/images.py b/sphinx/transforms/post_transforms/images.py index 1a6d4f6d5..6c265a470 100644 --- a/sphinx/transforms/post_transforms/images.py +++ b/sphinx/transforms/post_transforms/images.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.post_transforms.images - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/transforms/references.py b/sphinx/transforms/references.py index 82e8043bb..b47fb545b 100644 --- a/sphinx/transforms/references.py +++ b/sphinx/transforms/references.py @@ -1,7 +1,4 @@ """ - sphinx.transforms.references - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. |
