From 355e4502827551b54bde7cd5e7e9f25a2c861b38 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:16:10 +0200 Subject: [PATCH 1/3] docs: rewording faq --- doc/source/getting_started/faq.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/getting_started/faq.rst b/doc/source/getting_started/faq.rst index 39a639e204..ccab5c5e7f 100644 --- a/doc/source/getting_started/faq.rst +++ b/doc/source/getting_started/faq.rst @@ -6,7 +6,9 @@ Frequently asked questions What is PyAnsys? ---------------- PyAnsys is a set of open source Python libraries that allow you to interface -with Ansys Mechanical APDL, Fluent, AEDT, and other Ansys products. +with Ansys Electronics Desktop (AEDT), Ansys Mechanical, Ansys Parametric +Design Language (APDL), Ansys Fluent, and other Ansys products. + You can use PyAnsys libraries within a Python environment of your choice in conjunction with external Python libraries. From b4581e64f7f5320bb32ced915b1111aa2066f159 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:26:58 +0200 Subject: [PATCH 2/3] feat: adding extra versions line --- doc/source/getting_started/compatibility.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/getting_started/compatibility.rst b/doc/source/getting_started/compatibility.rst index 89e8a86070..5ad157eaaf 100644 --- a/doc/source/getting_started/compatibility.rst +++ b/doc/source/getting_started/compatibility.rst @@ -17,6 +17,8 @@ and the Ansys product versions. | ``0.4.X`` | 24R1 onward | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | +---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+ +Access to the documentation for the versions above is found at the `Versions `_ page. + .. button-ref:: index :ref-type: doc :color: primary From e63b17216de0f2ee6f197b2bc8688b29eacc9e3d Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:31:32 +0200 Subject: [PATCH 3/3] fix: vale warning --- doc/source/getting_started/compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/compatibility.rst b/doc/source/getting_started/compatibility.rst index 5ad157eaaf..e09823e60c 100644 --- a/doc/source/getting_started/compatibility.rst +++ b/doc/source/getting_started/compatibility.rst @@ -17,7 +17,7 @@ and the Ansys product versions. | ``0.4.X`` | 24R1 onward | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | +---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+ -Access to the documentation for the versions above is found at the `Versions `_ page. +Access to the documentation for the preceding versions is found at the `Versions `_ page. .. button-ref:: index :ref-type: doc