mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 17:17:07 +08:00
DOC: add space before column on variable def
This commit is contained in:
@@ -313,7 +313,7 @@ def circle_perimeter(Py_ssize_t cy, Py_ssize_t cx, Py_ssize_t radius,
|
||||
----------
|
||||
cy, cx : int
|
||||
Centre coordinate of circle.
|
||||
radius: int
|
||||
radius : int
|
||||
Radius of circle.
|
||||
method : {'bresenham', 'andres'}, optional
|
||||
bresenham : Bresenham method (default)
|
||||
@@ -424,7 +424,7 @@ def circle_perimeter_aa(Py_ssize_t cy, Py_ssize_t cx, Py_ssize_t radius,
|
||||
----------
|
||||
cy, cx : int
|
||||
Centre coordinate of circle.
|
||||
radius: int
|
||||
radius : int
|
||||
Radius of circle.
|
||||
shape : tuple, optional
|
||||
Image shape which is used to determine the maximum extent of output pixel
|
||||
|
||||
@@ -88,7 +88,7 @@ def circle(r, c, radius, shape=None):
|
||||
----------
|
||||
r, c : double
|
||||
Centre coordinate of circle.
|
||||
radius: double
|
||||
radius : double
|
||||
Radius of circle.
|
||||
shape : tuple, optional
|
||||
Image shape which is used to determine the maximum extent of output pixel
|
||||
|
||||
Reference in New Issue
Block a user