Skip to content

Commit 507c58e

Browse files
authored
Include asynchronous function docs (#302)
1 parent 3f8e0e9 commit 507c58e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

doc/source/api/core/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Core
1212
:hidden:
1313

1414
launcher
15+
utils
1516
meshing/index
1617
solver/index
1718

doc/source/api/core/utils.rst

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _ref_utils:
2+
3+
PyFluent Utils Functions
4+
========================
5+
6+
.. currentmodule:: ansys.fluent.core.utils
7+
8+
.. autosummary::
9+
:toctree: _autosummary
10+
11+
async_execution.asynchronous

0 commit comments

Comments
 (0)