ansys / pymapdl

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

MAPDL commands do not match API #3025

Open germa89 opened 2 months ago

germa89 commented 2 months ago

New commands added will be reflecting in docs API, but not in MAPDL Commands tab because this tab is manual.

germa89 commented 2 months ago

Reference: https://stackoverflow.com/questions/62142793/autosummary-generated-documentation-missing-all-dunder-methods-except-for-ini

Stack Overflow
autosummary generated documentation missing all dunder methods except for `__init__`
I am using Sphinx's autosummary to automatically generate individual rst files for each member of my module. The documentation is created as expected, except that the generated rst files are missin...