You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally, after dealing with #73 I tried to revert to using native sphinx extensions like autodoc, autosummary, and the 2 CLIs mentioned here, but it's really not the same thing...they do what they say but the overhead is a lot, and the amount of code to maintain increases.
Apart from the great annoyance of #73 this package never let me down, really.
When this package was written, Sphinx was pretty young. Perhaps it has a built-in feature that can replace this package now; maybe https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html#sphinx-autogen-generate-autodoc-stub-pages ? Or is this not possible because what Sphinx has is not completely automated?
Simon, "... they have https://www.sphinx-doc.org/en/master/man/sphinx-autogen.html and https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html, but it's not clear to me what it covers and what is missing."
This would supersede #146
The text was updated successfully, but these errors were encountered: