Commit ed5d742
Polish: Editorial improvements and terminology standardization
Minor improvements for consistency and clarity:
1. Simplify introductory block (lines 12-15)
- Before: 4 redundant lines saying similar things
- After: Consolidated into 2 concise lines
- Removed: "C'est un guide de référence technique. Il est très détaillé, complet et exhaustif."
- Reason: Already covered by "pense-bête exhaustif"
2. Standardize terminology: "fournisseur" → "provider" (4 occurrences)
- Line 200: "fournisseurs" → "providers"
- Line 232: "fournisseur" → "provider"
- Line 368: "fournisseur" → "provider"
- Reason: "Provider" is the technical term used throughout (NVIDIA_NIM_PROXY,
provider_type, etc.) and appears in code/config. Standardizing on English
technical term improves consistency.
3. Update Claude Code CLI link (line 858)
- Before: [Site](https://claude.ai/) (generic landing page)
- After: [Installation](https://docs.anthropic.com/en/docs/agents-and-agentic-systems/claude-code)
- Reason: Direct link to official CLI installation documentation
Impact:
- Improved readability (2 lines removed from intro)
- Better terminology consistency (100% "provider" usage)
- More precise external link (direct to CLI docs)
- All markdownlint checks still pass
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6434683 commit ed5d742
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
197 | 195 | | |
198 | 196 | | |
199 | 197 | | |
200 | | - | |
| 198 | + | |
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
| |||
229 | 227 | | |
230 | 228 | | |
231 | 229 | | |
232 | | - | |
| 230 | + | |
233 | 231 | | |
234 | 232 | | |
235 | 233 | | |
| |||
365 | 363 | | |
366 | 364 | | |
367 | 365 | | |
368 | | - | |
| 366 | + | |
369 | 367 | | |
370 | 368 | | |
371 | 369 | | |
| |||
855 | 853 | | |
856 | 854 | | |
857 | 855 | | |
858 | | - | |
| 856 | + | |
859 | 857 | | |
860 | 858 | | |
861 | 859 | | |
| |||
0 commit comments