ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Reporting -- Validation reference sheet update; config.basepath fix for Unix #76

Closed lukestegeman closed 3 months ago

lukestegeman commented 3 months ago

This pull request implements progress on an updated validation reference section at the end of HTML and Markdown reports that is dynamically populated according to the metrics evaluated during SPHINX execution. This is a work-in-progress, so the actual writing of the validation reference section is omitted from the reports.

In addition, this pull request also fixes an issue with config.basepath, which was originally producing different results according to the user's platform (Windows vs. Unix). Windows and Unix return different path styles ("\" separation vs "/" separation) when os.getcwd() is called.