-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a base class for templates and moves duplicate code to the base class * passes wordcloud flag to docs renderer * adds allow overwrite flag * adds a catch for using the wrong template with the wrong template class * cleans up name passing (name is now only in the template class, or the actual template, no more random strings) * cleans up valid template checker * cleans up the console output * format the documents using ruff * add an extra line to the filehandler writer, that way we can remove all the double empty lines in all templates * update the workflow * add a config DEFAULT object * add prohibited arguments to templates * refactor platform detection code * refactor fp_template code * n_runs only adds a _{{ run }} to the filename if n_runs is more than 1
- Loading branch information
Showing
20 changed files
with
542 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.