@@ -20,7 +20,7 @@ Glossary
2020 provides extensions to the standard datetime module
2121
2222 EPS
23- Encapsulated Postscript (`EPS <https://en.wikipedia.org/w/index.php?title= Encapsulated_PostScript >`_)
23+ Encapsulated Postscript (`EPS <https://en.wikipedia.org/wiki/ Encapsulated_PostScript >`_)
2424
2525 FreeType
2626 `FreeType <https://www.freetype.org/ >`_ is a font rasterization
@@ -36,7 +36,7 @@ Glossary
3636
3737 JPG
3838 The Joint Photographic Experts Group (`JPEG
39- <https://en.wikipedia.org/w/index.php?title= Jpeg> `_) compression method and
39+ <https://en.wikipedia.org/wiki/ Jpeg> `_) compression method and
4040 file format for photographic images
4141
4242 numpy
@@ -47,17 +47,17 @@ Glossary
4747 deviation, fourier transforms, and convolutions.
4848
4949 PDF
50- Adobe's Portable Document Format (`PDF <https://en.wikipedia.org/w/index.php?title= Portable_Document_Format >`_)
50+ Adobe's Portable Document Format (`PDF <https://en.wikipedia.org/wiki/ Portable_Document_Format >`_)
5151
5252 PNG
5353 Portable Network Graphics (`PNG
54- <https://en.wikipedia.org/w/index.php?title= Portable_Network_Graphics> `_), a raster graphics format
54+ <https://en.wikipedia.org/wiki/ Portable_Network_Graphics> `_), a raster graphics format
5555 that employs lossless data compression which is more suitable
5656 for line art than the lossy jpg format. Unlike the gif format,
5757 png is not encumbered by requirements for a patent license.
5858
5959 PS
60- Postscript (`PS <https://en.wikipedia.org/w/index.php?title= PostScript >`_) is a
60+ Postscript (`PS <https://en.wikipedia.org/wiki/ PostScript >`_) is a
6161 vector graphics ASCII text language widely used in printers and
6262 publishing. Postscript was developed by adobe systems and is
6363 starting to show its age: for example is does not have an alpha
@@ -106,20 +106,20 @@ Glossary
106106
107107 raster graphics
108108 `Raster graphics
109- <https://en.wikipedia.org/w/index.php?title= Raster_graphics> `_, or bitmaps,
109+ <https://en.wikipedia.org/wiki/ Raster_graphics> `_, or bitmaps,
110110 represent an image as an array of pixels which is resolution
111111 dependent. Raster graphics are generally most practical for
112112 photo-realistic images, but do not scale easily without loss of
113113 quality.
114114
115115 SVG
116116 The Scalable Vector Graphics format (`SVG
117- <https://en.wikipedia.org/w/index.php?title= Svg> `_). An XML based vector
117+ <https://en.wikipedia.org/wiki/ Svg> `_). An XML based vector
118118 graphics format supported by many web browsers.
119119
120120 TIFF
121121 Tagged Image File Format (`TIFF
122- <https://en.wikipedia.org/w/index.php?title= Tagged_Image_File_Format> `_) is a
122+ <https://en.wikipedia.org/wiki/ Tagged_Image_File_Format> `_) is a
123123 file format for storing images, including photographs and line
124124 art.
125125
@@ -131,7 +131,7 @@ Glossary
131131
132132 vector graphics
133133 `vector graphics
134- <https://en.wikipedia.org/w/index.php?title= Vector_graphics> `_ use geometrical
134+ <https://en.wikipedia.org/wiki/ Vector_graphics> `_ use geometrical
135135 primitives based upon mathematical equations to represent images
136136 in computer graphics. Primitives can include points, lines,
137137 curves, and shapes or polygons. Vector graphics are scalable,
0 commit comments