ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
424 stars 120 forks source link

Include the element Library in PyMAPDL's documentation #516

Open jgd10 opened 3 years ago

jgd10 commented 3 years ago

The APDL documentation has an extensive element library which contains all the possible element types as well as descriptions of what each one is. This library isn't associated with any commands so it isn't being incorporated into our docs by default.

It would be extremely useful to have this element library available in the docs, perhaps it would need to be included as an rst file? Or collection of rst files? I'm not sure if we could auto-generate this so it would be a significant undertaking.

akaszynski commented 3 years ago

You're 100% right about this. Can you connect with the documentation team for open-sourcing the element files? I'd also really like to have classes for each element type. Doing this in an automated manner will be critical.

jgd10 commented 3 years ago

Yes; I will look into this.

germa89 commented 2 years ago

Pinging @akaszynski @jgd10 for updates.