EESSI / docs

Documentation for the European Environment for Scientific Software Installations (EESSI)
https://eessi.github.io/docs
GNU General Public License v2.0
13 stars 26 forks source link

Use EESSI Action and Quarto to give more dynamic documentation #288

Open ocaisa opened 11 hours ago

ocaisa commented 11 hours ago

With Quarto documents you can create dynamic output from bash, python, etc. (see https://quarto.org/docs/computations/execution-options.html#output-options). Together with our GitHub Action, this gives us scope to dynamically include information from the EESSI stack (think host_injections scripts, what initialisation looks like,...)

MkDocs has a plugin to support this: https://pypi.org/project/mkquartodocs/