Skip to content

Commit 7d2aace

Browse files
authored
Merge pull request #246 from tbirdso/readme-toc
DOC: Add table of contents to README
2 parents aa3b076 + 2500720 commit 7d2aace

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ with an extensive suite of software tools for image analysis.
99
More information is available on the [ITK website](https://itk.org/)
1010
or at the [ITK GitHub homepage](https://github.com/insightSoftwareConsortium/ITK).
1111

12+
## Table of Contents
13+
14+
- [Using ITK Python Packages](#using-itk-python-packages)
15+
- [Building with ITKPythonPackage](#building-with-itkpythonpackage)
16+
- [Frequently Asked Questions](#frequently-asked-questions)
17+
- [Additional Information](#additional-information)
18+
1219
## Using ITK Python Packages
1320

1421
ITKPythonPackage scripts can be used to produce [Python](https://www.python.org/) packages
@@ -117,7 +124,7 @@ or manually with ITKPythonPackage scripts.
117124

118125
In order to build an ITK external module you must have first built ITK for the same target platform.
119126
However, building ITK modules and wrapping them for Python can take a very long time!
120-
To avoid having to rebuilt ITK before building every individual external module,
127+
To avoid having to rebuild ITK before building every individual external module,
121128
artifacts from the ITK build process (headers, source files, wrapper outputs, and more) are
122129
packaged and cached as [ITKPythonBuilds](https://github.com/insightSoftwareConsortium/ITKpythonbuilds)
123130
releases.

0 commit comments

Comments
 (0)