8000 Refactor, remove symlink pylib/Lib -> Lib and moved path by Undersk0re · Pull Request #5763 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Refactor, remove symlink pylib/Lib -> Lib and moved path #5763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mod readme
  • Loading branch information
Simone_Pellacani committed Apr 25, 2025
commit 0a5b2a4cf094dce5ea08488879dd16c11b3e2edd
26 changes: 14 additions & 12 deletions README_main.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# Master folder doc
- [README.md](README.md)
- [DEVELOPMENT.md](DEVELOPMENT.md)
- [code-of-conduct.md](code-of-conduct.md)
- [README](README.md)
- [DEVELOPMENT](DEVELOPMENT.md)
- [code-of-conduct](code-of-conduct.md)
- [architecture](architecture/architecture.md)



# WASM
- [wasm/README.md](wasm/README.md)
- [wasm/lib/README.md](wasm/lib/README.md)
- [wasm/notebook/README.md](wasm/notebook/README.md)
- [wasm](wasm/README.md)
- [wasm/lib](wasm/lib/README.md)
- [wasm/notebook](wasm/notebook/README.md)


# VM
- [vm/Lib/README.md](vm/Lib/README.md)
- [vm/Lib](vm/Lib/README.md)



# Benches
- [benches/README.md](benches/README.md)
- [benches](benches/README.md)

# Extra
- [extra_tests/README.md](extra_tests/README.md)
- [Lib/test/ziptestdata/README.md](Lib/test/ziptestdata/README.md)
- [extra_tests/README.md](extra_tests/README.md)
- [Lib/test/ziptestdata/README.md](Lib/test/ziptestdata/README.md)
- [extra_tests](extra_tests/README.md)
- [Lib/test/ziptestdata](Lib/test/ziptestdata/README.md)
- [extra_tests](extra_tests/README.md)
- [Lib/test/ziptestdata](Lib/test/ziptestdata/README.md)


# conduct
Expand Down
0