theochem / procrustes

Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
https://procrustes.qcdevs.org/
GNU General Public License v3.0
109 stars 20 forks source link

Fix up documenation #127

Closed kimt33 closed 2 years ago

kimt33 commented 2 years ago

Following changes are made:

It'd be great if someone can double-check that the equation for the norm is supposed to be Frobenius (I thought it'd make it consistent with the equation above)

As for nbsphinx, the issue was that the Quick Start section was not behaving well (is unavailable in the side panel and is displayed in raw form). I think it depends on which version readthedocs has on their server. I'm pretty sure it's the latest one, but it should be checked once it gets uploaded.