Skip to content

Commit

Permalink
Update various docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 6, 2017
1 parent 4b4c36d commit 6445d00
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions colour/appearance/ciecam02.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,6 @@ def rgb_to_RGB(rgb):
ndarray
*RGB* array.
Notes
-----
- This definition implements negative values handling as per [5]_.
Examples
--------
>>> rgb = np.array([19.99693975, 20.00186123, 20.01350530])
Expand Down Expand Up @@ -695,6 +691,10 @@ def post_adaptation_non_linear_response_compression_forward(RGB, F_L):
ndarray
Compressed *CMCCAT2000* transform sharpened *RGB* array.
Notes
-----
- This definition implements negative values handling as per [5]_.
Examples
--------
>>> RGB = np.array([19.99693975, 20.00186123, 20.01350530])
Expand Down Expand Up @@ -1174,6 +1174,10 @@ def temporary_magnitude_quantity_reverse(C, J, n):
numeric or ndarray
Temporary magnitude quantity :math:`t`.
Notes
-----
- This definition implements negative values handling as per [5]_.
Examples
--------
>>> C = 68.8364136888275
Expand Down

0 comments on commit 6445d00

Please sign in to comment.