-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Fix links to ITK Sphinx examples in class documentation
Fix links to ITK Sphinx examples in class documentation. Avoid using commas for the `ComputeMinMaxVarianceMeanOfImage` example displayed name so that the ITK Sphinx examples path/link and the displayed name parts can be parsed correctly. Fixes: ``` Modules/Core/SpatialObjects/include/itkContourSpatialObject.h:63: warning: Found unknown command '\sphinxexample' Modules/Core/SpatialObjects/include/itkContourSpatialObject.h:64: warning: Found unknown command '\endsphinx' ``` and similar warnings. Reported for example in: https://open.cdash.org/viewBuildError.php?type=1&buildid=8167118 Take advantage of the commit to fix a typo in the displayed name of one of the examples.
- Loading branch information
1 parent
68979a9
commit 29eff36
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters