Hello,
I am trying to generate documentation for my scripts and I wanted to use pdoc, pdoc3 and mkdocs. I have docstrings but the problem lies in
import orthanc
I know that python plugins are run by a separate interpreter that makes orthanc module available for import.
What I am trying to figure out is how could I use this interpreter with any of my doc tools?
I was trying with additional python scipts that would have subprocess using bash commands (with installed pdoc3 within the docker) but it did not work.
Could anybody perhaps have a clue or hint as to how could I generate documentation for all my scripts?
Thank you in advance