Skip to content

Commit ce2f7d2

Browse files
authored
Link sections on README
1 parent acc52c4 commit ce2f7d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ DynamicQuantities defines a simple statically-typed `Quantity` type for Julia.
1313
Physical dimensions are stored as a *value*, as opposed to a parametric type, as in [Unitful.jl](https://github.com/PainterQubits/Unitful.jl).
1414
This is done to allow for calculations where physical dimensions are not known at compile time.
1515

16+
- [Performance](#performance)
17+
- [Usage](#usage)
18+
- [Units](#units)
19+
- [Types](#types)
20+
- [Vectors](#vectors)
21+
1622
## Performance
1723

1824
DynamicQuantities can greatly outperform Unitful

0 commit comments

Comments
 (0)