-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
request new feature for combining or extending toc-trees #4546
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
Comments
+0; it might be useful.
I think such option is not needed. To concatenate automatically is better to me. |
Yes that would be great! I would also like to concatenate lists with the toctree. For example:
In that case the html would look like this:
Currently I get the following:
white space
|
No, toctree is not a list, so the 2nd case is not good to me. |
I see what you are saying now. And yes I agree the 2nd case doesn't make sense. Do you know if there is a way to place :ref: |
That is requested, but not adopted yet. |
Ok thanks. |
Uh oh!
There was an error while loading. Please reload this page.
I often want to do something like the following:
But I want to have all the contents appear on the top page without the space in between the toctrees.
I'm aware that I can place `:tocdepth: 1' in file3. The problem with that is that the table of contents displayed in the sidebar on the file3 subpage is way too short. I want that sidebar to contain the full set of information.
Could you add some sort of syntax to allow this:
The text was updated successfully, but these errors were encountered: