Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 21, 2023
2 parents 68342cb + a9f4a82 commit 6b8b5d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1335,8 +1335,8 @@ Colour Fidelity Index
>>> sorted(colour.COLOUR_FIDELITY_INDEX_METHODS)
['ANSI/IES TM-30-18', 'CIE 2017']
Colour Rendering Index
**********************
Colour Quality Scale
********************
.. code-block:: python
Expand All @@ -1345,8 +1345,8 @@ Colour Rendering Index
>>> sorted(colour.COLOUR_QUALITY_SCALE_METHODS)
['NIST CQS 7.4', 'NIST CQS 9.0']
Colour Quality Scale
********************
Colour Rendering Index
**********************
.. code-block:: python
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ Colour Fidelity Index
>>> sorted(colour.COLOUR_FIDELITY_INDEX_METHODS)
['ANSI/IES TM-30-18', 'CIE 2017']
Colour Rendering Index
**********************
Colour Quality Scale
********************
.. code-block:: python
Expand All @@ -1126,8 +1126,8 @@ Colour Rendering Index
>>> sorted(colour.COLOUR_QUALITY_SCALE_METHODS)
['NIST CQS 7.4', 'NIST CQS 9.0']
Colour Quality Scale
********************
Colour Rendering Index
**********************
.. code-block:: python
Expand Down

0 comments on commit 6b8b5d4

Please sign in to comment.