mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Conform to PEP 257 summary line conventions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user