Add Tutorials using sphinx-gallery and other template updates (#56)

This commit is contained in:
Manuel Goulão
2022-10-16 14:54:03 +01:00
committed by GitHub
parent a11a26b07f
commit 1b6b0975c9
8 changed files with 53 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ if __name__ == "__main__":
type_id = type_dict["id"]
envs_path = f"../environments/{type_id}"
if len(type_dict["list"]) > 20:
page = generate_page(type_dict, limit=9)
page = generate_page(type_dict, limit=8)
fp = open(
os.path.join(os.path.dirname(__file__), envs_path, "list.html"),
"w",