mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Python stubs generation
This folder contains a slightly modified version of intellij-community's stub generator for python binary modules, to parse RST documentation and generate typed helpers.
It has had some modifications to work better within RenderDoc's desired environment rather than an IDE, as well as producing more desirable output.
It remains licensed under the Apache license to the original contributors.