Skip to content

Commit

Permalink
Merge pull request #752 from wxtim/fix.maxdepth_for_examples_toctree
Browse files Browse the repository at this point in the history
Set maxdepth for examples toctree to 1 to prevent sub-headings showin…
  • Loading branch information
oliver-sanders authored Oct 10, 2024
2 parents ef33c8c + f381b86 commit b1f6188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user-guide/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Examples
These examples cover some of the main patterns for implementing Cylc workflows.

.. toctree::
:maxdepth: 1
:glob:

*/index

0 comments on commit b1f6188

Please sign in to comment.