Skip to content
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Foundation API Reference
# Foundation API reference

<a id="services-reference"></a>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright and Trademark Information
# Copyright and trademark information

© 2025 ANSYS, Inc. or its affiliated companies. All rights reserved

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Data Analytics Example Notebooks
# Data analytics example notebooks

These examples show how to use the MI Scripting Toolkit to perform some common data analytics tasks, including
statistical roll-ups and generation of plots. All examples use the MI Training database, available from the Ansys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Foundation API Example Notebooks
# Foundation API example notebooks

These example scripts show you how to use the MI Scripting Toolkit to search for records, export data, and import data.
All examples use the MI Training database, available from the Ansys Download Center.
Expand Down
10 changes: 5 additions & 5 deletions 2025R1_Test/grantami-scripting-toolkit-dev-portal/notebooks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example Notebooks
# Example notebooks

The MI Scripting Toolkit documentation includes example notebooks that cover key features of the Python interface. These
are available as HTML reference documents, Jupyter Notebook files, and python scripts below:
Expand All @@ -9,11 +9,11 @@ are available as HTML reference documents, Jupyter Notebook files, and python sc

<a id="package-dependencies"></a>

## Package Dependencies
## Package dependencies

<a id="third-party-dependencies"></a>

### Third-party Dependencies
### Third-party dependencies

These notebooks depend on third-party Python packages in addition to the MI Scripting Toolkit. The list
below defines the requirements for running the notebooks:
Expand Down Expand Up @@ -43,7 +43,7 @@ python -m pip install --upgrade pip

<a id="pygranta-dependencies"></a>

### PyGranta Dependencies
### PyGranta dependencies

The following notebooks also depend on additional PyGranta packages:

Expand All @@ -62,7 +62,7 @@ metapackage.

<a id="database-compatibility"></a>

## Database Compatibility
## Database compatibility

These notebooks have been tested against the latest version of the MI Training database at the time of release.
Every effort has been made to ensure the notebooks will execute without exceptions, even if they are run multiple times
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Streamlined API Reference
# Streamlined API reference

The classes and functions that form the Streamlined API are grouped by database element, to help you find what you need:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Streamlined API Example Notebooks
# Streamlined API example notebooks

The MI Scripting Toolkit provides you with ready-to-use sample code to help you get started, whether you’re a
new user or upgrading from the Foundation API. All examples use the MI Training database, available from the Ansys
Expand Down
16 changes: 8 additions & 8 deletions 2025R1_Test/grantami-scripting-toolkit-dev-portal/toc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: "Introduction"
href: welcome.md
- name: "What's new in Version 4.1"
- name: "What's new in version 4.1"
href: release_notes.md
- name: "Upgrading from earlier versions"
href: upgrading.md
- name: Example Notebooks
- name: "Example notebooks"
items:
- name: "Streamlined API Example Notebooks"
- name: "Streamlined API example notebooks"
items:
- name: Get Started
href: samples/streamlined/00_Get_Started.md
Expand Down Expand Up @@ -56,7 +56,7 @@
href: samples/streamlined/22_Record_Lists_Interoperability.md
- name: JobQueue and MI Scripting Toolkit
href: samples/streamlined/23_Job_Queue_Interoperability.md
- name: "Data Analytics Example Notebooks"
- name: "Data analytics example notebooks"
items:
- name: Create scatter plots
href: samples/data-analytics/00_Create_scatter_plots.md
Expand Down Expand Up @@ -86,7 +86,7 @@
href: samples/data-analytics/12_Preparing_data_for_Power_BI.md
- name: Data validation using Scripting Toolkit
href: samples/data-analytics/13_Data_validation.md
- name: "Foundation API Example Notebooks"
- name: "Foundation API example notebooks"
items:
- name: Text search
href: samples/foundation/Text_Search.md
Expand All @@ -106,9 +106,9 @@
href: samples/foundation/Modifying_Record_Link_Groups.md
- name: "MI Scripting Toolkit and PyAnsys"
href: pyansys.md
- name: "Streamlined API Reference"
- name: "Streamlined API reference"
href: stream_api.md
- name: "Foundation API Reference"
- name: "Foundation API reference"
href: GRANTA_MIScriptingToolkit.md
- name: "Copyright and Trademark Information"
- name: "Copyright and trademark information"
href: copyright.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Breaking changes from previous releases of MI Scripting Toolkit.

<a id="upgrading-from-mi-scripting-toolkit-version-4-0"></a>

## Upgrading from MI Scripting Toolkit Version 4.0
## Upgrading from MI Scripting Toolkit 4.0

<a id="parameters"></a>

Expand Down Expand Up @@ -71,7 +71,7 @@ some functionality has been deprecated:

<a id="upgrading-from-mi-scripting-toolkit-for-python-version-3-x"></a>

## Upgrading from MI Scripting Toolkit for Python Version 3.x
## Upgrading from MI Scripting Toolkit for Python 3.x

<a id="subsets"></a>

Expand Down