Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
12
vendor/doctrine/rst-parser/tests/BuilderUrl/input/index.rst
vendored
Normal file
12
vendor/doctrine/rst-parser/tests/BuilderUrl/input/index.rst
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
Base URL
|
||||
========
|
||||
|
||||
:ref:`Test reference url </index>`
|
||||
:ref:`Subdir </subdir/index>`
|
||||
:ref:`Subdir file </subdir/file>`
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
index
|
||||
*
|
9
vendor/doctrine/rst-parser/tests/BuilderUrl/input/subdir/file.rst
vendored
Normal file
9
vendor/doctrine/rst-parser/tests/BuilderUrl/input/subdir/file.rst
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Subdirectory File
|
||||
=================
|
||||
|
||||
:ref:`Test subdir reference url </subdir/index>`
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
/*
|
10
vendor/doctrine/rst-parser/tests/BuilderUrl/input/subdir/index.rst
vendored
Normal file
10
vendor/doctrine/rst-parser/tests/BuilderUrl/input/subdir/index.rst
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
Subdirectory Index
|
||||
==================
|
||||
|
||||
:ref:`Test subdir reference url </index>`
|
||||
:ref:`Test subdir file reference path </subdir/file>`
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
/*
|
Loading…
Add table
Add a link
Reference in a new issue