You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@ without ever leaving the Python environment.
41
41
42
42
Visit the [DPF-Core Documentation](https://dpfdocs.pyansys.com) for a
43
43
detailed description of the library, or see the [Examples
44
-
Gallery](https://dpfdocs.pyansys.com/examples/index.html) for more
44
+
Gallery](https://dpfdocs.pyansys.com/version/stable/examples/index.html) for more
45
45
detailed examples.
46
46
47
47
## Installation
48
48
49
49
PyDPF-Core requires DPF to be available, either thanks to a compatible Ansys installation or after installing the
50
-
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/user_guide/getting_started_with_dpf_server.html)).
50
+
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html)).
51
51
Compatibility between PyDPF-Core and Ansys is documented
To use PyDPF-Core with ``ansys-dpf-server`` or Ansys 2021 R2 or later,
55
55
install the latest version with this command:
@@ -65,7 +65,7 @@ To install PyDPF-Core with its optional plotting functionalities, use:
65
65
pip install ansys-dpf-core[plotting]
66
66
```
67
67
68
-
For more information about PyDPF-Core plotting capabilities, see [Plotting](https://dpf.docs.pyansys.com/user_guide/plotting.html).
68
+
For more information about PyDPF-Core plotting capabilities, see [Plotting](https://dpf.docs.pyansys.com/version/stable/user_guide/plotting.html).
69
69
70
70
To use PyDPF-Core with Ansys 2021 R1, install the latest version
71
71
with this command:
@@ -78,7 +78,7 @@ with this command:
78
78
### Brief Demo
79
79
80
80
Provided you have DPF available, either thanks to an Ansys installation or after installing the
81
-
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/user_guide/getting_started_with_dpf_server.html)),
81
+
standalone server package ``ansys-dpf-server`` (see [here](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html)),
82
82
a DPF server will start automatically once you start using PyDPF-Core.
83
83
84
84
To open a result file and explore what's inside, do:
0 commit comments