From 31b6d287e8ddccfe91f16db4ae4cc863a0feef88 Mon Sep 17 00:00:00 2001 From: RobPasMue Date: Tue, 12 Apr 2022 14:53:37 +0200 Subject: [PATCH] Include asynchronous function docs --- doc/source/api/core/index.rst | 1 + doc/source/api/core/utils.rst | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/source/api/core/utils.rst 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