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

Fix unreachable pages under 3D Particles by using fake headers #10110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tetrapod00
Copy link
Contributor

@tetrapod00 tetrapod00 commented Oct 18, 2024

Fixes some more cases of #8792.

Applies a similar fix as #9989. Converts all headers in tutorials\3d\particles\index.rst to fake rubric headers. Note that in this case we can't have any real subheaders on the page at all, due to the order of the sections. If the page was structured like the following, the toctree would be counted as a subsection of Introduction and the pages would not appear in the sidebar.

Introduction
-------------

Some paragraphs of text.

.. rubric:: Basic usage

.. toctree::
   :maxdepth: 1
   :name: toc-particles-basic

   creating_a_3d_particle_system
Master This PR
firefox_BsvF5Tk4HA firefox_uSnItb6WOW

Converts all headers in tutorials\3d\particles\index.rst to fake rubric headers.
Note that in this case we can't have any real subheaders on the page due to
the order of the sections.
@tetrapod00
Copy link
Contributor Author

If #10111 is approved, this will need changes.

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

Successfully merging this pull request may close these issues.

1 participant