-
Notifications
You must be signed in to change notification settings - Fork 113
doc: getting started layout #830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
eb2a5f5
doc: getting started layout
jorgepiloto 67e6140
doc: complete prerequisites
jorgepiloto f016688
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4d450f8
doc: use datatables
jorgepiloto 8bd3bb9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ef825ed
doc: install
jorgepiloto dae1beb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cb643c8
doc: additional targets
jorgepiloto f8c8689
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f640467
doc: offline
jorgepiloto 9a5f0c4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f839d8f
doc: wheelhouse
jorgepiloto cb3bdd2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 02de4d1
Merge branch 'main' into doc/getting-started
jorgepiloto cf7c3bc
fix: remove unnecessary files
jorgepiloto 646e843
fix: links
jorgepiloto 3ea5307
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2810f18
fix: links
jorgepiloto ab36d2c
fix: add link to pypi
jorgepiloto 60265c0
fix: typo
jorgepiloto 586aa5f
fix: avoid using will
jorgepiloto c6bea94
Merge branch 'main' into doc/getting-started
jorgepiloto 7e6b4f4
fix: missing function docstrings
jorgepiloto 4e0965e
fix: remove unnecessary CSS and JS
jorgepiloto 46bf078
fix: logic for extracting metadata
jorgepiloto 337f5f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5b7765a
fix: ignore link to customer portal
jorgepiloto 4748667
fix: ignore links
jorgepiloto da2a503
fix: broken link
jorgepiloto 40f4824
Merge branch 'main' into doc/getting-started
jorgepiloto bf06df3
fix: lincheck issues
RobPasMue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,38 @@ | ||
Getting started | ||
=============== | ||
|
||
This page helps you quickly get started with PyAnsys. It lists all the | ||
prerequisites and guides you step by step to install the project on your | ||
platform. | ||
|
||
.. grid:: 1 1 3 3 | ||
|
||
.. grid-item-card:: :fa:`info-circle` About PyAnsys | ||
:link: getting-started/about | ||
:link-type: doc | ||
:padding: 2 2 2 2 | ||
|
||
Learn more about PyAnsys and its ecosystem | ||
|
||
.. grid-item-card:: :fa:`tasks` Prerequisites | ||
:link: getting-started/prerequisites | ||
:link-type: doc | ||
:padding: 2 2 2 2 | ||
|
||
What you need prior installing PyAnsys | ||
|
||
.. grid-item-card:: :fa:`download` Install | ||
:link: getting-started/install | ||
:link-type: doc | ||
:padding: 2 2 2 2 | ||
|
||
Guidelines on how to install PyAnsys in your system | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:hidden: | ||
|
||
About<getting-started/about> | ||
Prerequisites<getting-started/prerequisites> | ||
Install<getting-started/install> | ||
|
This file contains hidden or 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,39 @@ | ||
About | ||
##### | ||
|
||
PyAnsys is a collection of Python libraries and tools developed by `ANSYS, | ||
Inc.`_ It provides access to `Ansys products`_ by using a Python interface, | ||
enabling users to perform engineering simulations, data processing, and | ||
automation tasks. | ||
|
||
To ease the installation of the libraries and tools, PyAnsys provides a Python | ||
metapackage. This ensures compatibility between its projects. | ||
|
||
Key features of PyAnsys | ||
======================= | ||
|
||
PyAnsys shines in the following areas: | ||
|
||
- **Automation of workflows:** PyAnsys enables users to automate repetitive or | ||
complex simulation tasks. | ||
|
||
- **Integration with the Python ecosystem:** users can leverage the Python | ||
ecosystem. | ||
|
||
- **Cross-product functionality:** PyAnsys provides Python APIs for various | ||
Ansys services and products. By allowing users to interact with multiple | ||
products in a single environment, PyAnsys enables users to streamline their | ||
workflows. | ||
|
||
The PyAnsys ecosystem | ||
===================== | ||
|
||
PyAnsys libraries can be classified into wrappers and tools. | ||
|
||
**Wrappers** are Python libraries that provide direct access to Ansys products. | ||
Communication between the product and the library is performed via `gRPC | ||
<grpc_>`_. Therefore, users can have the product installed remotely and connect | ||
to that remote instance. | ||
|
||
**Tools** are Python libraries that provide additional functionality to the | ||
wrappers. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.