From 98e105e0923e2d5965051da91bac79470c358035 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?=
<28702884+jorgepiloto@users.noreply.github.com>
Date: Wed, 15 Jan 2025 10:26:21 +0100
Subject: [PATCH 1/3] fix: landing page action (#816)
---
.github/workflows/update-gh-pages.yml | 2 +-
doc/source/_templates/landing_page_sidebar.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/update-gh-pages.yml b/.github/workflows/update-gh-pages.yml
index d76e89ec..813d7971 100644
--- a/.github/workflows/update-gh-pages.yml
+++ b/.github/workflows/update-gh-pages.yml
@@ -49,7 +49,7 @@ jobs:
sed -i 's/src="\([^:"]*\)"/src="version\/dev\/\1"/g' index.html
# Update JS variables pointing to static values
sed -i 's|const SEARCH_FILE = ".*_static/search.json";|const SEARCH_FILE = "version/dev/_static/search.json";|g' index.html
- sed -i 's|const PROJECTS_FILE = ".*_static/projects.json";|const PROJECTS_FILE = "version/dev/_static/projects.json";|g' index.html
+ sed -i 's|const PROJECTS_FILE = "_static/projects.json"|const PROJECTS_FILE = "version/dev/_static/projects.json"|' index.html
# Replace "version/stable" with "version/dev" in the sitemap.xml
sed -i 's/version\/stable/version\/dev/g' sitemap.xml
diff --git a/doc/source/_templates/landing_page_sidebar.html b/doc/source/_templates/landing_page_sidebar.html
index d81174d5..34e3bdc0 100644
--- a/doc/source/_templates/landing_page_sidebar.html
+++ b/doc/source/_templates/landing_page_sidebar.html
@@ -19,6 +19,6 @@
From c12daf61d483474f7117db203c826add5c0ea557 Mon Sep 17 00:00:00 2001
From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Date: Wed, 15 Jan 2025 11:43:45 +0100
Subject: [PATCH 2/3] docs: update PyACP links properly
---
projects.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/projects.yaml b/projects.yaml
index 6ef3a517..52e713c5 100644
--- a/projects.yaml
+++ b/projects.yaml
@@ -8,10 +8,10 @@ projects:
family: Structures
tags: [Flagship, Composites]
documentation:
- base: https://acp.docs.pyansys.com/version/dev
- user_guide: https://acp.docs.pyansys.com/version/dev/user_guide/index.html
- examples: https://acp.docs.pyansys.com/version/dev/examples/index.html
- api: https://acp.docs.pyansys.com/version/dev/api/index.html
+ base: https://acp.docs.pyansys.com/version/stable
+ user_guide: https://acp.docs.pyansys.com/version/stable/user_guide/index.html
+ examples: https://acp.docs.pyansys.com/version/stable/examples/index.html
+ api: https://acp.docs.pyansys.com/version/stable/api/index.html
pyadditive:
name: PyAdditive
From fbf756a01a4f477ee1b5dfbc4b9530d6d172904f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 Jan 2025 10:25:25 +0100
Subject: [PATCH 3/3] Build(deps): Bump the deps group with 4 updates (#818)
Bumps the deps group with 4 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [ansys-mechanical-core](https://github.com/ansys/pymechanical), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-tools-visualization-interface](https://github.com/ansys/ansys-tools-visualization-interface).
Updates `ansys-geometry-core` from 0.7.6 to 0.8.1
- [Release notes](https://github.com/ansys/pyansys-geometry/releases)
- [Changelog](https://github.com/ansys/pyansys-geometry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ansys/pyansys-geometry/compare/v0.7.6...v0.8.1)
Updates `ansys-mechanical-core` from 0.11.11 to 0.11.12
- [Release notes](https://github.com/ansys/pymechanical/releases)
- [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ansys/pymechanical/compare/v0.11.11...v0.11.12)
Updates `pyaedt` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/ansys/pyaedt/releases)
- [Commits](https://github.com/ansys/pyaedt/compare/v0.13.0...v0.13.1)
Updates `ansys-tools-visualization-interface` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/ansys/ansys-tools-visualization-interface/releases)
- [Changelog](https://github.com/ansys/ansys-tools-visualization-interface/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ansys/ansys-tools-visualization-interface/compare/v0.7.0...v0.8.1)
---
updated-dependencies:
- dependency-name: ansys-geometry-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: deps
- dependency-name: ansys-mechanical-core
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: pyaedt
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: ansys-tools-visualization-interface
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: deps
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index b418ea56..f8815952 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,11 +35,11 @@ dependencies = [
"ansys-dynamicreporting-core==0.9.0",
"ansys-edb-core==0.1.9",
"ansys-fluent-core==0.28.2",
- "ansys-geometry-core==0.7.6",
+ "ansys-geometry-core==0.8.1",
"ansys-hps-client==0.9.1",
"ansys-mapdl-core==0.68.6",
"ansys-math-core==0.2.0",
- "ansys-mechanical-core==0.11.11",
+ "ansys-mechanical-core==0.11.12",
"ansys-meshing-prime==0.7.0",
"ansys-modelcenter-workflow==0.1.1",
"ansys-motorcad-core==0.7.0",
@@ -54,7 +54,7 @@ dependencies = [
"ansys-systemcoupling-core==0.8.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.7.0",
- "pyaedt==0.13.0",
+ "pyaedt==0.13.1",
"pyedb==0.34.3",
"pygranta==2025.1.0",
"pytwin==0.7.0",
@@ -69,7 +69,7 @@ tools = [
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.1",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
- "ansys-tools-visualization-interface==0.7.0",
+ "ansys-tools-visualization-interface==0.8.1",
"ansys-units==0.3.4",
"pyansys-tools-report==0.8.1",
"pyansys-tools-versioning==0.6.0",
@@ -86,7 +86,7 @@ all = [
"ansys-tools-local-product-launcher==0.1.1",
"ansys-tools-path==0.7.1",
# "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'",
- "ansys-tools-visualization-interface==0.7.0",
+ "ansys-tools-visualization-interface==0.8.1",
"ansys-units==0.3.4",
"pyansys-tools-report==0.8.1",
"pyansys-tools-versioning==0.6.0",