ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

User C and Python documentation error #104

Closed stumarcus314 closed 3 years ago

stumarcus314 commented 3 years ago

In the C and Python user documentation (see the links below), it should say W_{ii} = 1/ (\sigmai^2) instead of W{ii} = 1/ (\sqrt \sigma_i).

https://ralfit.readthedocs.io/projects/C/en/latest/?badge=latest https://ralfit.readthedocs.io/projects/Python/en/latest/?badge=latest

tyronerees commented 3 years ago

Thanks for flagging this. The same markdown is used to generate the text in all three versions, so there seems to be an issue with the readthedocs not syncing properly -- I'll take a look.

tyronerees commented 3 years ago

Read the docs wasn't syncing with changes to master -- this is now fixed.