Skip to content

Commit

Permalink
Update various docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 9, 2014
1 parent bf58f87 commit 8cef8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colour/appearance/ciecam02.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.. [3] **Stephen Westland, Caterina Ripamonti, Vien Cheung**,
*Computational Colour Science Using MATLAB, 2nd Edition*,
The Wiley-IS&T Series in Imaging Science and Technology,
published July 2012, ISBN-13: 978-0-470-66569-5, page 38.
published July 2012, ISBN-13: 978-0-470-66569-5, page 38.
.. [4] `The CIECAM02 Color Appearance Model
<http://rit-mcsl.org/fairchild/PDFs/PRO19.pdf>`_
(Last accessed 30 July 2014)
Expand Down Expand Up @@ -96,7 +96,7 @@

CAT02_INVERSE_CAT = np.linalg.inv(CAT02_CAT)
"""
Inverse *CAT02* chromatic adaptation transform. [3]_
Inverse *CAT02* chromatic adaptation transform.
CAT02_INVERSE_CAT : array_like, (3, 3)
"""
Expand Down

0 comments on commit 8cef8f3

Please sign in to comment.