Skip to content

Commit

Permalink
DOC: Remove Sphinx link to non-existing example
Browse files Browse the repository at this point in the history
Remove Sphinx link to non-existing
`Core/ImageFunction/GaussianBlueImageFunction,GaussianBlurImageFunction`
example: it has not been imported yet from the ITK code base examples:
https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/blob/fd2b39b4d652d89e9a7de53ea1c947cd8a597c30/ITKRepositoryImport.todo#L432

Also, the path contained a typo: `GaussianBlueImageFunction` vs.
`GaussianBlurImageFunction`.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 23, 2022
1 parent 29eff36 commit a6ee785
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ namespace itk
* \sa ImageFunction
* \ingroup ITKImageFunction
*
* \sphinx
* \sphinxexample{Core/ImageFunction/GaussianBlueImageFunction,GaussianBlurImageFunction}
* \endsphinx
*/
template <typename TInputImage, typename TOutput = double>
class ITK_TEMPLATE_EXPORT GaussianBlurImageFunction : public ImageFunction<TInputImage, TOutput>
Expand Down

0 comments on commit a6ee785

Please sign in to comment.