Commit graph

13 commits

Author SHA1 Message Date
a2d3aa2a78 [ADD] Multilingual translation of all documentation (EN/FR)
Added 30 .base.md files using the mmg (Multilingual Markdown Generator)
format to automatically generate English (.md) and French (.fr.md)
versions of all project documentation.
Updated conf/make.documentation.Makefile to process all .base.md files
via `make doc_markdown`.
2026-03-04 22:23:52 -05:00
aa0cf69b6f [ADD] doc poetry: proxy with poetry information
- this guide explain how to configure a proxy to reduce downloading
limitation
2024-11-02 02:26:02 -04:00
821e06ac5c [UPD] doc: poetry tips 2024-08-25 01:31:22 -04:00
7ed6939907 [UPD] script: move script git, manifest, database, poetry, install
- refactor script emplacement
- update all reference
2023-01-02 21:54:20 -05:00
9cf2dbe46f [UPD] poetry: update 1.1.14 to 1.3.1 2022-12-21 22:59:01 -05:00
14f7132e6c [ADD] poetry doc: support error when artifacts directory
"relative path can't be expressed as a file URI"
2022-05-22 02:20:41 -04:00
4e020fce6d [UPD] format doc markdown
- Add contributors
2021-07-20 21:06:41 -04:00
Marie-Michèle Poulin
64d2d01636 [FIX] Doc: grammar and spelling correction. 2021-07-20 21:05:47 -04:00
ebbb2e8619 [UPD] poetry dependencies update 2021-06-27 00:52:18 -04:00
08554315c9 [UPD] doc improve release HOW TO 2020-12-11 15:35:08 -05:00
Marie-Michele Poulin
d8ef5912e4 [FIX] text correction in documentation
Signed-off-by: Marie-Michèle Poulin <marie-michele.poulin@technolibre.ca>
2020-09-30 21:02:19 -04:00
8a05074de7 [FIX] Typo rename dependancy to dependency 2020-09-30 20:52:13 -04:00
2888cbf890 [ADD] poetry support
- Auto regenerate poetry pyproject.toml from all requirements.txt with
script poetry_update.py
- Sort dependancy in pyproject.toml
- Rename directory venv to .venv
- In bash, use USER instead of whoami
- Remove python3 from ubuntu dependancy. Ignore python from system.
- Use pyenv with poetry
- Simplify pip installation script
2020-09-30 20:51:57 -04:00