-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First-round edits to RST files * Resolve tagging issues causing doc building check to fail * Resolve more tagging issues causing doc building check to fail * Try again to resolve method role * Incorporate review comments * Commit edits to PY files through post_processing.py. * Resolve Vale issue * Address issues that prevent doc building * Resolve issues * Edits to the remaining PY files in the data directory * Fix format error * Edits to files in utils folder * Edits of all file types based on skimming rendered doc * Fix type * Fix doc format error * Fix indent issue * Apply suggestions from code review Incorporate feedback. Great catches all! Co-authored-by: Revathy Venugopal <[email protected]> Co-authored-by: Marc Planelles <[email protected]> --------- Co-authored-by: Revathy Venugopal <[email protected]> Co-authored-by: Marc Planelles <[email protected]>
- Loading branch information
1 parent
7b65411
commit c007955
Showing
58 changed files
with
1,328 additions
and
1,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. _api_reference: | ||
|
||
API Reference | ||
API reference | ||
============= | ||
|
||
.. toctree:: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Data Types | ||
Data types | ||
========== | ||
|
||
.. automodule:: ansys.simai.core.data.types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
.. _design_of_experiments: | ||
|
||
Design of Experiments | ||
Design of experiments | ||
===================== | ||
|
||
.. py:module:: ansys.simai.core.data.design_of_experiments | ||
This collection contain methods allowing to export your Design of Experiments in different formats. | ||
This module contains methods for exporting design of experiments | ||
in different formats. | ||
|
||
.. autoclass:: DesignOfExperimentsCollection() | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,18 +5,20 @@ Geometries | |
|
||
.. py:module:: ansys.simai.core.data.geometries | ||
Geometries are the core of *SimAI Deep Learning powered predictions*. | ||
A geometry is a 3D model and associated metadata managed by the SimAI platform. | ||
Geometries are the core of *SimAI deep learning-powered predictions*. | ||
A geometry is a 3D model and the associated metadata managed by the SimAI platform. | ||
|
||
.. _geometry_format: | ||
|
||
File format | ||
----------- | ||
|
||
The input format for your workspace is described by the model manifest. | ||
You can access that information for a specific workspace through :attr:`workspace.model.geometry<ansys.simai.core.data.workspaces.ModelManifest.geometry>` | ||
You use the :attr:`workspace.model.geometry<ansys.simai.core.data.workspaces.ModelManifest.geometry>` | ||
attribute to access the information for a specific workspace. | ||
|
||
If you have a problem converting to the expected format, please contact us for more information at [email protected] | ||
If you have a problem converting to the expected format, contact the SimAI team | ||
at `[email protected] <mailto:[email protected]>`_. | ||
|
||
Directory | ||
--------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.