Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 28264aa

Browse files
committed
docs: Update doctrings
1 parent 42ee2e3 commit 28264aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mdverse_scrapers/models/scraper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212

1313
class ScraperContext(BaseModel):
14-
"""Pydantic model describing the context of a scraper."""
14+
"""Pydantic model describing the context of a scraper.
15+
16+
Mandatory fields are `data_source_name` and `output_dir_path`.
17+
"""
1518

1619
data_source_name: DatasetSourceName = Field(
1720
...,

0 commit comments

Comments
 (0)