Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com>
  • Loading branch information
luisaFelixSalles and PProfizi authored Sep 26, 2024
1 parent 9127909 commit c528263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/user_guide/tutorials/data_sources.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Check warning on line 26 in doc/source/user_guide/tutorials/data_sources.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] doc/source/user_guide/tutorials/data_sources.rst#L26

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "doc/source/user_guide/tutorials/data_sources.rst", "range": {"start": {"line": 26, "column": 15}}}, "severity": "WARNING"}
with results files available with the PyDPF-Core package.

DataSources creation
Expand Down

0 comments on commit c528263

Please sign in to comment.