This meant to contain all the FreeCAD C++ to Python bindings, types for the Document Object property system and Scripted Object Python types.
stubs/
-*.pyi
files for FreeCAD C++ defined Python modules and packagesdocker/
- scripts to develop sphinx documentation locally
# rename workaround, see https://github.com/readthedocs/sphinx-autoapi/issues/243
./rename.sh
# generate html
./docker/run.sh make clean html
Here's how python stub files are intended to be generated and used:
We're not there yet though.