Closed dangunter closed 2 years ago
@dangunter I suspected there could be issues (with, possibly, additional ones introduced by #526).
However, I'm not sure I have a clear idea what the problem looks like on the actual docs pages; or, equivalently, how a "fixed" version should look like. Is there a way you could add e.g. a few screenshots to help me understand better?
Following additional discussion, we agreed to do the following:
sphinx-apidoc
generate the index entries.. automodule::
in human-authored documents to use reference/links to the indexed entry instead, which should be enough to cover the majority of use cases without requiring :noindex:
:noindex:
to support use cases in which "inlining" .. automodule::
is desiredTherefore, I'm closing #542 (since it goes in the opposite direction) and will open a new PR implementing the desired changes.
In order to find documentation in the apidocs, i.e. when it is not included directly in a webpage, the "noindex" option cannot be present when they are generated.
This has two related side effects:
The second one is a bit of a kicker, and I think points to a conflict in philosophy that we should resolve.