Skip to content

Commit

Permalink
Merge branch 'main' into release/2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed May 25, 2023
2 parents f632bda + f9ecb2d commit 52a93ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
Much effort is underway to continue expanding and developing packages in the
`PyAnsys GitHub <https://github.com/ansys/>`__ account. On the ``Issues`` page
for each package, you can post issues and request new features. You can also feel
free to post a question on the [Ansys Developer Forums](https://discuss.ansys.com/).
free to post a question on the `Ansys Developer Forums <https://discuss.ansys.com/>`_.

By default, the PyAnsys metapackage installs these core modules:

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

html_theme_options = {
"github_url": "https://github.com/ansys",
"github_url": "https://github.com/ansys/pyansys",
"show_prev_next": False,
"show_breadcrumbs": True,
# "collapse_navigation": True,
Expand All @@ -46,7 +46,7 @@
# },
{
"name": "Contribute",
"url": "https://dev.docs.pyansys.com/dev/how-to/contributing.html",
"url": "https://dev.docs.pyansys.com/how-to/contributing.html",
"icon": "fa fa-wrench",
},
],
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ dependencies = [
"ansys-dpf-core==0.8.1",
"ansys-dpf-post==0.4.0",
"ansys-dpf-gate==0.3.1",
"ansys-dpf-composites==0.2b2",
"ansys-fluent-core==0.13.1",
"pyaedt==0.6.75",
"ansys-dpf-composites==0.2.0",
"ansys-fluent-core==0.14.0",
"pyaedt==0.6.76",
"ansys-platform-instancemanagement==1.1.1",
"ansys-grantami-bomanalytics==1.1.3",
"ansys-openapi-common==1.2.1",
"ansys-seascape==0.2.0",
"ansys-meshing-prime==0.3.0",
"ansys-meshing-prime==0.3.2",
"pytwin==0.3.0",
"ansys-systemcoupling-core==0.1.3",
"ansys-motorcad-core==0.1.3",
"ansys-math-core==0.1.1",
"ansys-optislang-core==0.2.0",
"ansys-optislang-core==0.2.1",
"ansys-mechanical-core==0.8.0",
]

Expand Down

0 comments on commit 52a93ae

Please sign in to comment.