From f79cc1e10d757ed5c39d6146f04817f6db3e1336 Mon Sep 17 00:00:00 2001 From: James Derrick Date: Wed, 28 Jan 2026 15:20:53 +0000 Subject: [PATCH 1/2] some minor text fixes --- Markdown/developer_product_guide/learning_roadmaps.md | 4 ++-- .../usecases/granta_stk_record_coloring.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Markdown/developer_product_guide/learning_roadmaps.md b/Markdown/developer_product_guide/learning_roadmaps.md index 26d346eaeb..986bac20c0 100644 --- a/Markdown/developer_product_guide/learning_roadmaps.md +++ b/Markdown/developer_product_guide/learning_roadmaps.md @@ -19,7 +19,7 @@ -#### 2 Go through the docs pages +#### 2 Getting started
Click to expand @@ -34,7 +34,7 @@
-#### 3 Start with Examples +#### 3 Examples
Click to expand diff --git a/Markdown/usecases_and_casestudies/usecases/granta_stk_record_coloring.md b/Markdown/usecases_and_casestudies/usecases/granta_stk_record_coloring.md index 33bea7d438..2d2837568c 100644 --- a/Markdown/usecases_and_casestudies/usecases/granta_stk_record_coloring.md +++ b/Markdown/usecases_and_casestudies/usecases/granta_stk_record_coloring.md @@ -1,8 +1,6 @@ # Color records by discrete values -This use case explains how you can color records in your Granta Materials database by discrete values to visually organize them. - -> One sentence summary: use the Granta MI Python Scripting Toolkit to automate record color assignment based on discrete values in each record or some other variable for quick visual identification in record viewing software. +> Use the Granta MI Python Scripting Toolkit to automate record color assignment based on discrete values in each record or some other variable for quick visual identification in record viewing software. ## Audience and persona From 3b128c402f9483ed98c7b2616eadb3cbd282fa81 Mon Sep 17 00:00:00 2001 From: James Derrick Date: Fri, 6 Feb 2026 15:49:50 +0000 Subject: [PATCH 2/2] added pymechanical roadmap to mix --- Markdown/developer_product_guide/index.md | 4 ++++ Markdown/developer_product_guide/structures.md | 4 ++++ Markdown/developer_product_guide/toc-with-level.yml | 2 ++ Markdown/developer_product_guide/toc.yml | 2 ++ 4 files changed, 12 insertions(+) diff --git a/Markdown/developer_product_guide/index.md b/Markdown/developer_product_guide/index.md index 201621ffd9..71a891e9f4 100644 --- a/Markdown/developer_product_guide/index.md +++ b/Markdown/developer_product_guide/index.md @@ -17,6 +17,10 @@ This page provides links to general information useful for all Ansys developers. * [Ansys Learning Hub (ALH)](https://learninghub.ansys.com/pages/17/home-page) * [EMEA PyAnsys Training Q4|24](https://developer.ansys.com/knowledge-base/pyansys-training-q4-24) +## Learning Roadmaps + +* [PyMechanical Roadmap]() + ## Ansys Python Manager If you are interested in getting started with PyAnsys or any of Ansys' Python tools, Ansys provides the open-source Ansys Python Manager for assistance with installing Python and creating virtual environments. diff --git a/Markdown/developer_product_guide/structures.md b/Markdown/developer_product_guide/structures.md index b535cee2c6..bd31ae0db6 100644 --- a/Markdown/developer_product_guide/structures.md +++ b/Markdown/developer_product_guide/structures.md @@ -48,6 +48,10 @@ Ansys Mechanical and MAPDL are essentially two sides of the same coin, being two * [Introduction to Ansys ACT Wizards (ALH)](https://www.ansys.com/training-center/course-catalog/structures/introduction-to-ansys-act-wizards) * [Create a report from a saved Mechanical session (.mechdb or .mechdat)](https://developer.ansys.com/blog/create-report-saved-mechanical-session-mechdb-or-mechdat) +#### Learning Roadmaps + +* [PyMechanical Roadmap]() + ### Non-Ansys Mechanical and MAPDL training material * Using Ansys Scripting with pyMAPDL, pyDPF-Post, and More diff --git a/Markdown/developer_product_guide/toc-with-level.yml b/Markdown/developer_product_guide/toc-with-level.yml index 1dd57ab4de..33ca4fe15d 100644 --- a/Markdown/developer_product_guide/toc-with-level.yml +++ b/Markdown/developer_product_guide/toc-with-level.yml @@ -2,6 +2,8 @@ href: index.md - name: Glossary href: glossary.md +- name: Learning Roadmaps + href: learning_roadmaps.md - name: Product collections items: - name: 3D Design diff --git a/Markdown/developer_product_guide/toc.yml b/Markdown/developer_product_guide/toc.yml index f8bedf1a09..ecba0bdf44 100644 --- a/Markdown/developer_product_guide/toc.yml +++ b/Markdown/developer_product_guide/toc.yml @@ -2,6 +2,8 @@ href: index.md - name: Glossary href: glossary.md +- name: Learning Roadmaps + href: learning_roadmaps.md - name: 3D Design href: 3d_design.md - name: AI