Conform to PEP 257 summary line conventions

This commit is contained in:
Adam Turner
2022-02-20 02:57:02 +00:00
parent 5694e0ce60
commit b691ebcc3e
31 changed files with 86 additions and 54 deletions

View File

@@ -1,5 +1,4 @@
"""
Test module for napoleon PEP 526 compatibility with google style
"""Test module for napoleon PEP 526 compatibility with google style
"""
module_level_var: int = 99

View File

@@ -1,5 +1,4 @@
"""
Test module for napoleon PEP 526 compatibility with numpy style
"""Test module for napoleon PEP 526 compatibility with numpy style
"""
module_level_var: int = 99

View File

@@ -1,5 +1,4 @@
"""Test the sphinx.config.Config class and its handling in the
Application class.
"""Test the sphinx.config.Config class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,7 @@
"""Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
"""Test the autodoc extension.
This tests mainly the Documenters; the auto directives are tested in a test
source file translated by test_build.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.

View File

@@ -1,5 +1,6 @@
"""Test message patching for internationalization purposes. Runs the text
builder in the test root.
"""Test message patching for internationalization purposes.
Runs the text builder in the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.