@@ -8,7 +8,7 @@ class BandFormat(object):
88The format used for each band element.
99
1010Each corresponds to a native C type for the current machine. For example,
11- [enum@Vips. BandFormat.USHORT] is `unsigned short`.
11+ :class:`.enums. BandFormat.USHORT` is `unsigned short`.
1212
1313Attributes:
1414
@@ -52,7 +52,7 @@ class BandFormat(object):
5252class BlendMode (object ):
5353 """BlendMode.
5454
55- The various Porter-Duff and PDF blend modes. See [func@ Image.composite] ,
55+ The various Porter-Duff and PDF blend modes. See :meth:`. Image.composite` ,
5656for example.
5757
5858The Cairo docs have a nice explanation of all the blend modes:
@@ -250,13 +250,13 @@ class Interpretation(object):
250250class DemandStyle (object ):
251251 """DemandStyle.
252252
253- See [method@ Image.pipelinev] . Operations can hint
253+ See :meth:`. Image.pipelinev` . Operations can hint
254254the kind of demand geometry they prefer
255255to the VIPS image IO system.
256256
257257These demand styles are given below in order of increasing
258258specialisation. When demanding output from a pipeline,
259- [method@ Image.generate]
259+ :meth:`. Image.generate`
260260will use the most general style requested by the operations
261261in the pipeline.
262262
@@ -267,18 +267,18 @@ class DemandStyle(object):
267267@VIPS_DEMAND_STYLE_FATSTRIP -- This operation would like to output strips
268268the width of the image and as high as possible. This option is suitable
269269for area operations which do not violently transform coordinates, such
270- as [method@ Image.conv] .
270+ as :meth:`. Image.conv` .
271271
272272@VIPS_DEMAND_STYLE_THINSTRIP -- This operation would like to output strips
273273the width of the image and a few pels high. This option is suitable for
274274point-to-point operations, such as those in the arithmetic package.
275275
276276@VIPS_DEMAND_STYLE_ANY -- This image is not being demand-read from a disc
277277file (even indirectly) so any demand style is OK. It's used for things like
278- [ctor@ Image.black] where the pixels are calculated.
278+ :meth:`. Image.black` where the pixels are calculated.
279279
280280::: seealso
281- [method@ Image.pipelinev] .
281+ :meth:`. Image.pipelinev` .
282282
283283Attributes:
284284
@@ -504,7 +504,7 @@ class OperationComplexget(object):
504504class Combine (object ):
505505 """Combine.
506506
507- How to combine values. See [method@ Image.compass] , for example.
507+ How to combine values. See :meth:`. Image.compass` , for example.
508508
509509Attributes:
510510
@@ -524,8 +524,8 @@ class Combine(object):
524524class Access (object ):
525525 """Access.
526526
527- The type of access an operation has to supply. See [method@ Image.tilecache]
528- and [ class@ Foreign] .
527+ The type of access an operation has to supply. See :meth:`. Image.tilecache`
528+ and : class:`. Foreign` .
529529
530530@VIPS_ACCESS_RANDOM means requests can come in any order.
531531
@@ -548,7 +548,7 @@ class Access(object):
548548class Extend (object ):
549549 """Extend.
550550
551- See [method@ Image.embed], [method@ Image.conv], [method@ Image.affine] and so on.
551+ See :meth:`. Image.embed`, :meth:`. Image.conv`, :meth:`. Image.affine` and so on.
552552
553553When the edges of an image are extended, you can specify
554554how you want the extension done.
@@ -571,7 +571,7 @@ class Extend(object):
571571keep these frozen for back compat with vips7.
572572
573573::: seealso
574- [method@ Image.embed] .
574+ :meth:`. Image.embed` .
575575
576576Attributes:
577577
@@ -600,7 +600,7 @@ class Extend(object):
600600class CompassDirection (object ):
601601 """CompassDirection.
602602
603- A direction on a compass. Used for [method@ Image.gravity] , for example.
603+ A direction on a compass. Used for :meth:`. Image.gravity` , for example.
604604
605605Attributes:
606606
@@ -638,13 +638,13 @@ class CompassDirection(object):
638638class Direction (object ):
639639 """Direction.
640640
641- See [method@ Image.flip], [method@ Image.join] and so on.
641+ See :meth:`. Image.flip`, :meth:`. Image.join` and so on.
642642
643- Operations like [method@ Image.flip] need to be told whether to flip left-right or
643+ Operations like :meth:`. Image.flip` need to be told whether to flip left-right or
644644top-bottom.
645645
646646::: seealso
647- [method@ Image.flip], [method@ Image.join] .
647+ :meth:`. Image.flip`, :meth:`. Image.join` .
648648
649649Attributes:
650650
@@ -661,13 +661,13 @@ class Direction(object):
661661class Align (object ):
662662 """Align.
663663
664- See [method@ Image.join] and so on.
664+ See :meth:`. Image.join` and so on.
665665
666- Operations like [method@ Image.join] need to be told whether to align images on the
666+ Operations like :meth:`. Image.join` need to be told whether to align images on the
667667low or high coordinate edge, or centre.
668668
669669::: seealso
670- [method@ Image.join] .
670+ :meth:`. Image.join` .
671671
672672Attributes:
673673
@@ -688,15 +688,15 @@ class Interesting(object):
688688 """Interesting.
689689
690690Pick the algorithm vips uses to decide image "interestingness". This is used
691- by [method@ Image.smartcrop] , for example, to decide what parts of the image to
691+ by :meth:`. Image.smartcrop` , for example, to decide what parts of the image to
692692keep.
693693
694694#VIPS_INTERESTING_NONE and #VIPS_INTERESTING_LOW mean the same -- the
695695crop is positioned at the top or left. #VIPS_INTERESTING_HIGH positions at
696696the bottom or right.
697697
698698::: seealso
699- [method@ Image.smartcrop] .
699+ :meth:`. Image.smartcrop` .
700700
701701Attributes:
702702
@@ -728,12 +728,12 @@ class Interesting(object):
728728class Angle (object ):
729729 """Angle.
730730
731- See [method@ Image.rot] and so on.
731+ See :meth:`. Image.rot` and so on.
732732
733733Fixed rotate angles.
734734
735735::: seealso
736- [method@ Image.rot] .
736+ :meth:`. Image.rot` .
737737
738738Attributes:
739739
@@ -756,12 +756,12 @@ class Angle(object):
756756class Angle45 (object ):
757757 """Angle45.
758758
759- See [method@ Image.rot45] and so on.
759+ See :meth:`. Image.rot45` and so on.
760760
761761Fixed rotate angles.
762762
763763::: seealso
764- [method@ Image.rot45] .
764+ :meth:`. Image.rot45` .
765765
766766Attributes:
767767
@@ -816,11 +816,11 @@ class Precision(object):
816816class TextWrap (object ):
817817 """TextWrap.
818818
819- Sets the word wrapping style for [ctor@ Image.text] when used with a maximum
819+ Sets the word wrapping style for :meth:`. Image.text` when used with a maximum
820820width.
821821
822822::: seealso
823- [ctor@ Image.text] .
823+ :meth:`. Image.text` .
824824
825825Attributes:
826826
@@ -846,7 +846,7 @@ class SdfShape(object):
846846The SDF to generate,
847847
848848::: seealso
849- [ctor@ Image.sdf] .
849+ :meth:`. Image.sdf` .
850850
851851Attributes:
852852
@@ -1257,8 +1257,8 @@ class Kernel(object):
12571257class PCS (object ):
12581258 """PCS.
12591259
1260- Pick a Profile Connection Space for [method@ Image.icc_import] and
1261- [method@ Image.icc_export] . LAB is usually best, XYZ can be more convenient in some
1260+ Pick a Profile Connection Space for :meth:`. Image.icc_import` and
1261+ :meth:`. Image.icc_export` . LAB is usually best, XYZ can be more convenient in some
12621262cases.
12631263
12641264Attributes:
0 commit comments