mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
DOC: Better docstring for coins.
This commit is contained in:
@@ -42,7 +42,15 @@ def checkerboard():
|
||||
return load("chessboard_RGB.png")
|
||||
|
||||
def coins():
|
||||
"""Coins image.
|
||||
"""Greek coins from Pompeii.
|
||||
|
||||
Notes
|
||||
-----
|
||||
This image was downloaded from the
|
||||
`Brooklyn Museum Collection
|
||||
<http://www.brooklynmuseum.org/opencollection/archives/image/617/image>`__.
|
||||
|
||||
No known copyright restrictions.
|
||||
|
||||
"""
|
||||
return load("coins.jpg")
|
||||
|
||||
Reference in New Issue
Block a user