I have a python project that I want to create the documentation...
In this documentation, it is crucial allowing embedding images. Also, I would like to not create a separate file. In others words: the *.py file would contain both the script and the documentation (that has images embed).
Of course, later on this *.py would be processed by a tool to create a markdown or HTML report.
I took a look at mkDocs and Sphinx, but I am not sure if they support these requirements.
Does anyone know how to do something similar with these tools (or another)?