Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
16
vendor/doctrine/rst-parser/tests/BuilderReferences/input/reference/page.rst
vendored
Normal file
16
vendor/doctrine/rst-parser/tests/BuilderReferences/input/reference/page.rst
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
Reference Page
|
||||
==============
|
||||
|
||||
* `Some Sub Section`_
|
||||
* :ref:`Other Sub Section <other>`
|
||||
* :ref:`Section on another subpage <another-page>`
|
||||
|
||||
And what about :ref:`the test anchor <test_anchor>`?
|
||||
|
||||
Some Sub Section
|
||||
----------------
|
||||
|
||||
.. _other:
|
||||
|
||||
Other Sub Section
|
||||
-----------------
|
7
vendor/doctrine/rst-parser/tests/BuilderReferences/input/reference/page1.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/BuilderReferences/input/reference/page1.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Reference Page 1
|
||||
================
|
||||
|
||||
.. _another-page:
|
||||
|
||||
Section on Another Page
|
||||
-----------------------
|
Loading…
Add table
Add a link
Reference in a new issue