Closed ehennestad closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.16%. Comparing base (
fa04ab0
) to head (87b93a0
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Motivation
Changes
pre-commit
hook to check if html documentation is up-to-date on commitstools
folderHow to test the behavior?
This PR is only relevant for developers. It adds the following convenience functions to the tools folder:
matnwb_exportModifiedTutorials
- Run and export each live script that have been modifiedmatnwb_generateDocs
- Generate html documentation for matnwb api functionsmatnwb_installm2html
- Install dependency needed for above functionmatnwb_installGitHooks
- Install git hooks (currently only pre-commit)matnwb_setup
- Setup script for developersChecklist
fix #XX
whereXX
is the issue number?