poldracklab / fitlins

Fit Linear Models to BIDS Datasets
https://fitlins.readthedocs.io
Apache License 2.0
76 stars 32 forks source link

DOC: Add CIFTI usage to documentation #389

Closed smeisler closed 2 years ago

smeisler commented 2 years ago

Having trouble getting the code segments to appear as code (usually surrounding with "`" works but I guess .rst is different?)

effigies commented 2 years ago

Use double-backticks. Single backticks in RST are for link-like objects.

smeisler commented 2 years ago

Thanks, fixed.

codecov-commenter commented 2 years ago

Codecov Report

Base: 64.18% // Head: 64.18% // No change to project coverage :thumbsup:

Coverage data is based on head (ba7cf10) compared to base (f038758). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #389 +/- ## ======================================= Coverage 64.18% 64.18% ======================================= Files 23 23 Lines 1829 1829 Branches 298 298 ======================================= Hits 1174 1174 Misses 570 570 Partials 85 85 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=poldracklab). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=poldracklab)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

effigies commented 2 years ago

Thanks!