Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
17
vendor/doctrine/rst-parser/tests/Builder/input/subdir/file.rst
vendored
Normal file
17
vendor/doctrine/rst-parser/tests/Builder/input/subdir/file.rst
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Heading 1
|
||||
#########
|
||||
|
||||
Heading 2
|
||||
.........
|
||||
|
||||
Heading 3
|
||||
:::::::::
|
||||
|
||||
Heading 4
|
||||
_________
|
||||
|
||||
Heading 5
|
||||
`````````
|
||||
|
||||
Heading 6
|
||||
'''''''''
|
1
vendor/doctrine/rst-parser/tests/Builder/input/subdir/include.rst.inc
vendored
Normal file
1
vendor/doctrine/rst-parser/tests/Builder/input/subdir/include.rst.inc
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
This file is included
|
63
vendor/doctrine/rst-parser/tests/Builder/input/subdir/index.rst
vendored
Normal file
63
vendor/doctrine/rst-parser/tests/Builder/input/subdir/index.rst
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
.. url:: test
|
||||
|
||||
Subdirectory
|
||||
============
|
||||
|
||||
Relative `link </to/resource>`_
|
||||
|
||||
Absolute `test <http://absolute/>`_
|
||||
|
||||
You can click `here <http://google.com>`__ or `here <http://yahoo.com>`__
|
||||
|
||||
This is `something`_, and this is again `something`_
|
||||
|
||||
This is a :ref:`test anchor <test-anchor>`
|
||||
|
||||
This is a :ref:`test subdir reference with anchor </subdir/index#test-subdir-anchor>`
|
||||
|
||||
.. _something: http://something.com/
|
||||
|
||||
.. _test-anchor:
|
||||
|
||||
Reference to the :doc:`/index`
|
||||
|
||||
.. _test_reference:
|
||||
|
||||
.. _camelCaseReference:
|
||||
|
||||
Link to :ref:`the subdir same doc reference <subdir_same_doc_reference>`
|
||||
|
||||
.. _subdir_same_doc_reference:
|
||||
|
||||
Subdirectory Child
|
||||
------------------
|
||||
|
||||
Test subdirectory child.
|
||||
|
||||
Subdirectory Child Level 2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Test subdirectory child level 2.
|
||||
|
||||
|
||||
Subdirectory Child Level 3
|
||||
**************************
|
||||
|
||||
Test subdirectory child level 3.
|
||||
|
||||
:doc:`Reference absolute to index </index>`
|
||||
|
||||
:doc:`Reference absolute to file </subdir/file>`
|
||||
|
||||
:doc:`Reference relative to file <file>`
|
||||
|
||||
Reference absolute to the :doc:`/index`
|
||||
|
||||
.. include:: /subdir/include.rst.inc
|
||||
|
||||
.. include:: include.rst.inc
|
||||
|
||||
`em`_
|
||||
|
||||
em
|
||||
--
|
10
vendor/doctrine/rst-parser/tests/Builder/input/subdir/toc.rst
vendored
Normal file
10
vendor/doctrine/rst-parser/tests/Builder/input/subdir/toc.rst
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
TOC in Subdir
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
|
||||
/introduction
|
||||
/subdirective
|
||||
/another
|
||||
/subdir/index
|
||||
file
|
Loading…
Add table
Add a link
Reference in a new issue