Skip to content

Commit

Permalink
Remove module titles in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 7, 2023
1 parent 9987231 commit 7157ea2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
10 changes: 1 addition & 9 deletions sphinxcontrib/qthelp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
"""
sphinxcontrib.qthelp
~~~~~~~~~~~~~~~~~~~~
Build input files for the Qt collection generator.
:copyright: Copyright 2007-2019 by the Sphinx team, see README.
:license: BSD, see LICENSE for details.
"""
"""Build input files for the Qt collection generator."""

from __future__ import annotations

Expand Down
8 changes: 0 additions & 8 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
"""
pytest config for sphinx extensions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

from pathlib import Path

import pytest
Expand Down
10 changes: 1 addition & 9 deletions tests/test_qthelp.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
"""
test_qthelp
~~~~~~~~~~~
Test for qthelp extension.
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
"""Test for qthelp extension."""

import pytest

Expand Down

0 comments on commit 7157ea2

Please sign in to comment.