* refactor: reorganize mdbook config and contributing docs
* fix: correct preprocessor relative paths in book.toml configs
The preprocessor command paths had one extra ../ level, resolving
outside the repo root. Fix from ../../../../tools/ to ../../../tools/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* 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
* feat: add bilingual issue and PR templates
* feat: add bilingual contributing guides for v2
* docs: migrate style guide to v2/info, trim contributing guides
* docs: move terminology to v2/info
* docs: update README links to v2 contributing and style guides
* refactor: remove content about Writing Guidelines from contribution guidence, replace it with link to style.md
* misc: update contribution guide and PR template
* docs: update README and build guide
* fix: escape * and _ inside math to prevent markdown emphasis corruption
* fix: configure MathJax to use TeX (Computer Modern) font
* feat: enhance markdown processing with label and figure collection
* fix: remove duplicate bibliography directives from chapter summaries
References are already handled at the chapter level, so the
:bibliography: directives in summary pages are redundant and cause
rendering issues.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>