diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 22:44:45 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-19 23:17:29 +0000 |
| commit | 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch) | |
| tree | 021d012b719cb4b42f9e1b3720b78773d7eb5a3d /sphinx/pycode | |
| parent | b8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff) | |
| download | sphinx-git-6b8bccec5977f608f0b1e33f31a4888a2ea0d141.tar.gz | |
Remove module titles in docstrings
Diffstat (limited to 'sphinx/pycode')
| -rw-r--r-- | sphinx/pycode/__init__.py | 3 | ||||
| -rw-r--r-- | sphinx/pycode/ast.py | 3 | ||||
| -rw-r--r-- | sphinx/pycode/parser.py | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index 681bfa38b..66f506795 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -1,7 +1,4 @@ """ - sphinx.pycode - ~~~~~~~~~~~~~ - Utilities parsing and analyzing Python code. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/pycode/ast.py b/sphinx/pycode/ast.py index 9e1d23ccc..07c85bf11 100644 --- a/sphinx/pycode/ast.py +++ b/sphinx/pycode/ast.py @@ -1,7 +1,4 @@ """ - sphinx.pycode.ast - ~~~~~~~~~~~~~~~~~ - Helpers for AST (Abstract Syntax Tree). :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. diff --git a/sphinx/pycode/parser.py b/sphinx/pycode/parser.py index 5034fe9d5..2265dd2ac 100644 --- a/sphinx/pycode/parser.py +++ b/sphinx/pycode/parser.py @@ -1,7 +1,4 @@ """ - sphinx.pycode.parser - ~~~~~~~~~~~~~~~~~~~~ - Utilities parsing and analyzing Python code. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. |
