@@ -5,11 +5,14 @@ Getting started
55
66PyAnsys Geometry is a Python client library for the Ansys Geometry service.
77
8+ Available modes
9+ ===============
10+
811This client library works with a Geometry service backend. There are several ways of
912running this backend, although the preferred and high-performance mode is using Docker
1013containers. 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
4657In case you want to support the development of PyAnsys Geometry, install the repository
4758in 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
0 commit comments