Restructured text fixes so that pydoctor would return without an error
This commit is contained in:
parent
58b056988a
commit
a84a916719
31 changed files with 269 additions and 256 deletions
|
|
@ -91,7 +91,6 @@ def interp_closed_path(xy_points: list[tuple[int, int]], n_points: int) -> MatPa
|
|||
Modified from:
|
||||
https://stackoverflow.com/questions/33962717/interpolating-a-closed-curve-using-scipy
|
||||
"""
|
||||
|
||||
# Use zip to seperate x and y points into tuples
|
||||
x, y = zip(*xy_points)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue