Help#
- class pyedb.generic.general_methods.Help#
Overview#
Search for one or more keywords. |
|
Open the PyEDB User guide page. |
|
Open the PyEDB Examples page. |
|
Open the PyEDB GitHub page. |
|
Open the PyEDB GitHub Changelog for a given release. |
|
Open the PyEDB GitHub Issues page. |
|
Open the PyEDB GitHub Issues page. |
|
Open the Discussions page on the Ansys Developer site. |
Import detail#
from pyedb.generic.general_methods import Help
Attribute detail#
- Help.browser = 'default'#
Method detail#
- Help.search(keywords, app_name=None, search_in_examples_only=False)#
Search for one or more keywords.
- Help.getting_started()#
Open the PyEDB User guide page.
- Help.examples()#
Open the PyEDB Examples page.
- Help.github()#
Open the PyEDB GitHub page.
- Help.changelog(release=None)#
Open the PyEDB GitHub Changelog for a given release.
- Parameters:
- release
str,optional Release to get the changelog for. For example,
"0.6.70".
- release
- Help.issues()#
Open the PyEDB GitHub Issues page.
- Help.ansys_forum()#
Open the PyEDB GitHub Issues page.
- Help.developer_forum()#
Open the Discussions page on the Ansys Developer site.