@@ -111,7 +111,7 @@ def blockmean( # noqa: PLR0913
111111
112112 Full GMT docs at :gmt-docs:`blockmean.html`.
113113
114- { aliases}
114+ $ aliases
115115 - I = spacing
116116 - R = region
117117 - V = verbose
@@ -124,12 +124,12 @@ def blockmean( # noqa: PLR0913
124124 data
125125 Pass in (x, y, z) or (longitude, latitude, elevation) values by
126126 providing a file name to an ASCII data table, a 2-D
127- {table-classes} .
127+ $table_classes .
128128 x/y/z : 1-D arrays
129129 Arrays of x and y coordinates and values z of the data points.
130- { output_type}
131- { outfile}
132- { spacing}
130+ $ output_type
131+ $ outfile
132+ $ spacing
133133 summary : str
134134 [**m**\|\ **n**\|\ **s**\|\ **w**].
135135 Type of summary values calculated by blockmean.
@@ -138,18 +138,18 @@ def blockmean( # noqa: PLR0913
138138 - **n**: report the number of input points inside each block
139139 - **s**: report the sum of all z-values inside a block
140140 - **w**: report the sum of weights
141- { region}
142- { verbose}
143- { aspatial}
144- { binary}
145- { nodata}
146- { find}
147- { incols}
148- { coltypes}
149- { header}
150- { outcols}
151- { registration}
152- { wrap}
141+ $ region
142+ $ verbose
143+ $ aspatial
144+ $ binary
145+ $ nodata
146+ $ find
147+ $ incols
148+ $ coltypes
149+ $ header
150+ $ outcols
151+ $ registration
152+ $ wrap
153153
154154 Returns
155155 -------
@@ -226,7 +226,7 @@ def blockmedian( # noqa: PLR0913
226226
227227 Full GMT docs at :gmt-docs:`blockmedian.html`.
228228
229- { aliases}
229+ $ aliases
230230 - I = spacing
231231 - R = region
232232 - V = verbose
@@ -239,24 +239,24 @@ def blockmedian( # noqa: PLR0913
239239 data
240240 Pass in (x, y, z) or (longitude, latitude, elevation) values by
241241 providing a file name to an ASCII data table, a 2-D
242- {table-classes} .
242+ $table_classes .
243243 x/y/z : 1-D arrays
244244 Arrays of x and y coordinates and values z of the data points.
245- { output_type}
246- { outfile}
247- { spacing}
248- { region}
249- { verbose}
250- { aspatial}
251- { binary}
252- { nodata}
253- { find}
254- { coltypes}
255- { header}
256- { incols}
257- { outcols}
258- { registration}
259- { wrap}
245+ $ output_type
246+ $ outfile
247+ $ spacing
248+ $ region
249+ $ verbose
250+ $ aspatial
251+ $ binary
252+ $ nodata
253+ $ find
254+ $ coltypes
255+ $ header
256+ $ incols
257+ $ outcols
258+ $ registration
259+ $ wrap
260260
261261 Returns
262262 -------
@@ -341,7 +341,7 @@ def blockmode( # noqa: PLR0913
341341
342342 Full GMT docs at :gmt-docs:`blockmode.html`.
343343
344- { aliases}
344+ $ aliases
345345 - I = spacing
346346 - R = region
347347 - V = verbose
@@ -354,24 +354,24 @@ def blockmode( # noqa: PLR0913
354354 data
355355 Pass in (x, y, z) or (longitude, latitude, elevation) values by
356356 providing a file name to an ASCII data table, a 2-D
357- {table-classes} .
357+ $table_classes .
358358 x/y/z : 1-D arrays
359359 Arrays of x and y coordinates and values z of the data points.
360- { output_type}
361- { outfile}
362- { spacing}
363- { region}
364- { verbose}
365- { aspatial}
366- { binary}
367- { nodata}
368- { find}
369- { coltypes}
370- { header}
371- { incols}
372- { outcols}
373- { registration}
374- { wrap}
360+ $ output_type
361+ $ outfile
362+ $ spacing
363+ $ region
364+ $ verbose
365+ $ aspatial
366+ $ binary
367+ $ nodata
368+ $ find
369+ $ coltypes
370+ $ header
371+ $ incols
372+ $ outcols
373+ $ registration
374+ $ wrap
375375
376376 Returns
377377 -------
0 commit comments