-
Notifications
You must be signed in to change notification settings - Fork 14
Add links to API in model pages #330
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
base: main
Are you sure you want to change the base?
Conversation
|
@mattcieslak here is my first attempt: https://qsirecon--330.org.readthedocs.build/en/330/models/noddi.html#noddi-in-qsirecon |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
=======================================
Coverage 12.59% 12.59%
=======================================
Files 56 56
Lines 8156 8156
Branches 1123 1123
=======================================
Hits 1027 1027
Misses 7097 7097
Partials 32 32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| # Avoid duplicate/invalid module references from package docstring | ||
| "workflows/recon/__init__.py", |
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.
Needed in order to have API docs for qsirecon.workflows.recon.
Closes #328.
Changes proposed in this pull request