sbailey / surveyqa

DESI Survey QA Dashboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Linking file branch #64

Closed williyamshoe closed 5 years ago

williyamshoe commented 5 years ago

Generates a linking.js, then in each html nightly file, references this file to create the previous, next, last, and first links. linking.js is generated within core.py, and can accommodate if a subset is given. This branch builds off of #54.

williyamshoe commented 5 years ago

I think I fixed all the issues above, and I have added the function where a link are un-clickable if there is no previous/next link.

sbailey commented 5 years ago

Thanks. Works well. I renamed generate_js_containing_json_file to the slightly more informative (to me) name write_night_linkage. i.e. trying to give a hint about the meaning of the contents (night linkage) rather than the format details (js containing json, which could be anything).