clear python API documentation

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
dulouie
Posts: 95
Joined: Tue Oct 03, 2017 4:14 pm

clear python API documentation

Post by dulouie »

Where can i find a clear and up-to-date python api documention?
https://www.freecadweb.org/api/index.html is c++ and unclear and https://www.freecadweb.org/wiki/FreeCAD_API is clear but old and not complete.
I get my actual documentation from the tooltips in the python console but is there a better solution? I need a overview about all accessible python functions, syntax and what they are doing.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: clear python API documentation

Post by triplus »

dulouie wrote: Fri Feb 15, 2019 4:41 pm Where can i find a clear and up-to-date python api documention?
https://www.freecadweb.org/api/index.html is c++ and unclear and https://www.freecadweb.org/wiki/FreeCAD_API is clear but old and not complete.
I get my actual documentation from the tooltips in the python console but is there a better solution? I need a overview about all accessible python functions, syntax and what they are doing.
Using Help -> Automatic python modules documentation is likely the closest thing that exist ATM.
User avatar
dulouie
Posts: 95
Joined: Tue Oct 03, 2017 4:14 pm

Re: clear python API documentation

Post by dulouie »

Thanks it is good enough for my purpose.
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: clear python API documentation

Post by triplus »

dulouie wrote: Sun Feb 17, 2019 5:59 pm Thanks it is good enough for my purpose.
You're welcome.
Post Reply