-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.penguintables.jazzy.json
54 lines (54 loc) · 1.56 KB
/
.penguintables.jazzy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"author": "Brennan Saeta <[email protected]>",
"author_url": "https://github.com/saeta",
"module": "PenguinTables",
"github_url": "https://github.com/saeta/penguin",
"github_file_prefix": "https://github.com/saeta/penguin/tree/main",
"min_acl": "public",
"readme": "Sources/PenguinTables/README.md",
"swift_build_tool": "spm",
"theme": "fullwidth",
"output": "docs/tables",
"abstract": "Sources/PenguinTables/Documentation/Sections/*.md",
"documentation": "Sources/PenguinTables/Documentation/Guides/*.md",
"custom_categories": [{
"name": "Primary Types",
"children": [
"PTable",
"PColumn",
"PTypedColumn",
"Aggregation",
"PIndexSet",
"PError"
]
}, {
"name": "Element requirements",
"children": [
"ElementRequirements",
"PDefaultInit",
"PStringParsible",
"PCSVParsible",
"DoubleConvertible"
]
}, {
"name": "Summaries",
"children": [
"PColumnSummary",
"PDataTypeDetails",
"PNumericDetails",
"PStringDetails",
"PBoolDetails"
]
}, {
"name": "Aggregation Internals",
"children": [
"Custom Aggregation",
"AggregationOperation",
"AggregationEngine",
"ArbitraryTypedAggregation",
"DoubleConvertibleAggregation",
"NumericAggregation",
"StringAggregation"
]
}]
}