mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 15:19:54 +08:00
DOC: Fix rendering bug.
``**`` is interpreted by Sphinx as the start of bold text. Wrap in backticks to prevent misinterpretation.
This commit is contained in:
@@ -787,7 +787,7 @@ def warp(image, inverse_map=None, map_args={}, output_shape=None, order=1,
|
||||
----------
|
||||
image : 2-D array
|
||||
Input image.
|
||||
inverse_map : transformation object, callable xy = f(xy, **kwargs)
|
||||
inverse_map : transformation object, callable ``xy = f(xy, **kwargs)``
|
||||
Inverse coordinate map. A function that transforms a (N, 2) array of
|
||||
``(x, y)`` coordinates in the *output image* into their corresponding
|
||||
coordinates in the *source image* (e.g. a transformation object or its
|
||||
|
||||
Reference in New Issue
Block a user