-
Notifications
You must be signed in to change notification settings - Fork 34
Adding a section on estimators #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello @Shotgunosine, Thank you for updating! Cheers! There are no style issues detected in this Pull Request. 🍻 To test for issues locally, Comment last updated at 2022-07-22 20:30:26 UTC |
Codecov Report
@@ Coverage Diff @@
## dev #375 +/- ##
==========================================
- Coverage 64.42% 64.34% -0.09%
==========================================
Files 23 23
Lines 1816 1820 +4
Branches 343 345 +2
==========================================
+ Hits 1170 1171 +1
- Misses 564 566 +2
- Partials 82 83 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good addition! Some comments
@@ -57,6 +57,11 @@ | |||
|
|||
source_suffix = ['.rst', '.md'] | |||
|
|||
intersphinx_mapping = { | |||
'nilearn': ('https://nilearn.github.io/', None), | |||
'afni': ('https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/', None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh. That's really cool.
@Shotgunosine @adelavega What do you think? I'm not worried about the failing test. Seems one-off and other branches are passing. Rendered version at https://fitlins--375.org.readthedocs.build/en/375/estimators.html |
@effigies, looks good to me! |
Thanks! And thanks for the first pass on this doc. |
No description provided.