This commit is contained in:
gwen 2024-10-15 16:55:01 +02:00
parent 50299203af
commit a310b6f063

View file

@ -161,16 +161,16 @@ We're gonna make the simplest possible example.
.. prerequisites:: Prerequisites .. prerequisites:: Prerequisites
We assume that Rougail's library is installed on your computer (or in a virtual environment). We assume that Rougail's library is installed on your computer (or in a virtual environment).
.. exercise:: Let's make a Hello world .. exercise:: Hello world's workshop
Here is the tree structure we want to have:: Here is the tree structure we want to have::
workplace workplace
├── dict ├── dict
   │   ├── hello.yml    │   ├── hello.yml
   └── hello.py    └── hello.py
- Let's make a :file:`workplace` directory, with a :file:`dict` subfolder. - Let's make a :file:`workplace` directory, with a :file:`dict` subfolder.
- First, we need a :term:`dictionary`, so let's make the :file:`hello.yml` file - First, we need a :term:`dictionary`, so let's make the :file:`hello.yml` file