Skip to content

Commit d703574

Browse files
committed
ENH: Improve documentation images
Provide consistent image sizing.
1 parent dc2d293 commit d703574

File tree

264 files changed

+701
-948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+701
-948
lines changed

src/Compatibility/Deprecated/ResampleITKVectorImage/Documentation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Results
1919
Implementation of Results for sphinx examples containing this message.
2020
Reconfiguration of CMakeList.txt may be necessary.
2121
`Write An Example <https://itk.org/ITKExamples/Documentation/Contribute/WriteANewExample.html`>
22-
2322
Code
2423
----
2524

src/Compatibility/Deprecated/ResampleRGBImage/Documentation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Resample RGB Image
44
.. index::
55
single: VectorResampleImageFilter
66
single: RGB
7-
single: resampling
87

98
Synopsis
109
--------

src/Core/Common/AddNoiseToBinaryImage/Documentation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Add noise to a binary image.
1515
Results
1616
-------
1717
.. figure:: Yinyang.png
18-
:scale: 60%
18+
:scale: 70%
1919
:alt: Input.png
2020

21-
Input image.
21+
Yinyang.png
2222

2323
.. figure:: AddNoiseToBinaryImage.png
24-
:scale: 60%
24+
:scale: 70%
2525
:alt: Output.png
2626

27-
Output image.
27+
Output.png
2828
Output::
2929

3030
Number of random samples: 105062

src/Core/Common/AddOffsetToIndex/Documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Synopsis
99
--------
1010

1111

12-
Add an offset to a pixel index.
12+
Add an offset to a pixel index
1313

1414

1515
Results

src/Core/Common/BoundingBoxOfAPointSet/Documentation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Results
1717

1818

1919
Output::
20-
2120
bounds: [0, 0.1, 0, 0.1, 0, 0]
2221
center: [0.05, 0.05, 0]
2322
diagonal length squared: 0.02

src/Core/Common/BresenhamLine/Documentation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ Synopsis
99

1010
Get the points on a Bresenham line between two points.
1111

12+
1213
Results
1314
-------
15+
1416
Output::
1517

1618
[0, 0]

src/Core/Common/CastVectorImageToAnotherType/Documentation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Synopsis
1010

1111
Cast a VectorImage to another type of VectorImage.
1212

13+
1314
Results
1415
-------
1516
.. warning::

src/Core/Common/CheckIfModuleIsPresent/Documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Check If Module Is Present
33

44
.. index::
55
single: Image
6-
pair: module; present
76

87
Synopsis
98
--------
109

1110
Check if a specific module is present.
1211

12+
1313
Code
1414
----
1515

src/Core/Common/ConceptCheckingIsFloatingPoint/Documentation.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Synopsis
1010
Check at compilation time that a given type is floating point.
1111

1212

13+
Results
14+
-------
15+
16+
1317
Code
1418
----
1519

src/Core/Common/ConceptCheckingIsSameDimension/Documentation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ Concept Checking Is Same Dimension
33

44
.. index::
55
single: ConceptChecking
6-
pair: same; dimension
76

87
Synopsis
98
--------
109

1110
Check at compilation time that 2 dimensions are the same.
1211

1312

13+
Results
14+
-------
15+
1416
Code
1517
----
1618

0 commit comments

Comments
 (0)