Update website

This commit is contained in:
Guilhem Lavaux 2024-11-19 08:02:04 +01:00
parent 4413528994
commit 1d90fbf296
6865 changed files with 1091082 additions and 0 deletions

View file

@ -0,0 +1,6 @@
.. code-block::
A
B
C

View file

@ -0,0 +1,7 @@
.. code-block::
:name: My Very Best Code
A
B
C

View file

@ -0,0 +1,3 @@
::
Test code block with whitespace.

View file

@ -0,0 +1,6 @@
This is a code::
Some code
Some code

View file

@ -0,0 +1,5 @@
Text before
.. Testing comment
Text after

View 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

View file

@ -0,0 +1,7 @@
.. dummy:: some data
:maxdepth: 123
:titlesonly:
:glob:
Blha

View file

@ -0,0 +1,3 @@
I was actually included

View file

@ -0,0 +1,4 @@
Inclusion test
==============
.. include:: non-existent-file.rst

View file

@ -0,0 +1 @@
And this one as well.

View file

@ -0,0 +1,6 @@
Inclusion test
==============
Test this paragraph is present.
.. include:: inclusion-newline-include.rst

View 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

View file

@ -0,0 +1 @@
This is included.

View 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

View file

@ -0,0 +1,5 @@
Inclusion test
==============
.. include:: include.rst

View file

@ -0,0 +1,7 @@
Testing an indented list:
* First item
* Second item
* Third item

View 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

View file

@ -0,0 +1,7 @@
Testing a list:
* First item
* Second item
* Third item

View file

@ -0,0 +1,5 @@
Header 1
========
Header 2
--------

View file

@ -0,0 +1,5 @@
Header 1
--------
Header 2
========

View file

@ -0,0 +1,7 @@
Text before
.. Testing a
multi-line comment
Blha blha
Text after

View file

@ -0,0 +1 @@
Hello world!

View file

@ -0,0 +1,8 @@
Paragraph 1
Paragraph 2
With two lines
Paragraph 3
With *emphasis*

View file

@ -0,0 +1,7 @@
+------------------+------------+----------+
| This is a table | With | Some |
+------------------+------------+----------+
| Data | In it | Pretty! |
+------------------+------------+----------+

View file

@ -0,0 +1,6 @@
This is a quote:
Hello
I am a quote block

View file

@ -0,0 +1,5 @@
Hello |name|
.. |name| replace:: world!

View file

@ -0,0 +1,5 @@
Testing.
SUBDIRECTORY OK
Testing complete.

View file

@ -0,0 +1,8 @@
===== ===== =====
Col A Col B Col C
===== ===== =====
Col X Col Y Col Z
===== ===== =====
Col U Col J Col K
===== ===== =====

View file

@ -0,0 +1,4 @@
Main title
==========

View file

@ -0,0 +1,7 @@
Main title
==========
Second title
------------

View 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~