Skip to content

Commit b93efdb

Browse files
committed
Add minimal inventories for DimensionalData and IntervalSets
1 parent 992d016 commit b93efdb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# DocInventory version 1
2+
project = "DimensionalData.jl"
3+
version = "0.29.4"
4+
5+
# NOTE: trimmed to just the pages we link to
6+
[[std.doc]]
7+
dispname = "Selectors"
8+
name = "selectors"
9+
uri = "selectors"
10+
11+
[[std.doc]]
12+
dispname = "DimStacks"
13+
name = "dimstacks"
14+
uri = "stacks"

docs/inventories/IntervalSets.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DocInventory version 1
2+
project = "IntervalSets.jl"
3+
version = "0.7.10"
4+
5+
# NOTE: trimmed to just the API functions we link to
6+
[[jl.type]]
7+
name = "IntervalSets.AbstractInterval"
8+
uri = "api/#$"

0 commit comments

Comments
 (0)