timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
111 stars 18 forks source link

Explain recommended usage with a python script #23

Closed timvink closed 2 years ago

timvink commented 2 years ago

You probably want to have a scripts/generate_docs_assets.py file to generate tables, or use a hook using https://github.com/aklajnert/mkdocs-simple-hooks

timvink commented 2 years ago

Turned into a blogpost: https://timvink.nl/reproducible-reports-with-mkdocs/