Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
43
vendor/doctrine/rst-parser/tests/BuilderToctree/input/index.rst
vendored
Normal file
43
vendor/doctrine/rst-parser/tests/BuilderToctree/input/index.rst
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue