Skip to content

Commit d2eb7a5

Browse files
committed
Remove module titles in docstrings
1 parent 0ed458e commit d2eb7a5

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

sphinxcontrib/applehelp/__init__.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
"""
2-
sphinxcontrib.applehelp
3-
~~~~~~~~~~~~~~~~~~~~~~~
4-
5-
Build Apple help books.
6-
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
8-
:license: BSD, see LICENSE for details.
9-
"""
1+
"""Build Apple help books."""
102

113
import plistlib
124
import shlex

tests/conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
"""
2-
pytest config for sphinx extensions
3-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4-
5-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
6-
:license: BSD, see LICENSE for details.
7-
"""
8-
91
from pathlib import Path
102

113
import pytest

tests/test_applehelp.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
"""
2-
test_applehelp
3-
~~~~~~~~~~~~~~
4-
5-
Test for applehelp extension.
6-
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8-
:license: BSD, see LICENSE for details.
9-
"""
1+
"""Test for applehelp extension."""
102

113
from pathlib import Path
124
import plistlib

0 commit comments

Comments
 (0)