Skip to content

Commit cf1c8fc

Browse files
committed
Switch from titles to bullet points in categories listing
1 parent 3eaed62 commit cf1c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/documentation/generate_operators_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def update_operator_index(docs_path: Path):
488488
if folder.is_dir(): # Ensure 'folder' is a directory
489489
category = folder.name
490490
index_file.write(
491-
f"## [{category.capitalize()} operators]({category}/{category}_category.md)\n\n"
491+
f"- [{category.capitalize()} operators]({category}/{category}_category.md)\n\n"
492492
)
493493
index_file.write("\n")
494494

0 commit comments

Comments
 (0)