-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS: Rework example documentation (#43)
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
- Loading branch information
1 parent
b155e6a
commit 23cbd8a
Showing
16 changed files
with
2,265 additions
and
209 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DOCS: Rework example documentation |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
@import "../ansys-sphinx-theme.css"; | ||
|
||
/* Do not show number cells in notebooks */ | ||
.nbinput .prompt, | ||
.nboutput .prompt { | ||
display: none !important; | ||
} | ||
|
||
/* Ensure proper font size for notebook cells */ | ||
.nboutput { | ||
font-size: 1.1em; | ||
} | ||
|
||
.nbinput { | ||
font-size: 1em; | ||
} | ||
|
||
/* Expand cell content output to the width of the notebook */ | ||
div.nbinput.container div.input_area, div.nboutput.container div.output_area { | ||
display: block; | ||
} | ||
|
||
/* Center images in notebook output cells */ | ||
.nboutput img { | ||
display: block !important; | ||
margin: 0 auto !important; | ||
} | ||
|
||
.sd-card .sd-card-img-top { | ||
height: 100px; | ||
width: 100px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.sd-card .sd-card-header { | ||
font-size: var(--pst-font-size-h5); | ||
font-weight: bold; | ||
padding: 1rem 0rem 1rem 0rem; | ||
} | ||
|
||
.sd-card .sd-card-footer .sd-card-text { | ||
max-width: 220px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Examples | ||
######## | ||
|
||
These examples demonstrate usage of PyConcept EV. | ||
|
||
PyConcept EV examples | ||
--------------------- | ||
These examples demonstrate basic operations you can perform | ||
with PyConcept EV. | ||
|
||
.. nbgallery:: | ||
|
||
simple_workflow.py | ||
|
||
.. note:: | ||
Examples require having access to https://prod.portal.onscale.com/api |
Oops, something went wrong.