Skip to content

Commit f89203d

Browse files
committed
Improve docs
1 parent 03242c1 commit f89203d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/src/types.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ which is subtyped to `Any`.
4040
```@docs
4141
GenericQuantity
4242
AbstractGenericQuantity
43+
```
44+
45+
In the other direction, there is also `RealQuantity`,
46+
which is subtyped to `Real`.
47+
48+
```@docs
49+
RealQuantity
50+
AbstractRealQuantity
51+
```
52+
53+
More general, these are each contained in the following:
54+
55+
```@docs
4356
UnionAbstractQuantity
4457
DynamicQuantities.ABSTRACT_QUANTITY_TYPES
4558
```

test/unittests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using DynamicQuantities
2-
using DynamicQuantities: FixedRational, NoDims
2+
using DynamicQuantities: FixedRational, NoDims, AbstractSymbolicDimensions
33
using DynamicQuantities: DEFAULT_QUANTITY_TYPE, DEFAULT_DIM_BASE_TYPE, DEFAULT_DIM_TYPE, DEFAULT_VALUE_TYPE
44
using DynamicQuantities: array_type, value_type, dim_type, quantity_type
55
using DynamicQuantities: GenericQuantity, with_type_parameters, constructorof

0 commit comments

Comments
 (0)