Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
6
vendor/doctrine/rst-parser/tests/Parser/files/code-block-lastline.rst
vendored
Normal file
6
vendor/doctrine/rst-parser/tests/Parser/files/code-block-lastline.rst
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
.. code-block::
|
||||
|
||||
A
|
||||
B
|
||||
C
|
7
vendor/doctrine/rst-parser/tests/Parser/files/code-block-with-options.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/code-block-with-options.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
.. code-block::
|
||||
:name: My Very Best Code
|
||||
|
||||
A
|
||||
B
|
||||
C
|
3
vendor/doctrine/rst-parser/tests/Parser/files/code-with-whitespace.rst
vendored
Normal file
3
vendor/doctrine/rst-parser/tests/Parser/files/code-with-whitespace.rst
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
::
|
||||
|
||||
Test code block with whitespace.
|
6
vendor/doctrine/rst-parser/tests/Parser/files/code.rst
vendored
Normal file
6
vendor/doctrine/rst-parser/tests/Parser/files/code.rst
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
This is a code::
|
||||
|
||||
Some code
|
||||
|
||||
Some code
|
5
vendor/doctrine/rst-parser/tests/Parser/files/comment.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/comment.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
Text before
|
||||
.. Testing comment
|
||||
Text after
|
||||
|
75
vendor/doctrine/rst-parser/tests/Parser/files/definition-list.rst
vendored
Normal file
75
vendor/doctrine/rst-parser/tests/Parser/files/definition-list.rst
vendored
Normal file
|
@ -0,0 +1,75 @@
|
|||
Test
|
||||
====
|
||||
|
||||
.. note::
|
||||
Test
|
||||
|
||||
Text around the definition list.
|
||||
|
||||
term 1
|
||||
Definition 1
|
||||
|
||||
term 2
|
||||
Definition 1
|
||||
|
||||
Definition 2
|
||||
|
||||
Definition 3
|
||||
|
||||
term 3 : classifier
|
||||
Definition 1
|
||||
|
||||
term 4 : classifier one : classifier two
|
||||
Definition 1
|
||||
|
||||
term with & : classifier with &
|
||||
Definition 1 with &
|
||||
|
||||
term with & : classifier with & : classifier with &
|
||||
Definition 1 with &
|
||||
|
||||
Definition 2 with &
|
||||
|
||||
``term 5`` : ``classifier``
|
||||
Definition 1
|
||||
|
||||
multi-line definition term
|
||||
Definition 1 line 1
|
||||
Definition 1 line 2
|
||||
|
||||
Definition 2 line 1
|
||||
Definition 2 line 2
|
||||
|
||||
Definition List in a Directive
|
||||
==============================
|
||||
|
||||
.. note::
|
||||
|
||||
**Definition list in a directive**
|
||||
|
||||
term 1
|
||||
Definition 1 line 1
|
||||
Definition 1 line 2
|
||||
|
||||
Definition 2
|
||||
|
||||
term 2
|
||||
Definition 1 line 1
|
||||
Definition 1 line 2
|
||||
|
||||
Definition 2
|
||||
|
||||
Definition List Surrounded by Paragraphs
|
||||
=========================================
|
||||
|
||||
Paragraph 1
|
||||
|
||||
term 1
|
||||
definition 1
|
||||
definition 2
|
||||
|
||||
Paragraph 2
|
||||
|
||||
term 2
|
||||
definition 1
|
||||
definition 2
|
7
vendor/doctrine/rst-parser/tests/Parser/files/directive.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/directive.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
.. dummy:: some data
|
||||
:maxdepth: 123
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
Blha
|
0
vendor/doctrine/rst-parser/tests/Parser/files/empty.rst
vendored
Normal file
0
vendor/doctrine/rst-parser/tests/Parser/files/empty.rst
vendored
Normal file
3
vendor/doctrine/rst-parser/tests/Parser/files/include.rst
vendored
Normal file
3
vendor/doctrine/rst-parser/tests/Parser/files/include.rst
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
I was actually included
|
||||
|
4
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-bad.rst
vendored
Normal file
4
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-bad.rst
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Inclusion test
|
||||
==============
|
||||
|
||||
.. include:: non-existent-file.rst
|
1
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-newline-include.rst
vendored
Normal file
1
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-newline-include.rst
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
And this one as well.
|
6
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-newline.rst
vendored
Normal file
6
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-newline.rst
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
Inclusion test
|
||||
==============
|
||||
|
||||
Test this paragraph is present.
|
||||
|
||||
.. include:: inclusion-newline-include.rst
|
7
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-policy.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-policy.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Test the inclusion policy:
|
||||
|
||||
.. include:: subdir/test.rst
|
||||
|
||||
.. include:: inclusion-scope-include.rst
|
||||
|
||||
.. include:: ../../Functional/tests/render/include-external/include-external.rst
|
1
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-scope-include.rst
vendored
Normal file
1
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-scope-include.rst
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
This is included.
|
12
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-scope.rst
vendored
Normal file
12
vendor/doctrine/rst-parser/tests/Parser/files/inclusion-scope.rst
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
This first example will be parsed at the document level, and can
|
||||
thus contain any construct, including section headers.
|
||||
|
||||
.. include:: inclusion-scope-include.rst
|
||||
|
||||
Back in the main document.
|
||||
|
||||
This second example will be parsed in a block quote context.
|
||||
Therefore it may only contain body elements. It may not
|
||||
contain section headers.
|
||||
|
||||
.. include:: inclusion-scope-include.rst
|
5
vendor/doctrine/rst-parser/tests/Parser/files/inclusion.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/inclusion.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
Inclusion test
|
||||
==============
|
||||
|
||||
.. include:: include.rst
|
7
vendor/doctrine/rst-parser/tests/Parser/files/indented-list.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/indented-list.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
Testing an indented list:
|
||||
|
||||
* First item
|
||||
* Second item
|
||||
* Third item
|
||||
|
12
vendor/doctrine/rst-parser/tests/Parser/files/list-empty.rst
vendored
Normal file
12
vendor/doctrine/rst-parser/tests/Parser/files/list-empty.rst
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
This is a list with an empty line:
|
||||
|
||||
1. Test!
|
||||
2. Other test!
|
||||
|
||||
* Sub test
|
||||
* Other sub test
|
||||
|
||||
3. The list just continues here
|
||||
|
||||
This is not in the list
|
7
vendor/doctrine/rst-parser/tests/Parser/files/list.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/list.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
Testing a list:
|
||||
|
||||
* First item
|
||||
* Second item
|
||||
* Third item
|
||||
|
5
vendor/doctrine/rst-parser/tests/Parser/files/mixed-titles-1.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/mixed-titles-1.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Header 1
|
||||
========
|
||||
|
||||
Header 2
|
||||
--------
|
5
vendor/doctrine/rst-parser/tests/Parser/files/mixed-titles-2.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/mixed-titles-2.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Header 1
|
||||
--------
|
||||
|
||||
Header 2
|
||||
========
|
7
vendor/doctrine/rst-parser/tests/Parser/files/multi-comment.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/multi-comment.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
Text before
|
||||
.. Testing a
|
||||
multi-line comment
|
||||
Blha blha
|
||||
Text after
|
||||
|
1
vendor/doctrine/rst-parser/tests/Parser/files/paragraph.rst
vendored
Normal file
1
vendor/doctrine/rst-parser/tests/Parser/files/paragraph.rst
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Hello world!
|
8
vendor/doctrine/rst-parser/tests/Parser/files/paragraphs.rst
vendored
Normal file
8
vendor/doctrine/rst-parser/tests/Parser/files/paragraphs.rst
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
Paragraph 1
|
||||
|
||||
Paragraph 2
|
||||
With two lines
|
||||
|
||||
Paragraph 3
|
||||
With *emphasis*
|
||||
|
7
vendor/doctrine/rst-parser/tests/Parser/files/pretty-table.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/pretty-table.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
+------------------+------------+----------+
|
||||
| This is a table | With | Some |
|
||||
+------------------+------------+----------+
|
||||
| Data | In it | Pretty! |
|
||||
+------------------+------------+----------+
|
||||
|
6
vendor/doctrine/rst-parser/tests/Parser/files/quote.rst
vendored
Normal file
6
vendor/doctrine/rst-parser/tests/Parser/files/quote.rst
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
This is a quote:
|
||||
|
||||
Hello
|
||||
|
||||
I am a quote block
|
5
vendor/doctrine/rst-parser/tests/Parser/files/replace.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/replace.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
Hello |name|
|
||||
|
||||
.. |name| replace:: world!
|
||||
|
5
vendor/doctrine/rst-parser/tests/Parser/files/subdir/test.rst
vendored
Normal file
5
vendor/doctrine/rst-parser/tests/Parser/files/subdir/test.rst
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
Testing.
|
||||
|
||||
SUBDIRECTORY OK
|
||||
|
||||
Testing complete.
|
8
vendor/doctrine/rst-parser/tests/Parser/files/table.rst
vendored
Normal file
8
vendor/doctrine/rst-parser/tests/Parser/files/table.rst
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
===== ===== =====
|
||||
Col A Col B Col C
|
||||
===== ===== =====
|
||||
Col X Col Y Col Z
|
||||
===== ===== =====
|
||||
Col U Col J Col K
|
||||
===== ===== =====
|
4
vendor/doctrine/rst-parser/tests/Parser/files/title.rst
vendored
Normal file
4
vendor/doctrine/rst-parser/tests/Parser/files/title.rst
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
Main title
|
||||
==========
|
||||
|
7
vendor/doctrine/rst-parser/tests/Parser/files/title2.rst
vendored
Normal file
7
vendor/doctrine/rst-parser/tests/Parser/files/title2.rst
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
Main title
|
||||
==========
|
||||
|
||||
Second title
|
||||
------------
|
||||
|
21
vendor/doctrine/rst-parser/tests/Parser/files/titles.rst
vendored
Normal file
21
vendor/doctrine/rst-parser/tests/Parser/files/titles.rst
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
The main title
|
||||
==============
|
||||
|
||||
First level title
|
||||
-----------------
|
||||
|
||||
Second level title
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Other second level title
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Other first level title
|
||||
-----------------------
|
||||
|
||||
Next second level title
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Yet another second level title
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Loading…
Add table
Add a link
Reference in a new issue