Skip to content

Commit 1ab1f8c

Browse files
committed
Remove module titles in docstrings
1 parent 91f89bd commit 1ab1f8c

File tree

4 files changed

+2
-34
lines changed

4 files changed

+2
-34
lines changed

sphinxcontrib/serializinghtml/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
"""
2-
sphinxcontrib.serializinghtml
3-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4-
5-
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
6-
:license: BSD, see LICENSE for details.
7-
"""
8-
91
from __future__ import annotations
102

113
import os

sphinxcontrib/serializinghtml/jsonimpl.py

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

113
from __future__ import annotations
124

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_serializinghtml.py

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

113
import pytest
124

0 commit comments

Comments
 (0)