A set of cookbook examples for the Insight Toolkit, ITK.
Clone the repository using Git:
$ git clone --recursive https://github.com/InsightSoftwareConsortium/ITKSphinxExamples.git
See the build instructions in the documentation.
- Stored and editable in Git version control.
- HTML / PDF / EPUB output.
- CTest unit testing.
- CMake ExternalData for binary data storage.
- Individual examples can be downloaded independently, and easily built/executed/hacked.
- Download the entire docs for offline viewing.
- Inline Doxygen class descriptions and links to Doxygen class documentation.
- Nightly generated Gitstats for contributors.
- Software quality dashboard.
- Index of examples that apply to given terms and classes.
- Quick search.
- Script to create a new examples from a template.
- GitHub community development.
- Selectable light/dark colorscheme.
- Anonymous online editing.
- Editable online with CodeMirror.
- See Github Issues for a complete list of actions to be performed, bugs, etc.
If building the documentation:
PDF generation requires a TeX distribution like TeX Live or MiKTeX.
Run the bash script SetupForDevelopment.sh
:
$ ./Utilities/SetupForDevelopment.sh