diff --git a/doc/source/api/core/index.rst b/doc/source/api/core/index.rst index 439466200bdc..c7a40aeb0a56 100644 --- a/doc/source/api/core/index.rst +++ b/doc/source/api/core/index.rst @@ -12,6 +12,7 @@ Core :hidden: launcher + utils meshing/index solver/index \ No newline at end of file diff --git a/doc/source/api/core/utils.rst b/doc/source/api/core/utils.rst new file mode 100644 index 000000000000..c2bc88e67a08 --- /dev/null +++ b/doc/source/api/core/utils.rst @@ -0,0 +1,11 @@ +.. _ref_utils: + +PyFluent Utils Functions +======================== + +.. currentmodule:: ansys.fluent.core.utils + +.. autosummary:: + :toctree: _autosummary + + async_execution.asynchronous \ No newline at end of file