File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed
Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ permissions:
1616 pages : write
1717 id-token : write
1818 statuses : write
19+ pull-requests : read # Required when using `push_preview=true`
1920
2021# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2122# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1111Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
1212
1313[compat ]
14- DocStringExtensions = " 0.9.3 "
15- SymbolicUtils = " 3.11 "
16- Symbolics = " 6.23 "
17- julia = " 1.10.0 "
18- Random = " 1.10.0 "
19- LinearAlgebra = " 1.10.0 "
20- Test = " 1.10.0 "
21- OrderedCollections = " 1.6 "
22- Aqua = " 0.8"
23- ExplicitImports = " 1.6 "
24- JET = " 0.9.9 "
14+ DocStringExtensions = " 0.9.4 "
15+ SymbolicUtils = " 3.25 "
16+ Symbolics = " 6.36 "
17+ julia = " 1.10"
18+ Random = " 1.10"
19+ LinearAlgebra = " 1.10"
20+ Test = " 1.10"
21+ OrderedCollections = " 1.8 "
22+ Aqua = " 0.8.11 "
23+ ExplicitImports = " 1.11 "
24+ JET = " 0.9.18 "
2525CheckConcreteStructs = " 0.1.0"
2626
2727[extras ]
Original file line number Diff line number Diff line change 11# API
22
3- ## Symbolic Utilies
3+ ## Symbolic Utilities
44
55``` @docs
66
Original file line number Diff line number Diff line change 11# The Common Interface for the QUEST ecosystem
22
3- The QUEST common interface ties together the utilies of the ecosystem into a single unified interface.
3+ The QUEST common interface ties together the utilities of the ecosystem into a single unified interface.
44It is designed ensure compatiabilty between the different available packages.
55
66This documentation is made to pool together the docs of the various Quest libraries
You can’t perform that action at this time.
0 commit comments