synthdiet documentation is available in 9 languages. Pick yours:
| Language | Index | Tutorials | API |
|---|---|---|---|
| English | index | tutorials/ | api |
| Türkçe | index | tutorials/ | api |
| Español | index | tutorials/ | api |
| Français | index | tutorials/ | api |
| Deutsch | index | tutorials/ | api |
| Português | index | tutorials/ | api |
| Italiano | index | tutorials/ | api |
| 中文 (简体) | index | tutorials/ | api |
| 日本語 | index | tutorials/ | api |
Each language folder mirrors the same structure:
docs/<lang>/
├── index.md
├── api.md
└── tutorials/
├── 01_quickstart.md
├── 02_rct.md
├── 03_causal.md
├── 04_case_studies.md
├── 05_validation.md
└── 06_from_r.md
The English documentation under docs/ (root) is also the canonical
source built by Sphinx (docs/conf.py). Translations are
human-curated companion documents and are not yet wired into the
Sphinx build.
Want to add another language? Create a new sibling folder
docs/<iso-code>/ mirroring the structure above, and add a
README.<iso-code>.md at the repository root. Please keep:
- Code blocks (Python, R, bash) in their original form so the API contract stays identical across languages.
- File names (
01_quickstart.mdetc.) consistent with the English version for easier cross-referencing. - The language switcher row at the top of every
index.mdand rootREADME.<lang>.mdupdated to include the new language.