This commit is contained in:
Andreas Koepf 2025-01-30 22:55:04 +01:00
parent 21c47db6c1
commit ebb88e6c6a
24 changed files with 1215 additions and 814 deletions

View file

@ -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__: