Skip to content

Commit

Permalink
2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yosriady committed Jan 30, 2020
1 parent 5dfaf8a commit 4c27576
Show file tree
Hide file tree
Showing 27 changed files with 989 additions and 854 deletions.
17 changes: 17 additions & 0 deletions doc/.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dist/search_items-2371477b19.js
dist/html-de2388dc2f8074b0a4db.css
dist/html-de2388dc2f8074b0a4db.js
dist/html/fonts/icomoon.eot
dist/html/fonts/icomoon.svg
dist/html/fonts/icomoon.ttf
dist/html/fonts/icomoon.woff
dist/sidebar_items-cb3c6640da.js
api-reference.html
search.html
404.html
MerkleTree.html
MerkleTree.Crypto.html
MerkleTree.Node.html
MerkleTree.Proof.html
MerkleTree.ArgumentError.html
index.html
95 changes: 55 additions & 40 deletions doc/404.html
Original file line number Diff line number Diff line change
@@ -1,91 +1,106 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.12.0">
<title>404 – merkle_tree v1.6.1</title>
<link rel="stylesheet" href="dist/app-88251e7c81.css" />

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

<script src="dist/sidebar_items.js"></script>
<meta name="generator" content="ExDoc v0.21.2">
<meta name="project" content="merkle_tree v2.0.0">
<title>404 — merkle_tree v2.0.0</title>
<link rel="stylesheet" href="dist/html-de2388dc2f8074b0a4db.css" />
<script src="dist/sidebar_items-cb3c6640da.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-de2388dc2f8074b0a4db.js"></script>
</head>
<body data-type="extras">

<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
<div class="main">
<button class="sidebar-toggle">
<i class="icon-menu"></i>

<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button">
<span class="icon-search" aria-hidden="true"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button">
<span class="icon-cross" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
</label>
</form>


<a href="api-reference.html" class="sidebar-projectLink">
<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>

<div class="sidebar-header">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
merkle_tree
</h1>
<a href="api-reference.html" class="sidebar-projectName">
merkle_tree </a>
<h2 class="sidebar-projectVersion">
v1.6.1
v2.0.0
</h2>
</div>

</a>

<div class="sidebar-search">
<i class="icon-search"></i>
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
</div>

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


<li><a id="modules-list" href="#full-list">Modules</a></li>



<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>



</ul>

<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
<div class="sidebar-noResults"></div>
</section>

<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">


<h2>Page not found</h2>

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

<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.2),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
</p>
<button class="night-mode-toggle" />
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
</body>
</html>

184 changes: 56 additions & 128 deletions doc/MerkleTree.ArgumentError.html
Original file line number Diff line number Diff line change
@@ -1,178 +1,106 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.12.0">
<title>MerkleTree.ArgumentError – merkle_tree v1.6.1</title>
<link rel="stylesheet" href="dist/app-88251e7c81.css" />

<link rel="canonical" href="https://hexdocs.pm/merkle_tree/MerkleTree.ArgumentError.html" />

<script src="dist/sidebar_items.js"></script>
<meta name="generator" content="ExDoc v0.21.2">
<meta name="project" content="merkle_tree v2.0.0">
<title>MerkleTree.ArgumentError — merkle_tree v2.0.0</title>
<link rel="stylesheet" href="dist/html-de2388dc2f8074b0a4db.css" />
<script src="dist/sidebar_items-cb3c6640da.js"></script>
<script src="docs_config.js"></script>
<script async src="dist/html-de2388dc2f8074b0a4db.js"></script>
</head>
<body data-type="exceptions">
<script>try { if(localStorage.getItem('night-mode') === 'true') document.body.className += ' night-mode'; } catch (e) { }</script>
<div class="main">

<div class="main">
<button class="sidebar-toggle">
<i class="icon-menu"></i>
<button class="sidebar-button sidebar-toggle">
<span class="icon-menu" title="Collapse/expand sidebar"></span>
</button>

