Is it possible embed pictures into docstring in Python?
I saw docpicture
keyword somewhere, but can't find doc on it. Is it stabdartized or not?
Where does picture should located?
UPDATE
I tried Sphinx notation, but my PyCharm shows
i.e. it sees that it should be an image here, but doesn't see image file.
Where I would put if used Sphinx?