Skip to content
Open
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
4 changes: 4 additions & 0 deletions Markdown/developer_product_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://developer.ansys.com/docs/ansys-developer-product-guide/learning_roadmaps.md#ip-pymechanical>)

## 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.
Expand Down
4 changes: 2 additions & 2 deletions Markdown/developer_product_guide/learning_roadmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

</details>

#### 2 Go through the docs pages
#### 2 Getting started

<details>
<summary>Click to expand</summary>
Expand All @@ -34,7 +34,7 @@

</details>

#### 3 Start with Examples
#### 3 Examples

<details>
<summary>Click to expand</summary>
Expand Down
4 changes: 4 additions & 0 deletions Markdown/developer_product_guide/structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://developer.ansys.com/docs/ansys-developer-product-guide/learning_roadmaps.md#ip-pymechanical>)

### Non-Ansys Mechanical and MAPDL training material

* Using Ansys Scripting with pyMAPDL, pyDPF-Post, and More
Expand Down
2 changes: 2 additions & 0 deletions Markdown/developer_product_guide/toc-with-level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Markdown/developer_product_guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down