<section class="sidebar">
<form class="sidebar-search" action="search.html">
<button type="submit" class="search-button">
<span class="icon-search" aria-hidden="true"></span>
</button>
<button type="button" tabindex="-1" class="search-close-button">
<span class="icon-cross" title="Cancel search"></span>
</button>
<label class="search-label">
<input name="q" type="text" id="search-list" class="search-input" placeholder="Search..." aria-label="Search" autocomplete="off" />
</label>
</form>

<div class="autocomplete">
<div class="autocomplete-results">
</div>
</div>


<a href="api-reference.html" class="sidebar-projectLink">
<div class="sidebar-header">
<div class="sidebar-projectDetails">
<h1 class="sidebar-projectName">
merkle_tree
</h1>
<a href="api-reference.html" class="sidebar-projectName">
merkle_tree </a>
<h2 class="sidebar-projectVersion">
v1.6.1
v2.0.0
</h2>
</div>

</a>

<div class="sidebar-search">
<i class="icon-search"></i>
<input type="text" class="sidebar-searchInput" placeholder="search" autocomplete="off" />
</div>

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


<li><a id="modules-list" href="#full-list">Modules</a></li>



<li><a id="exceptions-list" href="#full-list">Exceptions</a></li>



</ul>

<div class="gradient"></div>
<ul id="full-list" class="sidebar-fullList"></ul>
<div class="sidebar-noResults"></div>
</section>

<section class="content">
<div class="content-outer">
<div id="content" class="content-inner">


<h1>
<small class="visible-xs">merkle_tree v1.6.1</small>
MerkleTree.ArgumentError

<small>exception</small>


</h1>




<section id="summary" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#summary">
<i class="icon-link"></i>
</a>
Summary
</h1>



<div class="summary-functions summary">
<h2>
<a href="#functions">Functions</a>
</h2>
<div class="summary-row">
<div class="summary-signature">
<a href="#exception/1">exception(msg)</a>
</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="#message/1">message(exception)</a>
</div>

</div>

</div>





<small class="app-vsn">merkle_tree v2.0.0</small>
MerkleTree.ArgumentError <small>exception</small> </h1>

</section>





<section id="functions" class="details-list">
<h1 class="section-heading">
<a class="hover-link" href="#functions">
<i class="icon-link"></i>
</a>
Functions
</h1>
<div class="detail" id="exception/1">
<div class="detail-header">
<a href="#exception/1" class="detail-link" title="Link to this function">
<i class="icon-link"></i>
</a>
<span class="signature">exception(msg)</span>


</div>

<section class="docstring">

</section>
</div>
<div class="detail" id="message/1">
<div class="detail-header">
<a href="#message/1" class="detail-link" title="Link to this function">
<i class="icon-link"></i>
</a>
<span class="signature">message(exception)</span>


</div>

<section class="docstring">

</section>
</div>

</section>





<footer class="footer">
<footer class="footer">
<p>
<span class="line">
Built using
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" target="_blank" rel="help noopener">ExDoc</a> (v0.21.2),
</span>
<span class="line">
designed by
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
<a href="https://twitter.com/dignifiedquire" target="_blank" rel="noopener" title="@dignifiedquire">Friedel Ziegelmayer</a>.
</span>
</p>
<p>
<button class="line footer-button night-mode-toggle">
Toggle night mode
</button>
<button class="line footer-button tooltips-toggle">
<span class="tooltips-option-disable">Disable tooltips</span>
<span class="tooltips-option-enable">Enable tooltips</span>
</button>
<button class="line footer-button display-shortcuts-help">
Display keyboard shortcuts
</button>
<button class="line footer-button display-quick-switch">
Go to a HexDocs package
</button>
</p>
<button class="night-mode-toggle" />
</footer>
</div>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
</body>
</html>

Loading

0 comments on commit 4c27576

Please sign in to comment.