Fix accidental rewrap

This commit is contained in:
Juan Luis Cano Rodríguez
2021-06-14 19:07:25 +02:00
parent bedbb8c825
commit 956d311809

View File

@@ -96,8 +96,15 @@ following content.
.. code-block:: text
docs ├── build ├── make.bat ├── Makefile └── source ├── conf.py ├──
index.rst ├── _static └── _templates
docs
├── build
├── make.bat
├── Makefile
└── source
├── conf.py
├── index.rst
├── _static
└── _templates
The purpose of each of these files is: