-
Notifications
You must be signed in to change notification settings - Fork 5
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
Autoscoper Read the Docs #117
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
c35765f
to
7cabe79
Compare
d6ba22e
to
e27673c
Compare
dddc69e
to
8348af0
Compare
This comment was marked as resolved.
This comment was marked as resolved.
5befec7
to
3690c32
Compare
e48b85d
to
c808927
Compare
This comment was marked as resolved.
This comment was marked as resolved.
e2a7146
to
cb7d457
Compare
This comment was marked as resolved.
This comment was marked as resolved.
ca97d98
to
fbba0c7
Compare
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.
Generally, consider adding an empty line after each headers.
fbba0c7
to
f0f3787
Compare
Considering also adding a dependency to https://sphinx-design.readthedocs.io |
d99f9ac
to
e152cd8
Compare
This makes it easier to read the source. See https://google.github.io/styleguide/docguide/style.html#add-spacing-to-headings
This commit fixes the following warnings: /path/to/Autoscoper/CONTRIBUTING.md:19: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /path/to/Autoscoper/CONTRIBUTING.md:38: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /path/to/Autoscoper/CONTRIBUTING.md:47: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /path/to/Autoscoper/CONTRIBUTING.md:100: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header] /path/to/Autoscoper/CONTRIBUTING.md:116: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
This commit fixes warnings like the following: /path/to/Autoscoper/Documentation/tutorials/filters.md:5: WARNING: local id not found in doc 'user-interface': 'rendering-options' [myst.xref_missing] It also updates the `myst_heading_anchors` from `3` to `4` to fix the following warning: /path/to/Autoscoper/Documentation/tutorials/sample-data.md:71: WARNING: local id not found in doc 'user-interface': 'importexport-tracking-options' [myst.xref_missing]
Since warning have effectively been fixed, this commit removes the invalid option "supress_warnings". It should have been "suppress_warnings" See https://myst-parser.readthedocs.io/en/latest/configuration.html#build-warnings
This commit fixes the following warning: /path/to/Autoscoper/Documentation/file-specifications/camera-calibration.md:80: WARNING: Pygments lexer name 'linenos' is not known References: * https://myst-parser.readthedocs.io/en/latest/syntax/roles-and-directives.html#parameterizing-directives * https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block * https://myst-parser.readthedocs.io/en/latest/configuration.html#global-configuration
64fe63a
to
26acace
Compare
1648099
to
24aa19a
Compare
24aa19a
to
740bcb3
Compare
The UI component is now consistent with the remaining of the application $ ack "\>OK" autoscoper/src/ui/ui-files/NewTrialDialog.ui 27: <string>OK</string> autoscoper/src/ui/ui-files/TrackingOptionsDialog.ui 65: <string>OK</string> autoscoper/src/ui/ui-files/ImportExportTrackingOptionsDialog.ui 418: <string>OK</string> autoscoper/src/ui/ui-files/OpenCLPlatformSelectDialog.ui 45: <string>OK</string>
Also update references to button name from "Ok" to "OK"
- use warning/seealso/tip admonitions - add additional empty line
Consistently uses the term AutocoperM
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.
Thanks @NicerNewerCar for putting together the documentation and thanks @amymmorton for the review 💯 🙏
🚀
Pull request for setting up an RTD page for Autoscoper.
For future reference, see this page in the RTD documentation for setting up webhooks.
Documentation generated for this PR
Once this is merged into main
PR #11
in theautoscoperm.slicer.org
repo should be merged in.Closes #127
TODO
Add Click to enlarge for images -> from AmyExpanded content width to 100%