@@ -29,6 +29,24 @@ PyMAPDL
29
29
:alt: black
30
30
31
31
32
+ ## Table of contents
33
+
34
+ <!--ts-->
35
+ * [Overview](#overview)
36
+ * [Documentation and issues](#documentation-and-issues)
37
+ * [Project Transition - Legacy Support](#project-transition---legacy-support)
38
+ * [Installation](#installation)
39
+ * [Offline Installation](#offline-installation)
40
+ * [Dependencies](#dependencies)
41
+ * [Getting Started](#getting-started)
42
+ * [Launch MAPDL Locally](#launch-mapdl-locally)
43
+ * [Launching Manually or Connecting to a Remote Instance](#launching-manually-or-connecting-to-a-remote-instance)
44
+ * [Basic Usage](#basic-usage)
45
+ * [Run on Docker](#run-on-docker)
46
+ * [Citing this Module](#citing-this-module)
47
+ * [License and Acknowledgments](#license-and-acknowledgments)
48
+ <!--te-->
49
+
32
50
Overview
33
51
--------
34
52
The PyMAPDL project supports Pythonic access to MAPDL to be able to
@@ -80,9 +98,9 @@ many steps have been taken to ensure compatibility with legacy code
80
98
while supporting new features. The original python module has been
81
99
split up into the following projects and modules:
82
100
83
- - `ansys.mapdl.core <https://github.com/pyansys/pymapdl >`_
84
- - `ansys.mapdl.reader <https://github.com/pyansys/pymapdl-reader >`_
85
- - `ansys.mapdl.corba <https://github.com/pyansys/pymapdl-corba >`_
101
+ - `ansys.mapdl.core <https://github.com/pyansys/pymapdl >`_
102
+ - `ansys.mapdl.reader <https://github.com/pyansys/pymapdl-reader >`_
103
+ - `ansys.mapdl.corba <https://github.com/pyansys/pymapdl-corba >`_
86
104
87
105
Please visit the GitHub pages for further details regarding each project.
88
106
0 commit comments