Skip to content

Commit 4c27576

Browse files
committed
2.0.0 Release
1 parent 5dfaf8a commit 4c27576

27 files changed

+989
-854
lines changed

doc/.build

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
dist/search_items-2371477b19.js
2+
dist/html-de2388dc2f8074b0a4db.css
3+
dist/html-de2388dc2f8074b0a4db.js
4+
dist/html/fonts/icomoon.eot
5+
dist/html/fonts/icomoon.svg
6+
dist/html/fonts/icomoon.ttf
7+
dist/html/fonts/icomoon.woff
8+
dist/sidebar_items-cb3c6640da.js
9+
api-reference.html
10+
search.html
11+
404.html
12+
MerkleTree.html
13+
MerkleTree.Crypto.html
14+
MerkleTree.Node.html
15+
MerkleTree.Proof.html
16+
MerkleTree.ArgumentError.html
17+
index.html

doc/404.html

Lines changed: 55 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,106 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>404 – merkle_tree v1.6.1</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
10-
11-
<link rel="canonical" href="https://hexdocs.pm/merkle_tree/404.html" />
12-
13-
<script src="dist/sidebar_items.js"></script>
7+
<meta name="generator" content="ExDoc v0.21.2">
8+
<meta name="project" content="merkle_tree v2.0.0">
9+
<title>404 — merkle_tree v2.0.0</title>
10+
<link rel="stylesheet" href="dist/html-de2388dc2f8074b0a4db.css" />
11+
<script src="dist/sidebar_items-cb3c6640da.js"></script>
12+
<script src="docs_config.js"></script>
13+
<script async src="dist/html-de2388dc2f8074b0a4db.js"></script>
1414
</head>
1515
<body data-type="extras">
16-
16+
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
1717
<div class="main">
18-
<button class="sidebar-toggle">
19-
<i class="icon-menu"></i>
18+
19+
<button class="sidebar-button sidebar-toggle">
20+
<span class="icon-menu" title="Collapse/expand sidebar"></span>
2021
</button>
22+
2123
<section class="sidebar">
24+
<form class="sidebar-search" action="search.html">
25+
<button type="submit" class="search-button">
26+
<span class="icon-search" aria-hidden="true"></span>
27+
</button>
28+
<button type="button" tabindex="-1" class="search-close-button">
29+
<span class="icon-cross" title="Cancel search"></span>
30+
</button>
31+
<label class="search-label">
32+
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
33+
</label>
34+
</form>
2235

23-
24-
<a href="api-reference.html" class="sidebar-projectLink">
36+
<div class="autocomplete">
37+
<div class="autocomplete-results">
38+
</div>
39+
</div>
40+
41+
<div class="sidebar-header">
2542
<div class="sidebar-projectDetails">
26-
<h1 class="sidebar-projectName">
27-
merkle_tree
28-
</h1>
43+
<a href="api-reference.html" class="sidebar-projectName">
44+
merkle_tree </a>
2945
<h2 class="sidebar-projectVersion">
30-
v1.6.1
46+
v2.0.0
3147
</h2>
3248
</div>
33-
34-
</a>
35-
36-
<div class="sidebar-search">
37-
<i class="icon-search"></i>
38-
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
3949
</div>
4050

4151
<ul class="sidebar-listNav">
4252
<li><a id="extras-list" href="#full-list">Pages</a></li>
4353

44-
4554
<li><a id="modules-list" href="#full-list">Modules</a></li>
46-
4755

48-
4956
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>
50-
5157

52-
5358
</ul>
54-
59+
<div class="gradient"></div>
5560
<ul id="full-list" class="sidebar-fullList"></ul>
56-
<div class="sidebar-noResults"></div>
5761
</section>
5862

5963
<section class="content">
6064
<div class="content-outer">
6165
<div id="content" class="content-inner">
6266

63-
6467
<h2>Page not found</h2>
6568

