Skip to content

Commit 39735c7

Browse files
committed
Set "reStructuredText" links to anonymous.
1 parent 1b88a08 commit 39735c7

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

CONTRIBUTORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ About
1616
-----
1717

1818
| **Colour - Checker Detection** by Colour Developers
19-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`_
19+
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
2020
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
21-
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`_
21+
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

README.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Colour - Checker Detection
2121
.. end-badges
2222
2323
24-
A `Python <https://www.python.org/>`_ package implementing various colour
24+
A `Python <https://www.python.org/>`__ package implementing various colour
2525
checker detection algorithms and related utilities.
2626

2727
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.
2929

3030
.. image:: https://raw.githubusercontent.com/colour-science/colour-checker-detection/master/docs/_static/ColourCheckerDetection_001.png
3131

@@ -48,24 +48,24 @@ Installation
4848
Because of their size, the resources dependencies needed to run the various
4949
examples and unit tests are not provided within the Pypi package. They are
5050
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>`__
5252
when cloning the
53-
`repository <https://github.com/colour-science/colour-checker-detection>`_.
53+
`repository <https://github.com/colour-science/colour-checker-detection>`__.
5454

5555
Primary Dependencies
5656
^^^^^^^^^^^^^^^^^^^^
5757

5858
**Colour - Checker Detection** requires various dependencies in order to run:
5959

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/>`__
6363

6464
Pypi
6565
^^^^
6666

6767
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
6969
issuing this command in a shell::
7070

7171
pip install colour-checker-detection
@@ -80,39 +80,39 @@ Usage
8080
API
8181
^^^
8282

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>`__.
8585

8686
Examples
8787
^^^^^^^^
8888

8989
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>`__.
9191

9292
Contributing
9393
------------
9494

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>`__.
9898

9999
Bibliography
100100
------------
101101

102102
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>`__
104104
format.
105105

106106
Code of Conduct
107107
---------------
108108

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.
111111

112112
About
113113
-----
114114

115115
| **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>`__
117117
| 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>`__

TODO.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ About
1212
-----
1313

1414
| **Colour - Checker Detection** by Colour Developers
15-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`_
15+
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
1616
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
17-
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`_
17+
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

docs/index.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Colour - Checker Detection
22
==========================
33

4-
A `Python <https://www.python.org/>`_ package implementing various colour
4+
A `Python <https://www.python.org/>`__ package implementing various colour
55
checker detection algorithms and related utilities.
66

77
It is open source and freely available under the
8-
`New BSD License <https://opensource.org/licenses/BSD-3-Clause>`_ terms.
8+
`New BSD License <https://opensource.org/licenses/BSD-3-Clause>`__ terms.
99

1010
.. image:: https://raw.githubusercontent.com/colour-science/colour-checker-detection/master/docs/_static/ColourCheckerDetection_001.png
1111

@@ -28,25 +28,25 @@ Installation
2828
Because of their size, the resources dependencies needed to run the various
2929
examples and unit tests are not provided within the Pypi package. They are
3030
separately available as
31-
`Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_
31+
`Git Submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`__
3232
when cloning the
33-
`repository <https://github.com/colour-science/colour-checker-detection>`_.
33+
`repository <https://github.com/colour-science/colour-checker-detection>`__.
3434

3535
Primary Dependencies
3636
^^^^^^^^^^^^^^^^^^^^
3737

3838
**Colour - Checker Detection** requires various dependencies in order to run:
3939

40-
- `Python 2.7 <https://www.python.org/download/releases/>`_ or
41-
`Python 3.7 <https://www.python.org/download/releases/>`_
42-
- `Colour Science <https://www.colour-science.org>`_
43-
- `opencv-python <https://pypi.org/project/opencv-python/>`_
40+
- `Python 2.7 <https://www.python.org/download/releases/>`__ or
41+
`Python 3.7 <https://www.python.org/download/releases/>`__
42+
- `Colour Science <https://www.colour-science.org>`__
43+
- `opencv-python <https://pypi.org/project/opencv-python/>`__
4444

4545
Pypi
4646
^^^^
4747

4848
Once the dependencies satisfied, **Colour - Checker Detection** can be installed from
49-
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection>`_ by
49+
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection>`__ by
5050
issuing this command in a shell::
5151

5252
pip install colour-checker-detection
@@ -70,7 +70,7 @@ API
7070
^^^
7171

7272
The main reference for
73-
`Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`_
73+
`Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`__
7474
is the manual:
7575

7676
.. toctree::
@@ -82,32 +82,32 @@ Examples
8282
^^^^^^^^
8383

8484
Various usage examples are available from the
85-
`examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples>`_.
85+
`examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples>`__.
8686

8787
Contributing
8888
------------
8989

90-
If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`_,
91-
please refer to the following `Contributing <https://www.colour-science.org/contributing/>`_
92-
guide for `Colour <https://github.com/colour-science/colour>`_.
90+
If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`__,
91+
please refer to the following `Contributing <https://www.colour-science.org/contributing/>`__
92+
guide for `Colour <https://github.com/colour-science/colour>`__.
9393

9494
Bibliography
9595
------------
9696

9797
The bibliography is available in the repository in
98-
`BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib>`_
98+
`BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib>`__
9999
format.
100100

101101
Code of Conduct
102102
---------------
103103

104-
The *Code of Conduct*, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>`_,
105-
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/>`_ page.
104+
The *Code of Conduct*, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>`__,
105+
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/>`__ page.
106106

107107
About
108108
-----
109109

110110
| **Colour - Checker Detection** by Colour Developers
111-
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`_
111+
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`__
112112
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
113-
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`_
113+
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__

0 commit comments

Comments
 (0)