mdolab / pyspline

pySpline produces B-spline curves, surfaces, and volumes
Other
39 stars 26 forks source link

Doc fix #6

Closed ewu63 closed 4 years ago

ewu63 commented 4 years ago

Updated docs. For some reason the autodoc didn't work on my computer, so I'm not sure if it's a problem with my local set up or if there's some configuration problems with the repo.

I also changed an assert statement that would always raise a run time warning due to incorrect syntax. I think it's much cleaner to explicitly raise errors than to use the assert statement.

bernardopacini commented 4 years ago

Looks good to me as well. Tested the docs and had no issues building them.