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