======= 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 supported_versions package_versions/index tools/index .. jinja:: project_context .. raw:: html
{% for project, metadata in projects['projects'].items() %} {% set family = metadata.get('family', 'other') | lower | replace(' ', '-') %} {% set tags = metadata.get('tags', 'other') | lower %}

{{ metadata['name'] }}

{{ metadata['description'] }}

{% endfor %}