diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f8f45cbe..db1001d85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/doc/changelog.d/884.maintenance.md b/doc/changelog.d/884.maintenance.md new file mode 100644 index 000000000..b42b24103 --- /dev/null +++ b/doc/changelog.d/884.maintenance.md @@ -0,0 +1 @@ +[pre-commit.ci] pre-commit autoupdate \ No newline at end of file diff --git a/doc/source/examples/index.rst b/doc/source/examples/index.rst index d1af0b40f..73527814a 100644 --- a/doc/source/examples/index.rst +++ b/doc/source/examples/index.rst @@ -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. @@ -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,