diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:06:24 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 00:11:08 +0000 |
| commit | 4f5a3269a6053fe659093096d9b635a2c8e7e55e (patch) | |
| tree | 19b28743f859ce4e8c4fb507fc610c8ea42522bc /sphinx/transforms | |
| parent | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (diff) | |
| download | sphinx-git-4f5a3269a6053fe659093096d9b635a2c8e7e55e.tar.gz | |
Fix module docstring first line
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, 7 insertions, 14 deletions
diff --git a/sphinx/transforms/__init__.py b/sphinx/transforms/__init__.py index ab23f7b4e..60d1c2436 100644 --- a/sphinx/transforms/__init__.py +++ b/sphinx/transforms/__init__.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx when reading documents. +"""Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/compact_bullet_list.py b/sphinx/transforms/compact_bullet_list.py index c1dfee0d8..7bcdb515c 100644 --- a/sphinx/transforms/compact_bullet_list.py +++ b/sphinx/transforms/compact_bullet_list.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx when reading documents. +"""Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py index 6a80daf08..62e75fa24 100644 --- a/sphinx/transforms/i18n.py +++ b/sphinx/transforms/i18n.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx when reading documents. +"""Docutils transforms used by Sphinx when reading documents. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/post_transforms/__init__.py b/sphinx/transforms/post_transforms/__init__.py index 720807118..5595ad4b7 100644 --- a/sphinx/transforms/post_transforms/__init__.py +++ b/sphinx/transforms/post_transforms/__init__.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx. +"""Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/post_transforms/code.py b/sphinx/transforms/post_transforms/code.py index 0deda5ed0..3af3b21c7 100644 --- a/sphinx/transforms/post_transforms/code.py +++ b/sphinx/transforms/post_transforms/code.py @@ -1,5 +1,4 @@ -""" - transforms for code-blocks. +"""transforms for code-blocks. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/post_transforms/images.py b/sphinx/transforms/post_transforms/images.py index 6c265a470..d7149c0c2 100644 --- a/sphinx/transforms/post_transforms/images.py +++ b/sphinx/transforms/post_transforms/images.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx. +"""Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/transforms/references.py b/sphinx/transforms/references.py index b47fb545b..ed7a0b472 100644 --- a/sphinx/transforms/references.py +++ b/sphinx/transforms/references.py @@ -1,5 +1,4 @@ -""" - Docutils transforms used by Sphinx. +"""Docutils transforms used by Sphinx. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |
