Skip to content

Commit 36a45e3

Browse files
striezellpranam
authored andcommitted
fix documentation links in "See also" sections
Fixes #591.
1 parent c063d1c commit 36a45e3

File tree

8 files changed

+45
-45
lines changed

8 files changed

+45
-45
lines changed

doc/design/channel.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ such as support for arithmetic operations.
8686

8787
.. seealso::
8888

89-
- `ChannelConcept<T> <reference/structboost_1_1gil_1_1_channel_concept.html>`_
90-
- `ChannelValueConcept<T> <reference/structboost_1_1gil_1_1_channel_value_concept.html>`_
91-
- `MutableChannelConcept<T> <reference/structboost_1_1gil_1_1_mutable_channel_concept.html>`_
92-
- `ChannelsCompatibleConcept<T1,T2> <reference/structboost_1_1gil_1_1_channels_compatible_concept.html>`_
93-
- `ChannelConvertibleConcept<SrcChannel,DstChannel> <reference/structboost_1_1gil_1_1_channel_convertible_concept.html>`_
89+
- `ChannelConcept<T> <../reference/structboost_1_1gil_1_1_channel_concept.html>`_
90+
- `ChannelValueConcept<T> <../reference/structboost_1_1gil_1_1_channel_value_concept.html>`_
91+
- `MutableChannelConcept<T> <../reference/structboost_1_1gil_1_1_mutable_channel_concept.html>`_
92+
- `ChannelsCompatibleConcept<T1,T2> <../reference/structboost_1_1gil_1_1_channels_compatible_concept.html>`_
93+
- `ChannelConvertibleConcept<SrcChannel,DstChannel> <../reference/structboost_1_1gil_1_1_channel_convertible_concept.html>`_
9494

9595
Models
9696
------

doc/design/color_space.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ same set of colors in the same order).
1717

1818
.. seealso::
1919

20-
- `ColorSpaceConcept<ColorSpace> <reference/structboost_1_1gil_1_1_color_space_concept.html>`_
21-
- `ColorSpacesCompatibleConcept<ColorSpace1,ColorSpace2> <reference/structboost_1_1gil_1_1_color_spaces_compatible_concept.html>`_
22-
- `ChannelMappingConcept<Mapping> <reference/structboost_1_1gil_1_1_channel_mapping_concept.html>`_
20+
- `ColorSpaceConcept<ColorSpace> <../reference/structboost_1_1gil_1_1_color_space_concept.html>`_
21+
- `ColorSpacesCompatibleConcept<ColorSpace1,ColorSpace2> <../reference/structboost_1_1gil_1_1_color_spaces_compatible_concept.html>`_
22+
- `ChannelMappingConcept<Mapping> <../reference/structboost_1_1gil_1_1_channel_mapping_concept.html>`_
2323

2424
Models
2525
------

doc/design/image.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ because immutable images are not very useful.
7373

7474
.. seealso::
7575

76-
- `RandomAccessNDImageConcept<Image> <reference/structboost_1_1gil_1_1_random_access_n_d_image_concept.html>`_
77-
- `RandomAccess2DImageConcept<Image> <reference/structboost_1_1gil_1_1_random_access2_d_image_concept.html>`_
78-
- `ImageConcept<Image> <reference/structboost_1_1gil_1_1_image_concept.html>`_
76+
- `RandomAccessNDImageConcept<Image> <../reference/structboost_1_1gil_1_1_random_access_n_d_image_concept.html>`_
77+
- `RandomAccess2DImageConcept<Image> <../reference/structboost_1_1gil_1_1_random_access2_d_image_concept.html>`_
78+
- `ImageConcept<Image> <../reference/structboost_1_1gil_1_1_image_concept.html>`_
7979

8080
Models
8181
------

doc/design/image_view.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ compatible.
151151

152152
.. seealso::
153153

154-
- `RandomAccessNDImageViewConcept<View> <reference/structboost_1_1gil_1_1_random_access_n_d_image_view_concept.html>`_
155-
- `MutableRandomAccessNDImageViewConcept<View> <reference/structboost_1_1gil_1_1_mutable_random_access_n_d_image_view_concept.html>`_
156-
- `RandomAccess2DImageViewConcept<View> <reference/structboost_1_1gil_1_1_random_access2_d_image_view_concept.html>`_
157-
- `MutableRandomAccess2DImageViewConcept<View> <reference/structboost_1_1gil_1_1_mutable_random_access2_d_image_view_concept.html>`_
158-
- `ImageViewConcept<View> <reference/structboost_1_1gil_1_1_image_view_concept.html>`_
159-
- `MutableImageViewConcept<View> <reference/structboost_1_1gil_1_1_mutable_image_view_concept.html>`_
160-
- `ViewsCompatibleConcept<View1,View2> <reference/structboost_1_1gil_1_1_views_compatible_concept.html>`_
154+
- `RandomAccessNDImageViewConcept<View> <../reference/structboost_1_1gil_1_1_random_access_n_d_image_view_concept.html>`_
155+
- `MutableRandomAccessNDImageViewConcept<View> <../reference/structboost_1_1gil_1_1_mutable_random_access_n_d_image_view_concept.html>`_
156+
- `RandomAccess2DImageViewConcept<View> <../reference/structboost_1_1gil_1_1_random_access2_d_image_view_concept.html>`_
157+
- `MutableRandomAccess2DImageViewConcept<View> <../reference/structboost_1_1gil_1_1_mutable_random_access2_d_image_view_concept.html>`_
158+
- `ImageViewConcept<View> <../reference/structboost_1_1gil_1_1_image_view_concept.html>`_
159+
- `MutableImageViewConcept<View> <../reference/structboost_1_1gil_1_1_mutable_image_view_concept.html>`_
160+
- `ViewsCompatibleConcept<View1,View2> <../reference/structboost_1_1gil_1_1_views_compatible_concept.html>`_
161161

162162
Models
163163
------

doc/design/pixel.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ both, but only pixel values model the latter.
119119

120120
.. seealso::
121121

122-
- `PixelBasedConcept<P> <reference/structboost_1_1gil_1_1_pixel_based_concept.html>`_
123-
- `PixelConcept<Pixel> <reference/structboost_1_1gil_1_1_pixel_concept.html>`_
124-
- `MutablePixelConcept<Pixel> <reference/structboost_1_1gil_1_1_mutable_pixel_concept.html>`_
125-
- `PixelValueConcept<Pixel> <reference/structboost_1_1gil_1_1_pixel_value_concept.html>`_
126-
- `HomogeneousPixelConcept<Pixel> <reference/structboost_1_1gil_1_1_homogeneous_pixel_based_concept.html>`_
127-
- `MutableHomogeneousPixelConcept<Pixel> <reference/structboost_1_1gil_1_1_mutable_homogeneous_pixel_concept.html>`_
128-
- `HomogeneousPixelValueConcept<Pixel> <reference/structboost_1_1gil_1_1_homogeneous_pixel_value_concept.html>`_
129-
- `PixelsCompatibleConcept<Pixel1, Pixel2> <reference/structboost_1_1gil_1_1_pixels_compatible_concept.html>`_
130-
- `PixelConvertibleConcept<SrcPixel, DstPixel> <reference/structboost_1_1gil_1_1_pixel_convertible_concept.html>`_
122+
- `PixelBasedConcept<P> <../reference/structboost_1_1gil_1_1_pixel_based_concept.html>`_
123+
- `PixelConcept<Pixel> <../reference/structboost_1_1gil_1_1_pixel_concept.html>`_
124+
- `MutablePixelConcept<Pixel> <../reference/structboost_1_1gil_1_1_mutable_pixel_concept.html>`_
125+
- `PixelValueConcept<Pixel> <../reference/structboost_1_1gil_1_1_pixel_value_concept.html>`_
126+
- `HomogeneousPixelConcept<Pixel> <../reference/structboost_1_1gil_1_1_homogeneous_pixel_based_concept.html>`_
127+
- `MutableHomogeneousPixelConcept<Pixel> <../reference/structboost_1_1gil_1_1_mutable_homogeneous_pixel_concept.html>`_
128+
- `HomogeneousPixelValueConcept<Pixel> <../reference/structboost_1_1gil_1_1_homogeneous_pixel_value_concept.html>`_
129+
- `PixelsCompatibleConcept<Pixel1, Pixel2> <../reference/structboost_1_1gil_1_1_pixels_compatible_concept.html>`_
130+
- `PixelConvertibleConcept<SrcPixel, DstPixel> <../reference/structboost_1_1gil_1_1_pixel_convertible_concept.html>`_
131131

132132
Models
133133
------

doc/design/pixel_iterator.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ plain iterators or adaptors over another pixel iterator:
3636
3737
.. seealso::
3838

39-
- `PixelIteratorConcept<Iterator> <reference/group___pixel_iterator_concept_pixel_iterator.html>`_
40-
- `MutablePixelIteratorConcept<Iterator> <reference/structboost_1_1gil_1_1_mutable_pixel_iterator_concept.html>`_
39+
- `PixelIteratorConcept<Iterator> <../reference/group___pixel_iterator_concept_pixel_iterator.html>`_
40+
- `MutablePixelIteratorConcept<Iterator> <../reference/structboost_1_1gil_1_1_mutable_pixel_iterator_concept.html>`_
4141

