Skip to content

Commit

Permalink
DOC: Improve Sphinx example displayed names
Browse files Browse the repository at this point in the history
Improve Sphinx example displayed names:
- Use the same example long names/titles used in `ITKSphinxExamples`.
- Do not use a period at the end of the displayed name.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 23, 2022
1 parent 4aeb737 commit cbbb1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Sin
* \ingroup ITKImageIntensity
*
* \sphinx
* \sphinxexample{Filtering/ImageIntensity/ApplySinImageFilter,Apply Sin Image Filter.}
* \sphinxexample{Filtering/ImageIntensity/ApplySinImageFilter,Apply Sin Image Filter}
* \endsphinx
*/
template <typename TInputImage, typename TOutputImage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace itk
* \ingroup ITKRegionGrowing
*
* \sphinx
* \sphinxexample{Segmentation/RegionGrowing/SegmentPixelsWithSimilarStats,SegmentPixelsWithSimilarStats}
* \sphinxexample{Segmentation/RegionGrowing/SegmentPixelsWithSimilarStats,Segment Pixels With Similar Statistics}
* \endsphinx
*/
template <typename TInputImage, typename TOutputImage>
Expand Down

0 comments on commit cbbb1b0

Please sign in to comment.