From 6b8bccec5977f608f0b1e33f31a4888a2ea0d141 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 19 Feb 2022 22:44:45 +0000 Subject: Remove module titles in docstrings --- tests/test_pycode.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index 312c0245d..267395a21 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -1,7 +1,4 @@ """ - test_pycode - ~~~~~~~~~~~ - Test pycode. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -- cgit v1.2.1 From 4f5a3269a6053fe659093096d9b635a2c8e7e55e Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:06:24 +0000 Subject: Fix module docstring first line --- tests/test_pycode.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index 267395a21..1de3f615d 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -1,5 +1,4 @@ -""" - Test pycode. +"""Test pycode. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. -- cgit v1.2.1 From 5694e0ce60316b9cb9709d147e1a699ea9bde6da Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:23:29 +0000 Subject: Fix module docstring indentation --- tests/test_pycode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index 1de3f615d..3c132aaee 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -1,7 +1,7 @@ """Test pycode. - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. +:license: BSD, see LICENSE for details. """ import os -- cgit v1.2.1 From 6bb7b891a16fbcd5fad1f88fb472505549b9c084 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 02:59:02 +0000 Subject: Remove copyright and licence fields --- tests/test_pycode.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index 3c132aaee..560dbc8a2 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -1,7 +1,4 @@ """Test pycode. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import os -- cgit v1.2.1 From 5775912455c25ee82734e1ff319a32f55946d79b Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 03:05:56 +0000 Subject: Collapse single line docstrings --- tests/test_pycode.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_pycode.py') diff --git a/tests/test_pycode.py b/tests/test_pycode.py index 560dbc8a2..1f9882eb9 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -1,5 +1,4 @@ -"""Test pycode. -""" +"""Test pycode.""" import os import sys -- cgit v1.2.1