Skip to content
New issue

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

How to create submenu from index file #324

Open
svandenb-dev opened this issue Nov 29, 2023 · 2 comments
Open

How to create submenu from index file #324

svandenb-dev opened this issue Nov 29, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@svandenb-dev
Copy link

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

image

the doc looks like this:
image

But the generate doc shows all pages on single block

image

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

@svandenb-dev svandenb-dev added the documentation Improvements or additions to documentation label Nov 29, 2023
@MaxJPRey
Copy link
Contributor

MaxJPRey commented Dec 1, 2023

@SMoraisAnsys you might want to have a look at mesh section of the AEDT API for instance:
image

Here is the code associated to it in the rst file: https://github.com/ansys/pyaedt/blob/main/doc/source/API/Mesh.rst

@MaxJPRey
Copy link
Contributor

MaxJPRey commented Dec 1, 2023

We might want to use the Sphinx autoapi feature. That should solve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants