Skip to content

Commit 3fa8af0

Browse files
authored
docs: improve getting started (#752)
1 parent 6d76368 commit 3fa8af0

File tree

5 files changed

+68
-2
lines changed

5 files changed

+68
-2
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
.. _ref_ansys_comp:
3+
4+
Ansys version compatibility
5+
===========================
6+
7+
The following table summarizes the compatibility matrix between the PyAnsys Geometry service
8+
and the Ansys product versions.
9+
10+
+---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+
11+
| PyAnsys Geometry versions | Ansys Product versions | Geometry Service (dockerized) | Geometry Service (standalone) | Discovery | SpaceClaim |
12+
+===========================+========================+===============================+===============================+==============================+==============================+
13+
| ``0.2.X`` | 23R2 | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`x-circle` | :octicon:`check-circle-fill` |
14+
+---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+
15+
| ``0.3.X`` | 23R2 (partially) | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`x-circle` | :octicon:`check-circle-fill` |
16+
+---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+
17+
| ``0.4.X`` | 24R1 onward | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` | :octicon:`check-circle-fill` |
18+
+---------------------------+------------------------+-------------------------------+-------------------------------+------------------------------+------------------------------+
19+
20+
.. button-ref:: index
21+
:ref-type: doc
22+
:color: primary
23+
:shadow:
24+
:expand:
25+
26+
Go to Getting started

doc/source/getting_started/docker/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ meaning that certain operations are not available or fail.
2626

2727
Select the kind of Docker container you want to build:
2828

29-
.. grid:: 1
29+
.. grid:: 2
3030

3131
.. grid-item-card:: Windows Docker container
3232
:link: windows_container

doc/source/getting_started/faq.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _ref_faq:
2+
3+
Frequently asked questions
4+
==========================
5+
6+
What is PyAnsys?
7+
----------------
8+
PyAnsys is a set of open source Python libraries that allow you to interface
9+
with Ansys Mechanical APDL, Fluent, AEDT, and other Ansys products.
10+
You can use PyAnsys libraries within a Python environment of your choice
11+
in conjunction with external Python libraries.
12+
13+
.. button-ref:: index
14+
:ref-type: doc
15+
:color: primary
16+
:shadow:
17+
:expand:
18+
19+
Go to Getting started

doc/source/getting_started/index.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ Getting started
55

66
PyAnsys Geometry is a Python client library for the Ansys Geometry service.
77

8+
Available modes
9+
===============
10+
811
This client library works with a Geometry service backend. There are several ways of
912
running this backend, although the preferred and high-performance mode is using Docker
1013
containers. Select the option that suits your needs best.
1114

12-
.. grid:: 1
15+
.. grid:: 2
1316

1417
.. grid-item-card:: Docker containers
1518
:link: docker/index
@@ -42,11 +45,24 @@ containers. Select the option that suits your needs best.
4245

4346
Connect to an existing Geometry service locally or remotely.
4447

48+
Compatibility with Ansys releases
49+
=================================
50+
51+
PyAnsys Geometry continues to evolve as the Ansys products move forward. For
52+
more information, see :ref:`Ansys product version compatibility <ref_ansys_comp>`.
53+
54+
Development installation
55+
========================
4556

4657
In case you want to support the development of PyAnsys Geometry, install the repository
4758
in development mode. For more information, see
4859
:ref:`Install package in development mode <ref_dev_mode>`.
4960

61+
Frequently asked questions
62+
==========================
63+
64+
Any questions? Refer to :ref:`Q&A <ref_faq>` before submitting an issue.
65+
5066
.. toctree::
5167
:hidden:
5268
:maxdepth: 2
@@ -55,4 +71,6 @@ in development mode. For more information, see
5571
local/index
5672
remote/index
5773
existing/index
74+
compatibility
5875
installation
76+
faq

doc/styles/Vocab/ANSYS/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ API
55
api
66
Direct API
77
Dockerfile
8+
dockerized
89
Fluent API
910
Geometry
1011
geometry
@@ -16,6 +17,8 @@ namespace
1617
Polydata
1718
PROTO
1819
Protobuf
20+
PyAnsys
21+
pyansys
1922
pyansys-geometry
2023
PyAnsys Geometry
2124
PyPI

0 commit comments

Comments
 (0)