-
Notifications
You must be signed in to change notification settings - Fork 56
Description
https://fluentdocs.pyansys.com/api/core/solver/settings.html is difficult to navigate.
It is not immediately obvious that the API is rooted at an explicit root object. A link to the root object is provided only at the end of the page referenced by the above link.
The table of contents includes things like c2. Are these names just an artifact of the mechanism to facilitate documentation of the nested hierarchy? For instance this is the page for c2: https://fluentdocs.pyansys.com/api/core/solver/_autosummary/settings/c2.html, which is difficult to comprehend.
Clicking around, one finds pages like this https://fluentdocs.pyansys.com/api/core/solver/_autosummary/settings/phase_24.html#phase-24 for phase-24, which is not in the contents.
It would be timely to resolve this now as @RobPasMue is applying the same mechanism in order to document the TUI API.