Skip to content

Commit 47d6472

Browse files
authored
DOC: Remove old badges
1 parent e64721a commit 47d6472

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.rst

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@ ITKFixedPointInverseDisplacementField
22
=================================
33
.. image:: https://github.com/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField/workflows/Build,%20test,%20package/badge.svg
44

5-
.. |CircleCI| image:: https://circleci.com/gh/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField.svg?style=shield
6-
:target: https://circleci.com/gh/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField
7-
8-
.. |TravisCI| image:: https://travis-ci.org/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField.svg?branch=master
9-
:target: https://travis-ci.org/InsightSoftwareConsortium/ITKFixedPointInverseDisplacementField
10-
11-
.. |AppVeyor| image:: https://img.shields.io/appveyor/ci/itkrobot/itkfixedpointinversedisplacementfield.svg
12-
:target: https://ci.appveyor.com/project/itkrobot/itkfixedpointinversedisplacementfield
13-
14-
=========== =========== ===========
15-
Linux macOS Windows
16-
=========== =========== ===========
17-
|CircleCI| |TravisCI| |AppVeyor|
18-
=========== =========== ===========
19-
205
ITKFixedPointInverseDisplacementField takes a displacement field as input and
216
computes the displacement field that is its inverse. If the input Displacement
227
field was mapping coordinates from a space A into a space B, the output of
@@ -42,3 +27,10 @@ module. To enable it, set::
4227
Module_FixedPointInverseDisplacementField:BOOL=ON
4328

4429
in ITK's CMake build configuration.
30+
31+
Installation
32+
-------------
33+
34+
```
35+
pip install itk-fixedpointinversedisplacementfield
36+
```

0 commit comments

Comments
 (0)