Jamal Mustafa

Results 26 comments of Jamal Mustafa

I moved all the parameters to a single XML file and created a script to regenerate the CSV parameter tables when building the documentation (done with MkDocs `on_pre_build` hook). With...

The CSV files could be generated on-the-fly using [MkDocs hooks]([https://www.mkdocs.org/user-guide/configuration/#hooks), but when I tried, I kept getting a looping build, probably something to do with generating the CSV files using...

Some more parameters were added to the docs after this PR was opened, which caused some conflicts. The new parameters were added to `parameters.xml` and to the associated CSV files...

Thanks for all the thoughtful feedback. I have made changes that try to incorporate the suggestions. Wanted to also say how much I appreciate this package. These routines have proven...

Hey @mkcor. Thanks for the review and helpful suggestions. The changes have been made and the missing whitespace fixed.

> The pre-commit was basically never run because of the filters. Greetings @LecrisUT. Yes, the filters were applied to incorporate the pre-commit checks in a measured way, only including a...