mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix whitespace
This commit is contained in:
parent
f05d455313
commit
f05a068be9
@ -1,8 +1,4 @@
|
|||||||
"""
|
"""Classes for docstring parsing and formatting."""
|
||||||
|
|
||||||
Classes for docstring parsing and formatting.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
import inspect
|
import inspect
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
"""
|
"""A collection of helpful iterators."""
|
||||||
|
|
||||||
A collection of helpful iterators.
|
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
from typing import Any, Iterable, Optional
|
from typing import Any, Iterable, Optional
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module.
|
"""Tests for :mod:`sphinx.ext.napoleon.__init__` module."""
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module.
|
"""Tests for :mod:`sphinx.ext.napoleon.docstring` module."""
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module.
|
"""Tests for :mod:`sphinx.ext.napoleon.iterators` module."""
|
||||||
|
|
||||||
"""
|
|
||||||
|
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user