Skip to content

Commit

Permalink
docs: Add trailing docs to long literals
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Oct 4, 2024
1 parent 32150ad commit f1d18a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/vendor_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def __repr__(self) -> str:
"world_110m",
"zipcodes",
)
"""Every name that is referenced in *at least* one example/test."""


DATASETS_JSON = {
# "7zip": {"filename": "7zip.png", "format": "png"},
Expand Down Expand Up @@ -194,6 +196,13 @@ def __repr__(self) -> str:
"world-110m": {"filename": "world-110m.json", "format": "json"},
"zipcodes": {"filename": "zipcodes.csv", "format": "csv"},
}
"""Inlined `datasets.json`_.
- Excluding images
.. _datasets.json:
https://github.com/altair-viz/vega_datasets/blob/136e850447b49031f04baa137ce5c37a6678bbb1/vega_datasets/datasets.json
"""


class DataLoader:
Expand Down

0 comments on commit f1d18a2

Please sign in to comment.