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,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`_

View file

@ -0,0 +1 @@
Example of static file!

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

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

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

View file

@ -0,0 +1,17 @@
Heading 1
#########
Heading 2
.........
Heading 3
:::::::::
Heading 4
_________
Heading 5
`````````
Heading 6
'''''''''

View file

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

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

View file

@ -0,0 +1,10 @@
TOC in Subdir
=============
.. toctree::
/introduction
/subdirective
/another
/subdir/index
file

View 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

View file

@ -0,0 +1,10 @@
TOC Reversed
============
.. toctree::
:glob:
:reversed:
index
*
introduction

View file

@ -0,0 +1,10 @@
TOC Glob
========
.. toctree::
:glob:
index
*
toc-glob
introduction