-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: New extension version manager (#5702)
Co-authored-by: ring630 <@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Samuelopez-ansys <[email protected]>
- Loading branch information
1 parent
66716fc
commit 01b93eb
Showing
7 changed files
with
584 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
doc/source/User_guide/pyaedt_extensions_doc/project/version_manager.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The extension allows users to update PyAEDT and PyEDB through GUI | ||
----------------------------------------------------------------- | ||
|
||
.. image:: ../../../_static/extensions/version_manager.png | ||
:width: 800 | ||
:alt: Version manager | ||
|
||
---------- | ||
Features | ||
---------- | ||
|
||
- Show Python virtual environment path | ||
- Show Python version | ||
- Show the current PyAEDT and PyEDB versions | ||
- Show the latest PyAEDT and PyEDB release available on PyPI | ||
- Update PyAEDT and PyEDB to the latest version on PyPI | ||
- Install PyAEDT and PyEDB with a branch available on Github | ||
- By default the main development branch is used | ||
- Other existing branch names can be provided | ||
- Update PyAEDT and PyEDB from wheelhouse | ||
- Check compatibility | ||
- Reset and update PyAEDT buttons in AEDT |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ FEBI | |
FE-BI | ||
file_path | ||
getters | ||
Github | ||
globals | ||
[Gg]RPC | ||
HDM | ||
|
Binary file added
BIN
+855 Bytes
src/ansys/aedt/core/workflows/project/images/large/version_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.