Skip to content

Commit 2fee2da

Browse files
committed
downgrade genstage
1 parent 8d0455e commit 2fee2da

18 files changed

+422
-376
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
erl_crash.dump
55
*.ez
66
*.beam
7+
/doc

doc/.build

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ fonts/icomoon.eot
44
fonts/icomoon.svg
55
fonts/icomoon.ttf
66
fonts/icomoon.woff
7-
dist/sidebar_items-5b75bc77c5.js
7+
dist/sidebar_items-26763f3b83.js
88
api-reference.html
99
search.html
1010
404.html
1111
Exkml.html
12+
Exkml.Helpers.html
1213
Exkml.Line.html
13-
Exkml.Multiline.html
14-
Exkml.Multipoint.html
15-
Exkml.Multipolygon.html
14+
Exkml.Multigeometry.html
15+
Exkml.Parser.html
16+
Exkml.Placemark.html
1617
Exkml.Point.html
1718
Exkml.Polygon.html
19+
Exkml.Stage.html
20+
Exkml.State.html
21+
Exkml.KMLParseError.html
1822
index.html

doc/404.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="ExDoc v0.16.4">
8-
<title>404 – exkml v0.1.2</title>
8+
<title>404 – exkml v0.2.0</title>
99
<link rel="stylesheet" href="dist/app-5b9e160cec.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/exkml/404.html" />
1212

1313

14-
<script src="dist/sidebar_items-5b75bc77c5.js"></script>
14+
<script src="dist/sidebar_items-26763f3b83.js"></script>
1515

1616
</head>
1717
<body data-type="extras">
@@ -31,7 +31,7 @@ <h1 class="sidebar-projectName">
3131
exkml
3232
</h1>
3333
<h2 class="sidebar-projectVersion">
34-
v0.1.2
34+
v0.2.0
3535
</h2>
3636
</div>
3737

@@ -52,6 +52,8 @@ <h2 class="sidebar-projectVersion">
5252

5353

5454

55+
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>
56+
5557

5658

5759

doc/Exkml.Line.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="ExDoc v0.16.4">
8-
<title>Exkml.Line – exkml v0.1.2</title>
8+
<title>Exkml.Line – exkml v0.2.0</title>
99
<link rel="stylesheet" href="dist/app-5b9e160cec.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/exkml/Exkml.Line.html" />
1212

1313

14-
<script src="dist/sidebar_items-5b75bc77c5.js"></script>
14+
<script src="dist/sidebar_items-26763f3b83.js"></script>
1515

1616
</head>
1717
<body data-type="modules">
@@ -31,7 +31,7 @@ <h1 class="sidebar-projectName">
3131
exkml
3232
</h1>
3333
<h2 class="sidebar-projectVersion">
34-
v0.1.2
34+
v0.2.0
3535
</h2>
3636
</div>
3737

@@ -52,6 +52,8 @@ <h2 class="sidebar-projectVersion">
5252

5353

5454

55+
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>
56+
5557

5658

5759

@@ -67,7 +69,7 @@ <h2 class="sidebar-projectVersion">
6769

6870

6971
<h1>
70-
<small class="visible-xs">exkml v0.1.2</small>
72+
<small class="visible-xs">exkml v0.2.0</small>
7173
Exkml.Line
7274

7375
</h1>

doc/Exkml.Multiline.html

-105
This file was deleted.

doc/Exkml.Multipoint.html

-105
This file was deleted.

0 commit comments

Comments
 (0)