4242
Models
4343
^^^^^^
@@ -120,8 +120,8 @@ type, and a metafunction to rebind to another base iterator:
120120
121121
.. seealso::
122122

123-
- `IteratorAdaptorConcept<Iterator> <reference/structboost_1_1gil_1_1_iterator_adaptor_concept.html>`_
124-
- `MutableIteratorAdaptorConcept<Iterator> <reference/structboost_1_1gil_1_1_mutable_iterator_adaptor_concept.html>`_
123+
- `IteratorAdaptorConcept<Iterator> <../reference/structboost_1_1gil_1_1_iterator_adaptor_concept.html>`_
124+
- `MutableIteratorAdaptorConcept<Iterator> <../reference/structboost_1_1gil_1_1_mutable_iterator_adaptor_concept.html>`_
125125

126126
Models
127127
^^^^^^
@@ -262,10 +262,10 @@ support ``HasDynamicXStepTypeConcept``.
262262

263263
.. seealso::
264264

265-
- `StepIteratorConcept<Iterator> <reference/structboost_1_1gil_1_1_step_iterator_concept.html>`_
266-
- `MutableStepIteratorConcept<Iterator> <reference/structboost_1_1gil_1_1_mutable_step_iterator_concept.html>`_
267-
- `MemoryBasedIteratorConcept<Iterator> <reference/structboost_1_1gil_1_1_memory_based_iterator_concept.html>`_
268-
- `HasDynamicXStepTypeConcept<T> <reference/structboost_1_1gil_1_1_has_dynamic_x_step_type_concept.html>`_
265+
- `StepIteratorConcept<Iterator> <../reference/structboost_1_1gil_1_1_step_iterator_concept.html>`_
266+
- `MutableStepIteratorConcept<Iterator> <../reference/structboost_1_1gil_1_1_mutable_step_iterator_concept.html>`_
267+
- `MemoryBasedIteratorConcept<Iterator> <../reference/structboost_1_1gil_1_1_memory_based_iterator_concept.html>`_
268+
- `HasDynamicXStepTypeConcept<T> <../reference/structboost_1_1gil_1_1_has_dynamic_x_step_type_concept.html>`_
269269

270270
Models
271271
^^^^^^

doc/design/pixel_locator.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ y dimension types are the same. They model the following concept:
159159
160160
.. seealso::
161161

162-
- `HasDynamicYStepTypeConcept<T> <reference/structboost_1_1gil_1_1_has_dynamic_y_step_type_concept.html>`_
163-
- `HasTransposedTypeConcept<T> <reference/structboost_1_1gil_1_1_has_transposed_type_concept.html>`_
164-
- `RandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access_n_d_locator_concept.html>`_
165-
- `MutableRandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_access_n_d_locator_concept.html>`_
166-
- `RandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access2_d_locator_concept.html>`_
167-
- `MutableRandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_access2_d_locator_concept.html>`_
168-
- `PixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_pixel_locator_concept.html>`_
169-
- `MutablePixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_pixel_locator_concept.html>`_
162+
- `HasDynamicYStepTypeConcept<T> <../reference/structboost_1_1gil_1_1_has_dynamic_y_step_type_concept.html>`_
163+
- `HasTransposedTypeConcept<T> <../reference/structboost_1_1gil_1_1_has_transposed_type_concept.html>`_
164+
- `RandomAccessNDLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_random_access_n_d_locator_concept.html>`_
165+
- `MutableRandomAccessNDLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_mutable_random_access_n_d_locator_concept.html>`_
166+
- `RandomAccess2DLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_random_access2_d_locator_concept.html>`_
167+
- `MutableRandomAccess2DLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_mutable_random_access2_d_locator_concept.html>`_
168+
- `PixelLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_pixel_locator_concept.html>`_
169+
- `MutablePixelLocatorConcept<Locator> <../reference/structboost_1_1gil_1_1_mutable_pixel_locator_concept.html>`_
170170

171171
Models
172172
------

doc/design/point.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ in which both dimensions are of the same type:
4646
4747
.. seealso::
4848

49-
- `PointNDConcept <reference/structboost_1_1gil_1_1_point_n_d_concept.html>`_
50-
- `Point2DConcept <reference/structboost_1_1gil_1_1_point2_d_concept.html>`_
49+
- `PointNDConcept <../reference/structboost_1_1gil_1_1_point_n_d_concept.html>`_
50+
- `Point2DConcept <../reference/structboost_1_1gil_1_1_point2_d_concept.html>`_
5151

5252
Models
5353
------

0 commit comments

Comments
 (0)