Skip to content

Commit 4cd079b

Browse files
committed
Merge branch 'doc/updates' of https://github.com/pyansys/pyfluent-visualization into doc/updates
2 parents fc9de5a + d5fb79d commit 4cd079b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api_rstgen.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ def _generate_api_source_rst_files(folder: str, files: list):
7676
if folder:
7777
rst.write(f"{file}\n")
7878
rst.write(f'{"="*(len(f"{file}"))}\n\n')
79-
rst.write(f".. automodule:: ansys.fluent.visualization.{folder}.{file}\n")
79+
rst.write(
80+
f".. automodule:: ansys.fluent.visualization.{folder}.{file}\n"
81+
)
8082
else:
8183
rst.write(f"{file}\n")
8284
rst.write(f'{"="*(len(f"{file}"))}\n\n')

0 commit comments

Comments
 (0)