Skip to content

Commit

Permalink
docs: ISQ part 6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 11, 2024
1 parent 8ec2f94 commit dc6fb93
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/blog/posts/isq-part-1-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ In this series, we will describe:
- [Part 3 - Modeling ISQ](isq-part-3-modeling-isq.md)
- [Part 4 - Implementing ISQ](isq-part-4-implemeting-isq.md)
- [Part 5 - Benefits](isq-part-5-benefits.md)
- [Part 6 - Challenges](isq-part-6-challenges.md)


## Terms and Definitions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ library on just units or dimensions.
- [Part 3 - Modeling ISQ](isq-part-3-modeling-isq.md)
- [Part 4 - Implementing ISQ](isq-part-4-implemeting-isq.md)
- [Part 5 - Benefits](isq-part-5-benefits.md)
- [Part 6 - Challenges](isq-part-6-challenges.md)


## Limitations of units-only solutions
Expand Down
1 change: 1 addition & 0 deletions docs/blog/posts/isq-part-3-modeling-isq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ language.
- Part 3 - Modeling ISQ
- [Part 4 - Implementing ISQ](isq-part-4-implemeting-isq.md)
- [Part 5 - Benefits](isq-part-5-benefits.md)
- [Part 6 - Challenges](isq-part-6-challenges.md)


## Dimension is not enough to describe a quantity
Expand Down
1 change: 1 addition & 0 deletions docs/blog/posts/isq-part-4-implemeting-isq.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Now, it is time to see how we can implement hierarchies of quantities of the sam
- [Part 3 - Modeling ISQ](isq-part-3-modeling-isq.md)
- Part 4 - Implementing ISQ
- [Part 5 - Benefits](isq-part-5-benefits.md)
- [Part 6 - Challenges](isq-part-6-challenges.md)


## Modeling a hierarchy of kind _length_
Expand Down
1 change: 1 addition & 0 deletions docs/blog/posts/isq-part-5-benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ how our ISQ model elegantly addresses the remaining problems.
- [Part 3 - Modeling ISQ](isq-part-3-modeling-isq.md)
- [Part 4 - Implementing ISQ](isq-part-4-implemeting-isq.md)
- Part 5 - Benefits
- [Part 6 - Challenges](isq-part-6-challenges.md)


## Generic but safe interfaces
Expand Down
Loading

0 comments on commit dc6fb93

Please sign in to comment.