PennLINC / CuBIDS

Curation of BIDS (CuBIDS): A sanity-preserving software package for processing BIDS datasets.
https://cubids.readthedocs.io/
MIT License
19 stars 9 forks source link

Improve documentation #290

Closed tsalo closed 8 months ago

tsalo commented 8 months ago

Closes none. One slightly, but not meaningfully, breaking change is that the CuBIDS class is no longer accessible through cubids (i.e., you can't do from cubids import CuBIDS). Instead, you need the submodule now (from cubids.cubids import CuBIDS).

Changes proposed:

codecov-commenter commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (0988440) 62.02% compared to head (597b5e0) 62.13%.

Files Patch % Lines
cubids/__about__.py 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #290 +/- ## ========================================== + Coverage 62.02% 62.13% +0.11% ========================================== Files 8 9 +1 Lines 1572 1582 +10 ========================================== + Hits 975 983 +8 - Misses 597 599 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.