rougail/docs/tutorial/sequence.rst

34 lines
1.2 KiB
ReStructuredText
Raw Normal View History

Homogeneous elements sequence
==================================
.. objectives:: Objectives
We are going to discuss a new Rougail type, the sequence of homogeneous elements.
.. prerequisites:: Prerequisites
- We assume that Rougail's library is :ref:`installed <installation>` on your computer.
- It is possible to retrieve the current state of the various Rougail files manipulated in this tutorial step
by checking out the corresponding tag of the `rougail-tutorials` git repository.
Each tag corresponds to a stage of progress in the tutorial.
Of course, you can also decide to copy/paste or download the tutorial files contents while following the tutorial steps.
If you want to follow this tutorial with the help of the corresponding :tutorial:`rougail-tutorials git repository <src/branch/1.1>`,
this workshop page corresponds to the tag :tutorial:`1.1_190 <src/tag/1.1_190/README.md>`
in the repository.
::
git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git
git switch --detach 1.1_190
A family with sequence of homogeneous elements type
--------------------------------------------------------
FIXME