@@ -9,130 +9,55 @@ PyAEDT documentation |version|
9
9
PyAEDT is a Python library that interacts directly with the Ansys Electronics Desktop (AEDT) API,
10
10
enabling straightforward and efficient automation in your workflow.
11
11
12
- .. grid :: 2
13
-
14
- .. grid-item-card ::
15
- :img-top: _static/assets/index_getting_started.png
16
-
17
- Getting started
18
- ^^^^^^^^^^^^^^^
19
-
20
- New to PyAEDT? This section provides the information that you need to get started with PyAEDT.
21
-
22
- +++
23
-
24
- .. button-link :: Getting_started/index.html
25
- :color: secondary
26
- :expand:
27
- :outline:
28
- :click-parent:
29
-
30
- Getting started
31
-
32
- .. grid-item-card ::
33
- :img-top: _static/assets/index_user_guide.png
34
-
35
- User guide
36
- ^^^^^^^^^^
37
-
38
- This section provides in-depth information on PyAEDT key concepts.
39
-
40
- +++
41
- .. button-link :: User_guide/index.html
42
- :color: secondary
43
- :expand:
44
- :outline:
45
- :click-parent:
46
-
47
- User guide
48
-
49
-
50
12
51
13
.. grid :: 2
52
14
53
- .. grid-item-card ::
54
- :img-top: _static/assets/index_api.png
55
-
56
- AEDT API reference
57
- ^^^^^^^^^^^^^^^^^^
15
+ .. grid-item-card :: Getting started :fa:`person-running`
16
+ :link: Getting_started/index
17
+ :link-type: doc
58
18
59
- The PyAEDT API reference contains descriptions of the functions and modules included in PyAEDT.
60
- It describes how the methods work and the parameter that can be used.
19
+ New to PyAEDT? This section provides the information that you need to get started with PyAEDT.
61
20
62
- +++
63
- .. button-link :: API/index.html
64
- :color: secondary
65
- :expand:
66
- :outline:
67
- :click-parent:
21
+ .. grid-item-card :: User guide :fa:`book-open-reader`
22
+ :link: User_guide/index
23
+ :link-type: doc
68
24
69
- AEDT API reference
25
+ This section provides in-depth information on PyAEDT key concepts.
70
26
71
- .. grid-item-card ::
72
- :img-top: _static/assets/index_api.png
27
+ .. grid :: 2
73
28
74
- EDB API reference
75
- ^^^^^^^^^^^^^^^^^
29
+ .. grid-item-card :: AEDT API reference :fa:`book-bookmark`
30
+ :link: API/index
31
+ :link-type: doc
76
32
77
- The PyAEDT EDB API reference contains descriptions of the functions and modules included in PyAEDT.
78
- It describes how the methods work and the parameter that can be used.
33
+ This section contains descriptions of the functions and modules included in PyAEDT.
34
+ It describes how the methods work and the parameter that can be used.
79
35
80
- +++
81
- .. button-link :: EDBAPI/index.html
82
- :color: secondary
83
- :expand:
84
- :outline:
85
- :click-parent:
36
+ .. grid-item-card :: EDB API reference :fa:`book-bookmark`
37
+ :link: EDBAPI/index.
38
+ :link-type: doc
86
39
87
- EDB API reference
40
+ Contains descriptions of the functions and modules included in PyEDB.
41
+ It describes how the methods work and the parameter that can be used.
88
42
89
43
.. jinja :: main_toctree
90
44
91
- .. grid :: 2
92
-
93
- {% if run_examples %}
94
- .. grid-item-card ::
95
- :img-top: _static/assets/index_examples.png
96
-
97
- Examples
98
- ^^^^^^^^
99
-
100
- Explore examples that show how to use PyAEDT to
101
- perform different types of simulations.
102
-
103
- +++
104
- .. button-link :: examples/index.html
105
- :color: secondary
106
- :expand:
107
- :outline:
108
- :click-parent:
109
-
110
- Examples
111
- {% endif %}
112
-
113
- .. grid-item-card ::
114
- :img-top: _static/assets/index_contribute.png
115
-
116
- Contribute
117
- ^^^^^^^^^^
118
- Learn how to contribute to the PyAEDT codebase
119
- or documentation.
45
+ .. grid :: 2
120
46
121
- +++
122
- .. button-link :: Getting_started/Contributing.html
123
- :color: secondary
124
- :expand:
125
- :outline:
126
- :click-parent:
47
+ {% if run_examples %}
48
+ .. grid-item-card :: Examples :fa:`scroll`
49
+ :link: examples/index
50
+ :link-type: doc
127
51
128
- Contribute
52
+ Explore examples that show how to use PyAEDT to perform different types of simulations.
53
+
54
+ {% endif %}
129
55
130
- Indices and tables
131
- ==================
132
- * :ref: `genindex `
133
- * :ref: `modindex `
134
- * :ref: `search `
56
+ .. grid-item-card :: Contribute :fa:`people-group`
57
+ :link: Getting_started/Contributing
58
+ :link-type: doc
135
59
60
+ Learn how to contribute to the PyAEDT codebase or documentation.
136
61
137
62
.. jinja :: main_toctree
138
63
0 commit comments