Skip to content

Commit 1f77e6d

Browse files
committed
Merge branch 'feature/v0.1.1' into develop
2 parents cbbe47c + d3f9402 commit 1f77e6d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ API
8484
^^^
8585

8686
The main reference for `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`_
87-
is the Sphinx `API Reference <https://colour-checker-detection.readthedocs.io/en/latest/api.html>`_.
87+
is the `Colour - Checker Detection Manual <https://colour-checker-detection.readthedocs.io/en/latest/manual.html>`_.
8888

8989
Examples
9090
^^^^^^^^

TODO.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Colour - Demosaicing - TODO
2-
===========================
1+
Colour - Checker Detection - TODO
2+
=================================
33

44
TODO
55
----
@@ -11,7 +11,7 @@ TODO
1111
About
1212
-----
1313

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ API
6565
^^^
6666

6767
The main reference for
68-
`Colour - Demosaicing <https://github.com/colour-science/colour-checker-detection>`_
68+
`Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`_
6969
is the manual:
7070

7171
.. toctree::

utilities/export_todo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
__all__ = ['TODO_FILE_TEMPLATE', 'extract_todo_items', 'export_todo_items']
2121

2222
TODO_FILE_TEMPLATE = """
23-
Colour - Demosaicing - TODO
24-
===========================
23+
Colour - Checker Detection - TODO
24+
=================================
2525
2626
TODO
2727
----
@@ -31,7 +31,7 @@
3131
About
3232
-----
3333
34-
| **Colour - Demosaicing** by Colour Developers
34+
| **Colour - Checker Detection** by Colour Developers
3535
| Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com>`_
3636
| This software is released under terms of New BSD License: http://opensource.org/licenses/BSD-3-Clause
3737
| `http://github.com/colour-science/colour-checker-detection <http://github.com/colour-science/colour-checker-detection>`_

0 commit comments

Comments
 (0)