Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
34
vendor/doctrine/rst-parser/tests/Builder/input/another.rst
vendored
Normal file
34
vendor/doctrine/rst-parser/tests/Builder/input/another.rst
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
|
||||
.. url:: magic-link
|
||||
|
||||
Another page
|
||||
============
|
||||
|
||||
Hello!
|
||||
|
||||
See also
|
||||
--------
|
||||
|
||||
test
|
||||
----
|
||||
|
||||
title with ampersand &
|
||||
----------------------
|
||||
|
||||
A ``title with ticks``
|
||||
----------------------
|
||||
|
||||
This same title named test exists in other documents. Make sure the link below goes to the one
|
||||
in this doc and not the one in the other docs.
|
||||
|
||||
See also: :doc:`subdirective`
|
||||
|
||||
see `See also`_
|
||||
|
||||
see `Another page`_
|
||||
|
||||
see `test`_
|
||||
|
||||
see `title with ampersand &`_
|
||||
|
||||
see `A title with ticks`_
|
1
vendor/doctrine/rst-parser/tests/Builder/input/file.txt
vendored
Normal file
1
vendor/doctrine/rst-parser/tests/Builder/input/file.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Example of static file!
|
46
vendor/doctrine/rst-parser/tests/Builder/input/index.rst
vendored
Normal file
46
vendor/doctrine/rst-parser/tests/Builder/input/index.rst
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
Summary
|
||||
=======
|
||||
|
||||
This is the builder test summary
|
||||
|
||||
.. _toc:
|
||||
|
||||
.. toctree::
|
||||
|
||||
introduction
|
||||
subdirective
|
||||
another
|
||||
subdir/index
|
||||
/subdir/file
|
||||
|
||||
.. _reference_anchor:
|
||||
|
||||
Link to :ref:`the same doc reference <same_doc_reference>`
|
||||
|
||||
.. _same_doc_reference:
|
||||
|
||||
Link to :ref:`the same doc reference with ticks <same_doc_reference_ticks>`
|
||||
|
||||
.. _`same_doc_reference_ticks`:
|
||||
|
||||
Link to :ref:`Subdirectory <subdirectory>`
|
||||
|
||||
Link to :ref:`Subdirectory Test <subdirectory>`
|
||||
|
||||
Link to :ref:`Subdirectory Child <subdirectory-child>`
|
||||
|
||||
Link to :ref:`Subdirectory Child Test <subdirectory-child>`
|
||||
|
||||
Link to :ref:`Subdirectory Child Level 2 <subdirectory-child-level-2>`
|
||||
|
||||
Link to :ref:`Subdirectory Child Level 2 Test <subdirectory-child-level-2>`
|
||||
|
||||
Link to :ref:`Subdirectory Child Level 3 <subdirectory-child-level-3>`
|
||||
|
||||
Link to :ref:`Subdirectory Child Level 3 Test <subdirectory-child-level-3>`
|
||||
|
||||
.. note::
|
||||
:ref:`Reference in directory <introduction>`
|
||||
|
||||
Another h1
|
||||
==========
|
20
vendor/doctrine/rst-parser/tests/Builder/input/introduction.rst
vendored
Normal file
20
vendor/doctrine/rst-parser/tests/Builder/input/introduction.rst
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
Introduction page
|
||||
=================
|
||||
|
||||
This is an introduction page!
|
||||
|
||||
Reference to the :doc:`index`
|
||||
|
||||
Reference to the :doc:`Link index absolutely </index>`
|
||||
|
||||
Reference to the :doc:`Index <index>`
|
||||
|
||||
Reference to the :doc:`Index, paragraph toc <index#toc>`
|
||||
|
||||
Reference to the :doc:`Glob TOC <toc-glob>`
|
||||
|
||||
Reference to the :ref:`Summary Reference <reference_anchor>`
|
||||
|
||||
Reference to the :ref:`Test Reference <test_reference>`
|
||||
|
||||
Reference to the :ref:`Camel Case Reference <camelCaseReference>`
|
5
vendor/doctrine/rst-parser/tests/Builder/input/link-to-index.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Builder/input/link-to-index.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Document with a Link to Index
|
||||
-----------------------------
|
||||
|
||||
I have a reference to :doc:`index` and this link
|
||||
is dependent on the title of that page.
|
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
|
14
vendor/doctrine/rst-parser/tests/Builder/input/subdirective.rst
vendored
Normal file
14
vendor/doctrine/rst-parser/tests/Builder/input/subdirective.rst
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
Sub directives
|
||||
==============
|
||||
|
||||
Testing sub directives
|
||||
|
||||
.. note::
|
||||
This is a simple note!
|
||||
|
||||
There is a title here
|
||||
---------------------
|
||||
|
||||
.. note::
|
||||
* This is a list
|
||||
* With two points
|
10
vendor/doctrine/rst-parser/tests/Builder/input/toc-glob-reversed.rst
vendored
Normal file
10
vendor/doctrine/rst-parser/tests/Builder/input/toc-glob-reversed.rst
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
TOC Reversed
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:reversed:
|
||||
|
||||
index
|
||||
*
|
||||
introduction
|
10
vendor/doctrine/rst-parser/tests/Builder/input/toc-glob.rst
vendored
Normal file
10
vendor/doctrine/rst-parser/tests/Builder/input/toc-glob.rst
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
TOC Glob
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
index
|
||||
*
|
||||
toc-glob
|
||||
introduction
|
Loading…
Add table
Add a link
Reference in a new issue