mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
lint
This commit is contained in:
parent
21c47db6c1
commit
ebb88e6c6a
24 changed files with 1215 additions and 814 deletions
|
|
@ -32,7 +32,7 @@ def generate_gallery() -> str:
|
|||
|
||||
# Add dataset header with anchor
|
||||
anchor = name.replace("_", "-").lower()
|
||||
content.append(f"### {name} {{{anchor}}}\n")
|
||||
content.append(f"### {name}\n")
|
||||
|
||||
# Get dataset class docstring if available
|
||||
if dataset.__class__.__doc__:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue