mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-03-20 12:07:45 +08:00
* feat: remove bilingual button on the front page * misc: clean repo * test: fix test suite for v1/v2 restructure and removed language switch * refactor: restructure chapters for the second edition * refactor: restructure project * refactor: remove unused scripts * refactor: move conftest.py to tests directory * refactor: update README with new chapter structure and logo path * fix: update image paths in README and README_EN for consistency * refactor: update directory structure and script references in documentation
36 lines
445 B
Plaintext
36 lines
445 B
Plaintext
**/.ipynb_checkpoints
|
|
**/__pycache__
|
|
data/
|
|
*.json
|
|
*.params
|
|
*.DS_Store
|
|
*.csv
|
|
*egg-info*
|
|
dist*
|
|
_build/
|
|
test*.md
|
|
run.sh
|
|
.idea
|
|
env
|
|
.mdbook/
|
|
.mdbook-zh/
|
|
.mdbook-zh-test/
|
|
.mdbook-bin/
|
|
.mdbook-v1/
|
|
.mdbook-v1-zh/
|
|
.mdbook-v2/
|
|
.mdbook-v2-zh/
|
|
task_plan.md
|
|
findings.md
|
|
progress.md
|
|
d2l-book/
|
|
docs/
|
|
en_chapters/img
|
|
en_chapters/references
|
|
en_chapters/static
|
|
en_chapters/mlsys.bib
|
|
zh_chapters/img
|
|
zh_chapters/references
|
|
zh_chapters/static
|
|
zh_chapters/mlsys.bib
|