Skip to content

Commit 1067b54

Browse files
committed
Vale checks review
1 parent 3e4f217 commit 1067b54

File tree

12 files changed

+142
-119
lines changed

12 files changed

+142
-119
lines changed

doc/source/API/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ API reference
33
=============
44

55
This section describes PyDyna core classes, methods, and functions
6-
for Dyna apps and modules. Use the search feature or click links
6+
for LS-Dyna apps and modules. Use the search feature or click links
77
to view API documentation.
88

99
.. toctree::

doc/source/API/pre.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PyDyna-pre APIs
2-
================
2+
===============
3+
34
The PyDyna-pre API includes classes for apps and modules.
45

56
.. currentmodule:: ansys.dyna.core

doc/source/Resources/Getting_Started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ option is for you to download the code from GitHub:
1010
1111
git clone https://github.com/pyansys/pyDyna
1212
13-
and copy the required files
13+
and copy the required files.

doc/source/Resources/User_Guide.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
User Guide
1+
User guide
22
----------
33

4-
There are 3 related packages here, all under the ansys/dyna/ directory.
4+
There are 3 related packages here, all under the ``ansys/dyna`` directory.
55

66
PyDyna-pre provides interface to create DYNA input deck.
77

88
PyDyna-solver contains code for interfacing with the LS-DYNA solver directly.
99
As LS-DYNA is primarily a batch solver with very limited interactive
10-
capabilities, the code here is similarly limited. The target
11-
use case is that LS-DYNA will be running in a container environment
12-
such as Docker or Kubernetes. The code here then allows for pushing
10+
capabilities, the code here is similarly limited. The target
11+
use case is that LS-DYNA is running in a container environment
12+
such as Docker or Kubernetes. The code here then allows for pushing
1313
input files to the container, starting LS-DYNA and monitoring its
1414
progress, and retrieving results files.
1515

1616
The Data Processing Framework (DPF) is designed to provide numerical
1717
simulation users/engineers with a toolbox for accessing and
1818
transforming simulation data. DPF can access data from solver result
19-
files as well as several neutral formats (csv, hdf5, vtk,
19+
files as well as several neutral formats (``.csv``, ``.hdf5``, ``.vtk``,
2020
etc.). Various operators are available allowing the manipulation and
2121
the transformation of this data.
2222

2323
The Python `ansys-dpf-post` package provides a simplified Python
2424
interface to DPF, thus enabling rapid postprocessing without ever
25-
leaving a Python environment.
25+
leaving a Python environment.
2626

27-
Visit the [DPF-Post Documentation](https://postdocs.pyansys.com) for a
27+
Visit the `DPF-Post Documentation <https://post.docs.pyansys.com>`_ for a
2828
detailed description of the package
2929

3030
.. toctree::

0 commit comments

Comments
 (0)