We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaed62 commit cf1c8fcCopy full SHA for cf1c8fc
src/ansys/dpf/core/documentation/generate_operators_doc.py
@@ -488,7 +488,7 @@ def update_operator_index(docs_path: Path):
488
if folder.is_dir(): # Ensure 'folder' is a directory
489
category = folder.name
490
index_file.write(
491
- f"## [{category.capitalize()} operators]({category}/{category}_category.md)\n\n"
+ f"- [{category.capitalize()} operators]({category}/{category}_category.md)\n\n"
492
)
493
index_file.write("\n")
494
0 commit comments