@@ -21,11 +21,11 @@ Colour - Checker Detection
21
21
.. end-badges
22
22
23
23
24
- A `Python <https://www.python.org/ >`_ package implementing various colour
24
+ A `Python <https://www.python.org/ >`__ package implementing various colour
25
25
checker detection algorithms and related utilities.
26
26
27
27
It is open source and freely available under the
28
- `New BSD License <https://opensource.org/licenses/BSD-3-Clause >`_ terms.
28
+ `New BSD License <https://opensource.org/licenses/BSD-3-Clause >`__ terms.
29
29
30
30
.. image :: https://raw.githubusercontent.com/colour-science/colour-checker-detection/master/docs/_static/ColourCheckerDetection_001.png
31
31
@@ -48,24 +48,24 @@ Installation
48
48
Because of their size, the resources dependencies needed to run the various
49
49
examples and unit tests are not provided within the Pypi package. They are
50
50
separately available as
51
- `Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules >`_
51
+ `Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules >`__
52
52
when cloning the
53
- `repository <https://github.com/colour-science/colour-checker-detection >`_ .
53
+ `repository <https://github.com/colour-science/colour-checker-detection >`__ .
54
54
55
55
Primary Dependencies
56
56
^^^^^^^^^^^^^^^^^^^^
57
57
58
58
**Colour - Checker Detection ** requires various dependencies in order to run:
59
59
60
- - `Python >=3.5 <https://www.python.org/download/releases/ >`_
61
- - `Colour Science <https://www.colour-science.org >`_
62
- - `opencv-python >=4 <https://pypi.org/project/opencv-python/ >`_
60
+ - `Python >=3.5 <https://www.python.org/download/releases/ >`__
61
+ - `Colour Science <https://www.colour-science.org >`__
62
+ - `opencv-python >=4 <https://pypi.org/project/opencv-python/ >`__
63
63
64
64
Pypi
65
65
^^^^
66
66
67
67
Once the dependencies satisfied, **Colour - Checker Detection ** can be installed from
68
- the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection >`_ by
68
+ the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection >`__ by
69
69
issuing this command in a shell::
70
70
71
71
pip install colour-checker-detection
@@ -80,39 +80,39 @@ Usage
80
80
API
81
81
^^^
82
82
83
- The main reference for `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`_
84
- is the `Colour - Checker Detection Manual <https://colour-checker-detection.readthedocs.io/en/latest/manual.html >`_ .
83
+ The main reference for `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`__
84
+ is the `Colour - Checker Detection Manual <https://colour-checker-detection.readthedocs.io/en/latest/manual.html >`__ .
85
85
86
86
Examples
87
87
^^^^^^^^
88
88
89
89
Various usage examples are available from the
90
- `examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples >`_ .
90
+ `examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples >`__ .
91
91
92
92
Contributing
93
93
------------
94
94
95
- If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`_ ,
96
- please refer to the following `Contributing <https://www.colour-science.org/contributing/ >`_
97
- guide for `Colour <https://github.com/colour-science/colour >`_ .
95
+ If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection >`__ ,
96
+ please refer to the following `Contributing <https://www.colour-science.org/contributing/ >`__
97
+ guide for `Colour <https://github.com/colour-science/colour >`__ .
98
98
99
99
Bibliography
100
100
------------
101
101
102
102
The bibliography is available in the repository in
103
- `BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib >`_
103
+ `BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib >`__
104
104
format.
105
105
106
106
Code of Conduct
107
107
---------------
108
108
109
- The *Code of Conduct *, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html >`_ ,
110
- is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/ >`_ page.
109
+ The *Code of Conduct *, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html >`__ ,
110
+ is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/ >`__ page.
111
111
112
112
About
113
113
-----
114
114
115
115
| **Colour - Checker Detection** by Colour Developers
116
- | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`_
116
+ | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
117
117
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
118
- | `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`_
118
+ | `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
0 commit comments