TheoreticalAstrophysicsGroup / TheoreticalAstrophysicsGroup.github.io

University of Tsukuba, CCS Theoretical Astrophysics Group Webpage
http://www2.ccs.tsukuba.ac.jp/Astro
8 stars 23 forks source link

Replace all include with render #185

Open aywander opened 2 years ago

aywander commented 2 years ago

render is the same as include, but has its own namespace and a few more functionality. One can use render in a way that is more reminiscent of functions. includes are hard to maintain because we have to keep track of all variables entering and coming from the include snippet. include will remain functional, but we should really get rid of this. This is a bit of a large undertaking, but important.