Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ updates:
- package-ecosystem: "pip"
directory: "/"
insecure-external-code-execution: allow
open-pull-requests-limit: 15
schedule:
interval: "daily"
groups:
deps:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ PyAnsys packages API reference

.. grid-item-card:: PyMAPDL Reader
:img-top: _static/thumbnails/pymapdl.png
:link: https://reader.docs.pyansys.com/api/index.html
:link: https://reader.docs.pyansys.com/version/stable/api/index.html
:text-align: center
:class-title: pyansys-card-title

Expand Down
2 changes: 1 addition & 1 deletion doc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PyAnsys packages examples

.. grid-item-card:: PyMAPDL Reader
:img-top: _static/thumbnails/pymapdl.png
:link: https://reader.docs.pyansys.com/examples/index.html
:link: https://reader.docs.pyansys.com/version/stable/examples/index.html
:text-align: center
:class-title: pyansys-card-title

Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ it is now a collection of many Python packages for using Ansys products through

.. grid-item-card:: PyMAPDL Reader
:img-top: _static/thumbnails/pymapdl.png
:link: https://reader.docs.pyansys.com/
:link: https://reader.docs.pyansys.com/version/stable
:text-align: center
:class-title: pyansys-card-title

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PyAnsys packages user guides

.. grid-item-card:: PyMAPDL Reader
:img-top: _static/thumbnails/pymapdl.png
:link: https://reader.docs.pyansys.com/user_guide/index.html
:link: https://reader.docs.pyansys.com/version/stable/user_guide/index.html
:text-align: center
:class-title: pyansys-card-title

Expand Down