Transition to pydoctorο
From epydocο
If you are looking for a successor to epydoc after moving to Python 3, pydoctor is the right tool for your project!
pydoctordropped support for theX{}tag. All other epytext markup syntax should be fully supported.
From pdoc3ο
pydoctordo not support Markdown docstrings. The easiest is to use restructuredtext docstring format as they are sharing numerous markup syntax.pydoctorcan only generate HTML, if you are using Markdown output, consider usingpdocs.All references to
__pdoc__module variable should be deleted as they are not supported. If you dynamically generated documentation, you should create a separate script and include itβs output with an.. include::directive.