ansys / pymapdl

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

no table showed in command explanation #3202

Closed SteveZhangX closed 1 week ago

SteveZhangX commented 1 week ago

Description of the modifications

there is no table showed under command section when try to find out the recognized label or items by the methods, for example, if you try to find the definition of mapdl.esel(), then regarding the parameters, it said 'Component of the item (if required). Valid component labels are shown in Table 110: ESEL - Valid Item and Component Labels below.', but in fact there is no such table .110

Useful links and references

https://mapdl.docs.pyansys.com/version/0.68/mapdl_commands/database/_autosummary/ansys.mapdl.core.Mapdl.esel.html

mikerife commented 1 week ago

@SteveZhangX This is pretty typical for the PyMAPDL documentation. You can go to the MAPDL documentation on the ESEL command to see the table.

SteveZhangX commented 1 week ago

@mikerife would you mind to share MAPDL documentation link? thank you!

mikerife commented 1 week ago

https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_cmd/Hlp_C_ESEL.html

germa89 commented 1 week ago

Future works made by @clatapie should address this issue soon.

Related #2224