refactor: restructure project and update documentation for second edition (#500)

* 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
This commit is contained in:
anyin233
2026-03-12 20:39:45 +00:00
committed by GitHub
parent bdb823c575
commit 92e3f3e059
68 changed files with 186 additions and 446 deletions

View File

@@ -0,0 +1,3 @@
# Chapter 5: Data Processing Systems
TODO: This chapter covers data loading, data pipelines, and distributed data processing.