Perhaps there is already a solution to this or a forum post I just didn’t see when I was searching for this, but is there a way to view the pydoc documentation of 3rd party python libraries added into Ignition the same way that 3rd party java scripting modules show up in the editor? I’d even be willing to generate the .properties files similarly.
I have a library I’m working on that we will be able to use in multiple projects/stations that share a lot of repeated business logic. I’d like to be able to hand this off to our engineering teams so that they can build the smaller scale stuff without bugging my IT team but they’ll need documentation.
I can always generate it out-of-band and host it somewhere internally but I’d prefer to have it in the environment they’re writing the scripts in if possible to keep them from getting frustrated when they need to use a new function.
Any help is appreciated
Thanks,
Tyler