6669
<p>Sorry, but the page you were trying to get to, does not exist. You
67-
may want to try searching this site using the sidebar or using our
68-
<a href="api-reference.html" title="API Reference">API Reference</a> page to find what
69-
you were looking for.</p>
70+
may want to try searching this site using the sidebar
71+
or using our <a href="api-reference.html">API Reference</a> page
72+
to find what you were looking for.</p>
7073

7174
<footer class="footer">
7275
<p>
7376
<span class="line">
7477
Built using
75-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
78+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.2),
7679
</span>
7780
<span class="line">
7881
designed by
79-
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
80-
</span>
82+
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
83+
</span>
84+
</p>
85+
<p>
86+
<button class="line footer-button night-mode-toggle">
87+
Toggle night mode
88+
</button>
89+
<button class="line footer-button tooltips-toggle">
90+
<span class="tooltips-option-disable">Disable tooltips</span>
91+
<span class="tooltips-option-enable">Enable tooltips</span>
92+
</button>
93+
<button class="line footer-button display-shortcuts-help">
94+
Display keyboard shortcuts
95+
</button>
96+
<button class="line footer-button display-quick-switch">
97+
Go to a HexDocs package
98+
</button>
8199
</p>
82-
<button class="night-mode-toggle" />
83100
</footer>
84101
</div>
85102
</div>
86103
</section>
87104
</div>
88-
<script src="dist/app-21f1a20b9e.js"></script>
89105
</body>
90106
</html>
91-

doc/MerkleTree.ArgumentError.html

Lines changed: 56 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,178 +1,106 @@
1-
<!DOCTYPE html>
2-
<html>
1+
<!DOCTYPE html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>MerkleTree.ArgumentError – merkle_tree v1.6.1</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
10-
11-
<link rel="canonical" href="https://hexdocs.pm/merkle_tree/MerkleTree.ArgumentError.html" />
12-
13-
<script src="dist/sidebar_items.js"></script>
7+
<meta name="generator" content="ExDoc v0.21.2">
8+
<meta name="project" content="merkle_tree v2.0.0">
9+
<title>MerkleTree.ArgumentError — merkle_tree v2.0.0</title>
10+
<link rel="stylesheet" href="dist/html-de2388dc2f8074b0a4db.css" />
11+
<script src="dist/sidebar_items-cb3c6640da.js"></script>
12+
<script src="docs_config.js"></script>
13+
<script async src="dist/html-de2388dc2f8074b0a4db.js"></script>
1414
</head>
1515
<body data-type="exceptions">
16+
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
17+
<div class="main">
1618

17-
<div class="main">
18-
<button class="sidebar-toggle">
19-
<i class="icon-menu"></i>
19+
<button class="sidebar-button sidebar-toggle">
20+
<span class="icon-menu" title="Collapse/expand sidebar"></span>
2021
</button>
22+
2123
<section class="sidebar">
24+
<form class="sidebar-search" action="search.html">
25+
<button type="submit" class="search-button">
26+
<span class="icon-search" aria-hidden="true"></span>
27+
</button>
28+
<button type="button" tabindex="-1" class="search-close-button">
29+
<span class="icon-cross" title="Cancel search"></span>
30+
</button>
31+
<label class="search-label">
32+
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
33+
</label>
34+
</form>
35+
36+
<div class="autocomplete">
37+
<div class="autocomplete-results">
38+
</div>
39+
</div>
2240

23-
24-
<a href="api-reference.html" class="sidebar-projectLink">
41+
<div class="sidebar-header">
2542
<div class="sidebar-projectDetails">
26-
<h1 class="sidebar-projectName">
27-
merkle_tree
28-
</h1>
43+
<a href="api-reference.html" class="sidebar-projectName">
44+
merkle_tree </a>
2945
<h2 class="sidebar-projectVersion">
30-
v1.6.1
46+
v2.0.0
3147
</h2>
3248
</div>
33-
34-
</a>
35-
36-
<div class="sidebar-search">
37-
<i class="icon-search"></i>
38-
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
3949
</div>
4050

