Navigation pane for API reference section is not formatted correctly
Closed this issue · 4 comments
Description of the modifications
The right navigation pane is not listing the modules vertically. Instead it lists three across each line as shown in the following figure. Also, when trying to check the PY files against the rendered doc, it was hard to locate modules in this navigation pane because they were not alphabetical (which is standard). However, newer repos are using external Sphinx AutoAPI extension to generate API reference documentation rather than the native (built-in) sphinx.ext.autodoc extension The Sphinx AutoAPI extension finds and generates content by parsing the source code rather than manually having to build the API doc sections like you have done. I'm tagging @SMoraisAnsys and @RobPasMue for feedback.
Useful links and references
No response
I'm not yet familiar with sphinx autoapi extension but I should be using it in other project very soon. If that's okay with you, I'll get back here and do the associated changes once I'm more familiar with that package.
I'll assign myself with this issue to not forget about it. Feel free to remove this assignment if someone works on it.
@SMoraisAnsys It looks like this is resolved based on the current documentation here:
https://edb.core.docs.pyansys.com/version/stable/api/index.html
can we close this out? Thanks!
Closing!