Skip to content

Commit

Permalink
yaml_check.py -> scripts/yaml_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen committed Dec 19, 2024
1 parent cb1bb0f commit 7c848b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ class Team:
use_biography=team.get('use_biography', True))
for team in yaml.safe_load(t_file)]

# keep in sync with yaml_check.py in mathlib4 repo
# keep in sync with `scripts/yaml_check.py`` in mathlib4 repo
@dataclass
class DocDecl:
name: str
decl_header_html: str
docs_link: str
src_link: str

# keep in sync with yaml_check.py in mathlib4 repo
# keep in sync with `scripts/yaml_check.py` in mathlib4 repo
@dataclass
class HundredTheorem:
number: str
Expand All @@ -176,7 +176,7 @@ class HundredTheorem:
links: Optional[Mapping[str, str]] = None
note: Optional[str] = None

# keep in sync with yaml_check.py in mathlib4 repo
# keep in sync with `scripts/yaml_check.py` in mathlib4 repo
@dataclass
class ThousandPlusTheorem:
# Wikidata identifier (the letter Q followed by a string as digits),
Expand Down

0 comments on commit 7c848b4

Please sign in to comment.