Skip to content

Commit 4221419

Browse files
committed
Use "PyData" "Sphinx" theme.
1 parent 4c249af commit 4221419

15 files changed

+334
-425
lines changed

README.rst

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It is open source and freely available under the
3131

3232
.. contents:: **Table of Contents**
3333
:backlinks: none
34-
:depth: 3
34+
:depth: 2
3535

3636
.. sectnum::
3737

@@ -42,8 +42,17 @@ The following colour checker detection algorithms are implemented:
4242

4343
- Segmentation
4444

45+
Examples
46+
^^^^^^^^
47+
48+
Various usage examples are available from the
49+
`examples directory <https://github.com/colour-science/colour-checker-detection/tree/master/colour_checker_detection/examples>`__.
50+
51+
User Guide
52+
----------
53+
4554
Installation
46-
------------
55+
^^^^^^^^^^^^
4756

4857
Because of their size, the resources dependencies needed to run the various
4958
examples and unit tests are not provided within the Pypi package. They are
@@ -53,16 +62,16 @@ when cloning the
5362
`repository <https://github.com/colour-science/colour-checker-detection>`__.
5463

5564
Primary Dependencies
56-
^^^^^^^^^^^^^^^^^^^^
65+
~~~~~~~~~~~~~~~~~~~~
5766

5867
**Colour - Checker Detection** requires various dependencies in order to run:
5968

60-
- `python>=3.5 <https://www.python.org/download/releases/>`__
69+
- `python >= 3.8, < 4 <https://www.python.org/download/releases/>`__
6170
- `colour-science <https://pypi.org/project/colour-science/>`__
62-
- `opencv-python>=4 <https://pypi.org/project/opencv-python/>`__
71+
- `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python/>`__
6372

6473
Pypi
65-
^^^^
74+
~~~~
6675

6776
Once the dependencies are satisfied, **Colour - Checker Detection** can be installed from
6877
the `Python Package Index <http://pypi.python.org/pypi/colour-checker-detection>`__ by
@@ -74,35 +83,26 @@ The overall development dependencies are installed as follows::
7483

7584
pip install --user 'colour-checker-detection[development]'
7685

77-
Usage
78-
-----
79-
80-
API
81-
^^^
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>`__.
85-
86-
Examples
87-
^^^^^^^^
88-
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>`__.
91-
9286
Contributing
93-
------------
87+
^^^^^^^^^^^^
9488

9589
If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`__,
9690
please refer to the following `Contributing <https://www.colour-science.org/contributing/>`__
9791
guide for `Colour <https://github.com/colour-science/colour>`__.
9892

9993
Bibliography
100-
------------
94+
^^^^^^^^^^^^
10195

10296
The bibliography is available in the repository in
10397
`BibTeX <https://github.com/colour-science/colour-checker-detection/blob/develop/BIBLIOGRAPHY.bib>`__
10498
format.
10599

100+
API Reference
101+
-------------
102+
103+
The main technical reference `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`__
104+
is the `API Reference <https://colour-checker-detection.readthedocs.io/en/latest/reference.html>`__.
105+
106106
Code of Conduct
107107
---------------
108108

@@ -115,7 +115,6 @@ Contact & Social
115115
The *Colour Developers* can be reached via different means:
116116

117117
- `Email <mailto:colour-developers@colour-science.org>`__
118-
- `Discourse <https://colour-science.discourse.group/>`__
119118
- `Facebook <https://www.facebook.com/python.colour.science>`__
120119
- `Github Discussions <https://github.com/colour-science/colour-checker-detection/discussions>`__
121120
- `Gitter <https://gitter.im/colour-science/colour>`__

docs/_static/Logo_Dark_001.svg

Lines changed: 86 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)