Update Parameters in documentation
With new refactoring, the parameters in the documentation might be out of date. Double check this by comparing the parameters in the _config.py class with those outlined in the documentation. See docs/Parameters folder.
Also, any ideas on how to automate this process in the future when parameters are changed are welcome!
Thanks ! I'll review _config.py and compare the parameters with the documentation in docs/Parameters to ensure everything is up to date.
To automate this process , I can implement a script that checks for discrepancies between _config.py and the documentation. Additionally, integrating a Git pre-commit hook can help catch mismatches before committing changes. Let me know if you’d like me to proceed with this approach:)
Sounds good to me!
I have aligned the parameters with the config file and tested it by rendering with Read the Docs. Now, I am working on a script to automate the process.