Skip to content
Merged
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
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
numpydoc_show_class_members = False
numpydoc_xref_param_type = True

# Image referencing
numfig = True

# Consider enabling numpydoc validation. See:
# https://numpydoc.readthedocs.io/en/latest/validation.html#
numpydoc_validate = True
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions doc/source/technology_showcase_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,36 @@ this project.

</div>


.. ##########


.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Technology Showcase Example 15: Calibrating and Validating a Hyperelastic Constitutive Model">

.. only:: html

.. image:: images/thumb/sphx_glr_tse-015-calvalhyper_thumb.gif
:alt: Calibrating and Validating a Hyperelastic Constitutive Model

.. raw:: html

<div class="sphx-glr-thumbnail-title">Calibrating and Validating a Hyperelastic Constitutive Model</div>
</div>

.. raw:: html

</div>

.. #########

.. toctree::
:hidden:
:includehidden:

techdemo-1/ex_0-tecbrakesqueal
techdemo-15/ex-15-teccalvalhyper
techdemo-20/ex_20-tecPCB
techdemo-28/ex_28-tecfricstir

Expand Down
Loading