Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,13 @@ Feel free to utilize it for your research, it would be nice __citing us__! Our [
```

# Todo
- [ ] Documentation
- [x] Documentation - first draft
- [x] Naming conventions!
- [x] Improve usability for user interaction
- [ ] Next operations: Tail flip, Connection symbol flip, wrapper class for easy usage, config class for predefinition, staggered exploration
- [ ] nice print flux
- [ ] staggered exploration
- [x] nice print flux
- [ ] constant node needs to be fixed
- [ ] Clean Package Structure
- [ ] considering Tullio.jl for faster tensor ops
- [ ] LLM-interface
- [ ] Python-interface
12 changes: 12 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"

[compat]
Documenter = "1"
DocumenterTools = "0.1"
Plots = "1"
PlotlyJS = "0.18"

206 changes: 206 additions & 0 deletions docs/build/api-reference.html

Large diffs are not rendered by default.

Loading