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 --- sphinx/setup_command.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'sphinx/setup_command.py') diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 67b89f1c8..3d9663d0f 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,7 +1,4 @@ """ - sphinx.setup_command - ~~~~~~~~~~~~~~~~~~~~ - Setuptools/distutils commands to assist the building of sphinx documentation. -- 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 --- sphinx/setup_command.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sphinx/setup_command.py') diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 3d9663d0f..80914373a 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,5 +1,4 @@ -""" - Setuptools/distutils commands to assist the building of sphinx +"""Setuptools/distutils commands to assist the building of sphinx documentation. :author: Sebastian Wiesner -- 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 --- sphinx/setup_command.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sphinx/setup_command.py') diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 80914373a..40254cce5 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,10 +1,10 @@ """Setuptools/distutils commands to assist the building of sphinx - documentation. +documentation. - :author: Sebastian Wiesner - :contact: basti.wiesner@gmx.net - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. +:author: Sebastian Wiesner +:contact: basti.wiesner@gmx.net +:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. +:license: BSD, see LICENSE for details. """ import os -- cgit v1.2.1 From b691ebcc3e440a678cd28432fed7279fa647e9cd Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 20 Feb 2022 02:57:02 +0000 Subject: Conform to PEP 257 summary line conventions --- sphinx/setup_command.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sphinx/setup_command.py') diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index 40254cce5..d69a96011 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,5 +1,4 @@ -"""Setuptools/distutils commands to assist the building of sphinx -documentation. +"""Setuptools/distutils commands to assist the building of sphinx documentation. :author: Sebastian Wiesner :contact: basti.wiesner@gmx.net -- 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 --- sphinx/setup_command.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sphinx/setup_command.py') diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py index d69a96011..19f2375c8 100644 --- a/sphinx/setup_command.py +++ b/sphinx/setup_command.py @@ -1,9 +1,6 @@ """Setuptools/distutils commands to assist the building of sphinx documentation. -:author: Sebastian Wiesner -:contact: basti.wiesner@gmx.net -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. +:author: Sebastian Wiesner """ import os -- cgit v1.2.1