mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-05 11:26:00 +08:00
DOC: Fix section titles to match numpy doc standard
This commit is contained in:
@@ -130,8 +130,8 @@ def make_offsets(d, fully_connected):
|
||||
-------
|
||||
offsets : list of tuples of length `d`
|
||||
|
||||
Example
|
||||
-------
|
||||
Examples
|
||||
--------
|
||||
|
||||
The singly-connected 2-d neighborhood is four offsets:
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ def montage2d(arr_in, fill='mean', rescale_intensity=False):
|
||||
Output array where 'alpha' has been determined automatically to
|
||||
fit (at least) the `n_images` in `arr_in`.
|
||||
|
||||
Example
|
||||
-------
|
||||
Examples
|
||||
--------
|
||||
>>> import numpy as np
|
||||
>>> from skimage.util.montage import montage2d
|
||||
>>> arr_in = np.arange(3 * 2 * 2).reshape(3, 2, 2)
|
||||
|
||||
Reference in New Issue
Block a user