Skip to content

Commit

Permalink
fix autogenerated (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
younik authored Nov 2, 2024
1 parent 3f1618e commit 4baa7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_scripts/gen_dataset_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _generate_dataset_page(arg):
env_docs += "\n"

content = "---\nautogenerated:\n"
content += f"title: {dataset_name.title()}"
content += f"title: {dataset_name.title()}\n"
content += "---\n\n"
content += f"# {dataset_name.title()}"
content += "\n\n"
Expand Down

0 comments on commit 4baa7ab

Please sign in to comment.