BF Curricula and More (#309)

* bf curricula
* modulo grid curricula
* minor changes to how difficulty is stored

---------

Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
This commit is contained in:
Rich Jones
2025-03-09 18:22:22 +01:00
committed by GitHub
parent 54b216a5dc
commit e62b45d61c
5 changed files with 122 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ def generate_gallery() -> str:
content.append("This gallery shows examples from all available datasets using their default configurations.\n\n")
# Add index
content.append("## Available Datasets\n")
content.append(f"## Available Datasets ({len(DATASETS)})\n")
for name in sorted(DATASETS.keys()):
# Create anchor link
anchor = name.replace(" ", "-").lower()