Python Stub Files from C++ docs (*.pyi) #183
jasondurbin
started this conversation in
Ideas
Replies: 1 comment
-
|
Documentation is generated from Study Pull Request #77 if you want to contribute to documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Recently decided to jump into using openEMS after using CST and HFSS for over a decade. I'm very excited to try this out and some of the examples I have tried are very straightforward and easy to follow.
I'm a heavy Python user: Windows + VSCode. I've used Octave in the past but I prefer Python + matplotlib + numpy. One thing that is extremely useful for Python development in VSCode are Python stub files (*.pyi). When documentation/type hinting cannot come from a source Python file, VSCode will look for *.pyi files. Has someone already created *.pyi files that I have missed?
It seems like it would be simple to create them from the docs... but I am also confused which repo the docs (https://docs.openems.de) are coming from.
Beta Was this translation helpful? Give feedback.
All reactions