======= PyAnsys ======= Welcome to the PyAnsys project. While this project originated as a single ``pyansys`` package, it is now a collection of many Python packages for using Ansys products through Python: .. toctree:: :hidden: :maxdepth: 3 getting-started user_guide api examples tools/index .. jinja:: project_context .. raw:: html
{% for project, metadata in projects['projects'].items() %} {% set families = metadata.get('families', ['Other']) %} {% set family_attr = families | join(',') | lower | replace(' ', '-') %} {% set family_display = families[0] | lower | replace(' ', '-') %} {% set tags = metadata.get('tags', []) %}

{{ metadata['name'] }}

{{ metadata['description'] }}

{% for family in families %} {{ family }} {% endfor %} {% for tag in metadata['tags'] %} {{ tag }} {% endfor %}

{% endfor %}