diff options
| author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 03:05:56 +0000 |
|---|---|---|
| committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2022-02-20 03:13:45 +0000 |
| commit | 5775912455c25ee82734e1ff319a32f55946d79b (patch) | |
| tree | e75fe3b61f6d92afb29fd38478e03d96179af015 /sphinx/cmd | |
| parent | 6bb7b891a16fbcd5fad1f88fb472505549b9c084 (diff) | |
| download | sphinx-git-5775912455c25ee82734e1ff319a32f55946d79b.tar.gz | |
Collapse single line docstrings
Diffstat (limited to 'sphinx/cmd')
| -rw-r--r-- | sphinx/cmd/__init__.py | 3 | ||||
| -rw-r--r-- | sphinx/cmd/build.py | 3 | ||||
| -rw-r--r-- | sphinx/cmd/quickstart.py | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sphinx/cmd/__init__.py b/sphinx/cmd/__init__.py index 7b9ded4d3..4d277c5ea 100644 --- a/sphinx/cmd/__init__.py +++ b/sphinx/cmd/__init__.py @@ -1,2 +1 @@ -"""Modules for command line executables. -""" +"""Modules for command line executables.""" diff --git a/sphinx/cmd/build.py b/sphinx/cmd/build.py index 2df308b9e..00a06762a 100644 --- a/sphinx/cmd/build.py +++ b/sphinx/cmd/build.py @@ -1,5 +1,4 @@ -"""Build documentation from a provided source. -""" +"""Build documentation from a provided source.""" import argparse import bdb diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index 6accb75d0..e8b446d40 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -1,5 +1,4 @@ -"""Quickly setup documentation source to work with Sphinx. -""" +"""Quickly setup documentation source to work with Sphinx.""" import argparse import locale |
