feat(python): implement python bindings for all components and solvers

This commit is contained in:
Sepehr
2026-02-21 20:34:56 +01:00
parent 8ef8cd2eba
commit 4440132b0a
310 changed files with 11577 additions and 397 deletions

22
docs/index.md Normal file
View File

@@ -0,0 +1,22 @@
# Directory Index
## General Documentation
- **[README.md](../README.md)** - Main project overview and getting started guide.
- **[TUTORIAL.md](./TUTORIAL.md)** - Step-by-step guide to using Entropyk (CLI & UI).
- **[EXAMPLES.md](../EXAMPLES.md)** - Comprehensive usage examples for all library components.
- **[README_STORY_1_3.md](../README_STORY_1_3.md)** - Technical details of Port and Connection system implementation.
## Project Subdirectories
### demo/
- **[demo/README.md](../demo/README.md)** - Documentation for demo applications and system simulations.
### crates/
- **[crates/entropyk/README.md](../crates/entropyk/README.md)** - Specific documentation for the main Entropyk library crate.
## Assets
- **[docs/katex-header.html](./katex-header.html)** - KaTeX configuration for rendering mathematical formulas in documentation.