Skip to content

Commit

Permalink
Merge branch 'doc/fix_cheatsheet' of https://github.com/ansys/pymecha…
Browse files Browse the repository at this point in the history
…nical into doc/fix_cheatsheet
  • Loading branch information
klmcadams committed Aug 28, 2024
2 parents 41b4833 + 07df2cb commit da67a75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-workflows

Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/884.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[pre-commit.ci] pre-commit autoupdate
3 changes: 0 additions & 3 deletions doc/source/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ an embedded instance or remote session.

.. grid-item-card:: Embedding Examples
:padding: 2 2 2 2
:text-align: center
:link: https://embedding.examples.mechanical.docs.pyansys.com/examples/index.html

Uses PyMechanical to embed an instance of Mechanical directly within Python as a Python object.

.. grid-item-card:: Remote Session Examples
:padding: 2 2 2 2
:text-align: center
:link: https://examples.mechanical.docs.pyansys.com/examples/index.html

Uses PyMechanical as a client to a remote Mechanical instance.
Expand All @@ -26,7 +24,6 @@ an embedded instance or remote session.

.. grid-item-card:: Embedding Instance & Remote Session Example
:padding: 2 2 2 2
:text-align: center
:link: gallery_examples/embedding_n_remote/embedding_remote.html

Demonstrates the same model setup in both an embedded instance and remote session,
Expand Down

0 comments on commit da67a75

Please sign in to comment.