diff --git a/doc/source/Getting_started/Installation.rst b/doc/source/Getting_started/Installation.rst index 586eb658f75..0390ecb03e1 100644 --- a/doc/source/Getting_started/Installation.rst +++ b/doc/source/Getting_started/Installation.rst @@ -65,6 +65,8 @@ The user can select the AEDT application to install the specific workflow. :width: 400 :alt: PyAEDT toolkit manager 2 +For more extension information, see `Extensions `_. + Install on CPython from PyPI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/Resources/toolkits_ribbon.png b/doc/source/Resources/toolkits_ribbon.png index 8f33f7825f2..5758f592cbb 100644 Binary files a/doc/source/Resources/toolkits_ribbon.png and b/doc/source/Resources/toolkits_ribbon.png differ diff --git a/doc/source/User_guide/extensions.rst b/doc/source/User_guide/extensions.rst new file mode 100644 index 00000000000..773ce572e26 --- /dev/null +++ b/doc/source/User_guide/extensions.rst @@ -0,0 +1,36 @@ +Extensions +========== + +PyAEDT extensions provide a simplified interface to perform automated workflows. +The user can install or uninstall these extensions using the extension manager. +For more information, see `Extension Manager `_. + +Depending on the application, the user can find different extensions, the following sections describe each of them. + +Extensions can be launched in standalone mode from the console or from a python script. This is described on each extension section. + +Project extensions +================== + +Project extension apply to all extensions that are visible to all kind of AEDT applications. + +.. grid:: 2 + + .. grid-item-card:: Import Nastran + :link: pyaedt_extensions_doc/project + :link-type: doc + + Import Nastran or STL file in any 3D modeler application. + +.. toctree:: + :hidden: + :maxdepth: 2 + + pyaedt_extensions_doc/project + +HFSS extensions +=============== + + +HFSS 3D Layout extensions +========================= diff --git a/doc/source/User_guide/index.rst b/doc/source/User_guide/index.rst index cd8782d6a74..f687c34ea27 100644 --- a/doc/source/User_guide/index.rst +++ b/doc/source/User_guide/index.rst @@ -18,6 +18,13 @@ For end-to-end examples, see `Examples