4151
<ul class="sidebar-listNav">
4252
<li><a id="extras-list" href="#full-list">Pages</a></li>
4353

44-
4554
<li><a id="modules-list" href="#full-list">Modules</a></li>
46-
4755

48-
4956
<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>
50-
5157

52-
5358
</ul>
54-
59+
<div class="gradient"></div>
5560
<ul id="full-list" class="sidebar-fullList"></ul>
56-
<div class="sidebar-noResults"></div>
5761
</section>
5862

5963
<section class="content">
6064
<div class="content-outer">
6165
<div id="content" class="content-inner">
6266

63-
6467
<h1>
65-
<small class="visible-xs">merkle_tree v1.6.1</small>
66-
MerkleTree.ArgumentError
67-
68-
<small>exception</small>
69-
70-
71-
</h1>
72-
73-
74-
75-
76-
<section id="summary" class="details-list">
77-
<h1 class="section-heading">
78-
<a class="hover-link" href="#summary">
79-
<i class="icon-link"></i>
80-
</a>
81-
Summary
82-
</h1>
83-
84-
85-
86-
<div class="summary-functions summary">
87-
<h2>
88-
<a href="#functions">Functions</a>
89-
</h2>
90-
<div class="summary-row">
91-
<div class="summary-signature">
92-
<a href="#exception/1">exception(msg)</a>
93-
</div>
94-
95-
</div>
96-
<div class="summary-row">
97-
<div class="summary-signature">
98-
<a href="#message/1">message(exception)</a>
99-
</div>
100-
101-
</div>
102-
103-
</div>
104-
105-
106-
107-
108-
68+
<small class="app-vsn">merkle_tree v2.0.0</small>
69+
MerkleTree.ArgumentError <small>exception</small> </h1>
10970

110-
</section>
111-
112-
113-
114-
115-
116-
<section id="functions" class="details-list">
117-
<h1 class="section-heading">
118-
<a class="hover-link" href="#functions">
119-
<i class="icon-link"></i>
120-
</a>
121-
Functions
122-
</h1>
123-
<div class="detail" id="exception/1">
124-
<div class="detail-header">
125-
<a href="#exception/1" class="detail-link" title="Link to this function">
126-
<i class="icon-link"></i>
127-
</a>
128-
<span class="signature">exception(msg)</span>
129-
130-
131-
</div>
132-
133-
<section class="docstring">
134-
135-
</section>
136-
</div>
137-
<div class="detail" id="message/1">
138-
<div class="detail-header">
139-
<a href="#message/1" class="detail-link" title="Link to this function">
140-
<i class="icon-link"></i>
141-
</a>
142-
<span class="signature">message(exception)</span>
143-
144-
145-
</div>
146-
147-
<section class="docstring">
148-
149-
</section>
150-
</div>
15171

152-
</section>
153-
15472

155-
15673

157-
158-
<footer class="footer">
74+
<footer class="footer">
15975
<p>
16076
<span class="line">
16177
Built using
162-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
78+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.2),
16379
</span>
16480
<span class="line">
16581
designed by
166-
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
167-
</span>
82+
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
83+
</span>
84+
</p>
85+
<p>
86+
<button class="line footer-button night-mode-toggle">
87+
Toggle night mode
88+
</button>
89+
<button class="line footer-button tooltips-toggle">
90+
<span class="tooltips-option-disable">Disable tooltips</span>
91+
<span class="tooltips-option-enable">Enable tooltips</span>
92+
</button>
93+
<button class="line footer-button display-shortcuts-help">
94+
Display keyboard shortcuts
95+
</button>
96+
<button class="line footer-button display-quick-switch">
97+
Go to a HexDocs package
98+
</button>
16899
</p>
169-
<button class="night-mode-toggle" />
170100
</footer>
171101
</div>
172102
</div>
173103
</section>
174104
</div>
175-
<script src="dist/app-21f1a20b9e.js"></script>
176105
</body>
177106
</html>
178-

0 commit comments

Comments
 (0)