From c528263c028e717d85e22a110c567d5409f82039 Mon Sep 17 00:00:00 2001 From: Luisa Felix Salles Date: Thu, 26 Sep 2024 09:31:55 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com> --- doc/source/user_guide/tutorials/data_sources.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/user_guide/tutorials/data_sources.rst b/doc/source/user_guide/tutorials/data_sources.rst index 394916760d..28433024fd 100644 --- a/doc/source/user_guide/tutorials/data_sources.rst +++ b/doc/source/user_guide/tutorials/data_sources.rst @@ -1,8 +1,8 @@ .. _ref_tutorials_data_sources: -=============== -DPF DataSources -=============== +=========== +DataSources +=========== ``DataSources`` is a class available as a submodule of the 'ansys.dpf.core' package. It manages paths to their files. Use this object to declare data @@ -23,7 +23,7 @@ Solver output formats supported by DPF - Fluent files: |Fluent_files1| and |Fluent_files2| - CFX files: |CFX_files1| and |CFX_files2| -This tutoriam will present a general code, with generic files, and examples +This tutorial will present a general code, with generic files, and examples with results files available with the PyDPF-Core package. DataSources creation