@@ -1314,7 +1314,7 @@ def interp(
1314
1314
values.
1315
1315
kwargs: dictionary
1316
1316
Additional keyword passed to scipy's interpolator.
1317
- **coords_kwarg : {dim: coordinate, ...}, optional
1317
+ `` **coords_kwarg`` : {dim: coordinate, ...}, optional
1318
1318
The keyword arguments form of ``coords``.
1319
1319
One of coords or coords_kwargs must be provided.
1320
1320
@@ -2028,9 +2028,10 @@ def interpolate_na(
2028
2028
----------
2029
2029
dim : str
2030
2030
Specifies the dimension along which to interpolate.
2031
- method : {'linear', 'nearest', 'zero', 'slinear', 'quadratic', 'cubic',
2032
- 'polynomial', 'barycentric', 'krog', 'pchip',
2033
- 'spline', 'akima'}, optional
2031
+ method : {'linear', 'nearest', 'zero', 'slinear', 'quadratic',
2032
+ 'cubic', 'polynomial', 'barycentric', 'krog', 'pchip',
2033
+ 'spline', 'akima'}, optional
2034
+
2034
2035
String indicating which method to use for interpolation:
2035
2036
2036
2037
- 'linear': linear interpolation (Default). Additional keyword
@@ -3041,8 +3042,8 @@ def integrate(
3041
3042
Coordinate(s) used for the integration.
3042
3043
datetime_unit: str, optional
3043
3044
Can be used to specify the unit if datetime coordinate is used.
3044
- One of {'Y', 'M', 'W', 'D', 'h', 'm', 's', 'ms', 'us', 'ns',
3045
- 'ps', 'fs', 'as'}
3045
+ One of {'Y', 'M', 'W', 'D', 'h', 'm', 's', 'ms', 'us', 'ns', 'ps',
3046
+ 'fs', 'as'}
3046
3047
3047
3048
Returns
3048
3049
-------
0 commit comments