Skip to content

Commit ba94bef

Browse files
Antoine Lavandierrenefritze
authored andcommitted
Fix docstring + add back line breaks
1 parent 20e8520 commit ba94bef

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyevtk/hl.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def imageToVTK(
148148
):
149149
"""
150150
Export data values as a rectangular image.
151+
151152
Parameters
152153
----------
153154
path : str
@@ -179,10 +180,12 @@ def imageToVTK(
179180
fieldData : dict, optional
180181
dictionary with variables associated with the field.
181182
Keys should be the names of the variable stored in each array.
183+
182184
Returns
183185
-------
184186
str
185187
Full path to saved file.
188+
186189
Notes
187190
-----
188191
At least, cellData or pointData must be present
@@ -225,7 +228,8 @@ def gridToVTK(
225228
path, x, y, z, start=(0, 0, 0), cellData=None, pointData=None, fieldData=None
226229
):
227230
"""
228-
Write data values as a structured grid.
231+
Write data values as a rectilinear or structured grid.
232+
229233
Parameters
230234
----------
231235
path : str

0 commit comments

Comments
 (0)