We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am pointing rst file with different folders and would like to get a submenu or tree for each folder. Like this for instance
the doc looks like this:
But the generate doc shows all pages on single block
how could we have trees hierarchy for each folder instead ?
repo : https://github.com/ansys-internal/pyansys-edb
thanks
No response
The text was updated successfully, but these errors were encountered:
@SMoraisAnsys you might want to have a look at mesh section of the AEDT API for instance:
Here is the code associated to it in the rst file: https://github.com/ansys/pyaedt/blob/main/doc/source/API/Mesh.rst
Sorry, something went wrong.
We might want to use the Sphinx autoapi feature. That should solve your problem.
Revathyvenugopal162
No branches or pull requests
Description of the modifications
I am pointing rst file with different folders and would like to get a submenu or tree for each folder. Like this for instance
the doc looks like this:
But the generate doc shows all pages on single block
how could we have trees hierarchy for each folder instead ?
repo : https://github.com/ansys-internal/pyansys-edb
thanks
Useful links and references
No response
The text was updated successfully, but these errors were encountered: