headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
342 stars 101 forks source link

Official documentation: github or boost? #69

Closed gauteh closed 11 years ago

gauteh commented 11 years ago

It seems like the documentation here on github[1] and on boost.org[2] are different versions.. might be nice to have an updated version on both.. or remove one of them.. much confusion (on my part) avoided.. ;)

[1] http://headmyshoulder.github.com/odeint-v2/doc/index.html [2] http://www.boost.org/doc/libs/1_53_0_beta1/libs/numeric/odeint/doc/html/index.html

headmyshoulder commented 11 years ago

Hi,

the official documentation is the github version right now, because odeint is not officially released in boost. If it is out (which should be in the beginning of February) the boost version will be the official documentation. I think we will remove the github version then and link directly to boost.

Nevertheless, at the moment both version are out of sync. The current docs are even out of sync with the master branch. We will change this soon. Thank you for your hint.

headmyshoulder commented 11 years ago

Ok, I syncronized both version. Should be identically now.