Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve templating #11

Open
5 tasks
rossbar opened this issue Feb 9, 2022 · 0 comments
Open
5 tasks

Improve templating #11

rossbar opened this issue Feb 9, 2022 · 0 comments

Comments

@rossbar
Copy link
Member

rossbar commented Feb 9, 2022

The analysis page for each project is generated from a templated (markdown) notebook. The templating could use a lot of improvement:

  • Makefile
    • Improve compat with default sphinx Makefile - either plug into "mode" mechanism or remove/replace mode mechanism entirely
    • Use Makefile vars (e.g. %) to clean up targets and not specify everything manually
    • Make the generated notebooks also depend on their corresponding data files
  • Use an actual templating engine (e.g. jinja) instead of the home-cooked solution in site/tools/generate_from_template.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant