We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b8d2f commit 532ca00Copy full SHA for 532ca00
Documentation/Contribute/ContributeWithGit.rst
@@ -66,6 +66,12 @@ binary tree (*/path/to/ITKSphinxExamples-build/Utilities*)::
66
cd /path/to/ITKSphinxExamples-build/Utilities
67
python ./CreateNewExample.py
68
69
+The script will ask for an *example_name* and a *class_name*. The example_name
70
+would be *ComputeTumorIntensityVariation* for an example that answers the
71
+question "How do I compute tumor intensity variation?" The class_name
72
+indicates the itk class that is the focus of the example, such as
73
+*itk::Statistics::MaskedImageToHistogramFilter*.
74
+
75
*This script will generate *.cxx, *.py, and *.rst files to be modified.*
76
77
Note that the generated files are then located based on the group, module and
0 commit comments