Idea #18798
Updated by Peter Amstutz over 2 years ago
* Define list of titles and filenames in the config.yml for the documentation generator * code snippets are moved into _include * Liquid template generates a table of contents and then embeds each code snippet * Write some text at the top of the code cookbook introducing how to use it * run a code formatter like "black" on the python files * propose (but do not implement) a testing strategy