Commit 3d4be18
authored
Restructure docs into User Guide and Developer Guide streams (#367)
* Restructure docs into User Guide and Developer Guide streams
- Split flat docs/ into docs/user/ (11 pages) and docs/developer/ (8 pages)
- User Guide: configuration, layout, notebooks, launch, dark mode, code
highlighting, git metadata, text color schemes, RTL support, stderr warnings
- Developer Guide: setup, architecture, assets, testing, visual testing,
release process, multilingual plan
- Split oversized configure.md (587 lines) into focused topic pages
- Consolidate contributing/ and CONTRIBUTING.md content into developer/
- Move PLAN_MULTILINGUAL_SUPPORT.md into developer/multilingual.md
- Move RTL_SUPPORT.md into user/rtl-support.md
- Add .github/workflows/docs.yml for GitHub Pages deployment
- Update conf.py: nb_execution_mode=auto, exclude RTL_SUPPORT.md
- Fix folium Stamen Terrain deprecation in notebooks.md
- Rewrite landing page (docs/index.md) with two-stream navigation
* Address Copilot review feedback
- Fix missing trailing comma in sphinx_thebe extension example (launch.md)
- Use npm ci instead of npm install in CI workflow (docs.yml)
- Rephrase emphasis description to reference em element (text-color-schemes.md)
- Fix typo: 'You an also' -> 'You can also' (notebooks.md)
- Fix capitalization: 'Javascript' -> 'JavaScript' (notebooks.md)1 parent 11991af commit 3d4be18
30 files changed
Lines changed: 2043 additions & 1830 deletions
File tree
- .github/workflows
- docs
- contributing
- developer
- features
- user
- features
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments