Skip to content

Commit

Permalink
DOCS: Update reference to getImageTypes() function to reflect change by
Browse files Browse the repository at this point in the history
#291

PR 291 changed the name of the function, but failed to correct the reference to it in the developers section of the documentation.
  • Loading branch information
JoostJM committed Sep 7, 2017
1 parent 4f9abf1 commit 5da1850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Developers
This section contains information on how to add or customize the feature classes and filters available in PyRadiomics.
PyRadiomics enumerates the available feature classes and input image types at initialization of the toolbox. These are
available from the global ``radiomics`` namespace by use of the functions :py:func:`~radiomics.getFeatureClasses()` and
:py:func:`~radiomics.getInputImageTypes()`, respectively. Individual features in a feature class are enumerated at
:py:func:`~radiomics.getImageTypes()`, respectively. Individual features in a feature class are enumerated at
initialization of the class. See also the :ref:`contributing guidelines <radiomics-contributing-label>`.

.. _radiomics-developers-featureclass:
Expand Down

0 comments on commit 5da1850

Please sign in to comment.