Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 08:02:04 +01:00
parent 4413528994
commit 1d90fbf296
6865 changed files with 1091082 additions and 0 deletions

View file

@ -0,0 +1,43 @@
Title
=====
.. toctree::
subdir/toctree
Max Depth Level 2
---------
Max Depth Level 3
~~~~~~~
Max Depth Level 4
+++++++++++++++++
maxdepth 1 TOC:
.. toctree::
:depth: 1
index
maxdepth 2 TOC:
.. toctree::
:maxdepth: 2
index
maxdepth 3 TOC:
.. toctree::
:maxdepth: 3
index
maxdepth 4 TOC:
.. toctree::
:maxdepth: 4
index

View file

@ -0,0 +1,3 @@
This file should not be parsed
==============================

View file

@ -0,0 +1,13 @@
Toctree
=======
.. toctree::
:glob:
*
.. toctree::
:glob:
/subdir/*

View file

@ -0,0 +1,4 @@
Feature 3
=========
Lorem Ispusm dolor

View file

@ -0,0 +1,4 @@
Feature 1
=========
Lorem Ispusm dolor

View file

@ -0,0 +1,4 @@
Feature 2
=========
Lorem Ispusm dolor

View file

@ -0,0 +1,19 @@
Wildcards
=========
Features
========
.. toctree::
:glob:
feature*
Bugfixes
========
.. toctree::
:glob:
bugfix*