Skip to content

Commit 7ef205f

Browse files
committed
add ref
1 parent ca461e0 commit 7ef205f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pycolorit/_data/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Package Data Files
2+
3+
## `css-named-colors.json`
4+
5+
### References
6+
- https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json

src/pycolorit/data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ def css_named_colors() -> dict:
1313
-------
1414
dict
1515
A dictionary of named CSS colors.
16+
17+
References
18+
----------
19+
- https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json
1620
"""
1721
filepath = _data_dir_path / "css-named-colors.json"
1822
return _json.loads(filepath.read_bytes())

0 commit comments

Comments
 (0)