Examples ======== Examples for the different ``pyansys`` packages can be found in their specific documentation. ************************* PyAnsys packages examples ************************* .. note:: Combining PyAnsys libraries? If you are using multiple PyAnsys libraries, you can find examples on how to combine them in the `PyAnsys Workflows `_ page. This page contains practical examples on how to chain different PyAnsys libraries together. .. jinja:: project_context .. grid:: 3 :gutter: 3 3 4 4 {% for project, metadata in projects['projects'].items() %} {% if 'Tools' not in metadata['family'] %} .. grid-item-card:: {{ metadata['name'] }} :img-top: {{ metadata['thumbnail'] }} :link: {{ metadata['documentation']['examples'] }} :class-title: pyansys-card-title {% endif %} {% endfor %}