Closed cdeil closed 10 years ago
The one on the astropy server should be the latest one but it doesn't mean that it is. Since you have write access to the repo, feel free to push the latest build (including PNGs) to the gh-pages
branch!
And the README can be updated.
I've removed my version from my web server to avoid any confusion.
OK ... I haven't looked at this in ages ... do you remember the commands I need to run to commit the generated output to the gh-pages
branch and upload?
I don't think there is any automated command - I'd just move the output to a temporary directory, then change to the gh-pages branch and copy the output to there...
I hate having to figure such things out every time again when I come back to old projects ... would it be easy to add a Makefile
so that make serve
shows the results locally as they would appear online and then make publish
puts them online.
If you know how to write this quickly, please do, if now I'll try to figure it out ...
I'll try and do this now
Ok, done. You can run:
python deploy.py
For now it does not add the plots which are >30MB. They are not really needed anyway for now. They are only really useful when one is actively debugging the differences.
See the updated README
The first issue is that kapteyn
doesn't support Python 3 and the pip install
fails:
https://github.com/astropy/coordinates-benchmark#setting-up-an-environment-to-run-the-benchmarks
Is this easy to fix (continue if packages don't install or import)? Or should we just document in the README that this only works on Python 2?
@astrofrog Currently there are two summaries online:
The one on the astropy server doesn't have any PNGs (or the links are broken). I presume http://mpia.de/~robitaille/astropy/coordinates/summary.html is the old one, but it's still mentioned in the README.