Closed buhtz closed 6 months ago
Correct me if I am wrong but I often tried Sphinx* in the past and was not able to auto-generated documentation based on source files. You always need a rst file.
There are automated tools that are able to generate rst files from source code files, like sphinx-autoapi.
Correct me if I am wrong but I often tried Sphinx* in the past and was not able to auto-generated documentation based on source files. You always need a rst file.
There are automated tools that are able to generate rst files from source code files, like sphinx-autoapi.
I never got them work. The point is that it is not Sphinx but a Sphinx extension. It is a workaround to make Sphinx do something that it was not invented for.
No matter if it is possible or not the point of comparing pydoctor with sphinx is that it is easy with pydoctor without using a config file or any in-between-file-format or an extension. PyDoctor is for API documentation and Sphinx is not.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.60%. Comparing base (
e03b43e
) to head (225c2be
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Accidentally discovered this FAQ section.
Correct me if I am wrong but I often tried Sphinx* in the past and was not able to auto-generated documentation based on source files. You always need a rst file.