-
Notifications
You must be signed in to change notification settings - Fork 4
/
.jazzy.yaml
60 lines (55 loc) · 1.18 KB
/
.jazzy.yaml
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
55
56
57
58
59
60
module: GeoFeatures
author: Tony Stone
author_url: http://github.com/tonystone
github_url: http://github.com/tonystone/geofeatures2
readme: ./README.md
exclude:
- "Tests/**/*.swift"
- "Sources/GeoFeatures/CoordinateCollectionType.swift"
- "Sources/GeoFeatures/GeometryCollectionType.swift"
- "Documentation/GeoFeatures-Development.md"
- "Documentation/HowTo.md"
swift_version: 4.0.3
theme: apple
output: documentation/html
abstract: Documentation/Abstracts/*.md
custom_categories:
- name: Documentation
children:
- Introduction
- Features
- name: Geometry Model
children:
- Geometry
- Curve
- Surface
- Coordinate
- Point
- LineString
- LinearRing
- Polygon
- MultiPoint
- MultiLineString
- MultiPolygon
- GeometryCollection
- name: Spacial Dimension
children:
- Dimension
- name: Precision Model
children:
- Precision
- Floating
- Fixed
- defaultPrecision
- name: Coordinate Systems
children:
- CoordinateSystem
- Cartesian
- Geographic
- defaultCoordinateSystem
- name: Input/Output
children:
- WKTReader
- WKTWriter
- GeoJSONReader
- GeoJSONWriter