Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek Kuczynski authored and Bartek Kuczynski committed Apr 23, 2017
1 parent 595e873 commit 934ffa3
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 72 deletions.
18 changes: 9 additions & 9 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<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 – peselx v0.2.0</title>
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
<meta name="generator" content="ExDoc v0.15.1">
<title>404 – peselx v0.2.1</title>
<link rel="stylesheet" href="dist/app-af302bfcc4.css" />

<script src="dist/sidebar_items.js"></script>
<script src="dist/sidebar_items-f2cae8bcaf.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">
<button class="sidebar-toggle">
Expand All @@ -25,7 +26,7 @@ <h1 class="sidebar-projectName">
peselx
</h1>
<h2 class="sidebar-projectVersion">
v0.2.0
v0.2.1
</h2>
</div>

Expand All @@ -47,9 +48,8 @@ <h2 class="sidebar-projectVersion">


</ul>

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

<section class="content">
Expand All @@ -68,7 +68,7 @@ <h2>Page not found</h2>
<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" rel="help" target="_blank">ExDoc</a> (v0.15.1),
</span>
<span class="line">
designed by
Expand All @@ -81,7 +81,7 @@ <h2>Page not found</h2>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-e9767fa739.js"></script>
</body>
</html>

40 changes: 17 additions & 23 deletions docs/Peselx.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<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>Peselx – peselx v0.2.0</title>
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
<meta name="generator" content="ExDoc v0.15.1">
<title>Peselx – peselx v0.2.1</title>
<link rel="stylesheet" href="dist/app-af302bfcc4.css" />

<script src="dist/sidebar_items.js"></script>
<script src="dist/sidebar_items-f2cae8bcaf.js"></script>
</head>
<body data-type="modules">
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">
<button class="sidebar-toggle">
Expand All @@ -25,7 +26,7 @@ <h1 class="sidebar-projectName">
peselx
</h1>
<h2 class="sidebar-projectVersion">
v0.2.0
v0.2.1
</h2>
</div>

Expand All @@ -47,9 +48,8 @@ <h2 class="sidebar-projectVersion">


</ul>

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

<section class="content">
Expand All @@ -58,7 +58,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">peselx v0.2.0</small>
<small class="visible-xs">peselx v0.2.1</small>
Peselx


Expand All @@ -69,7 +69,7 @@ <h1>
</h1>


<section id="moduledoc" class="docstring">
<section id="moduledoc">
<p>Provides function validate/1 to check PESEL number.</p>
<p>Checks:</p>
<ul>
Expand Down Expand Up @@ -114,8 +114,6 @@ <h2>





</section>


Expand All @@ -130,6 +128,7 @@ <h1 class="section-heading">
Functions
</h1>
<div class="detail" id="validate/1">

<div class="detail-header">
<a href="#validate/1" class="detail-link" title="Link to this function">
<i class="icon-link"></i>
Expand All @@ -141,17 +140,14 @@ <h1 class="section-heading">
</a>


</div>

<div class="specs">
<h4 class="specs-title">Specs</h4>
<div class="specs-list">

<div class="specs">

<pre><code class="elixir">validate(<a href="http://elixir-lang.org/docs/stable/elixir/String.html#t:t/0">String.t</a>) :: {atom, <a href="http://elixir-lang.org/docs/stable/elixir/String.html#t:t/0">String.t</a>}</code></pre>
<pre>validate(<a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>) :: {atom, <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>}</pre>

</div>
</div>


</div>
<section class="docstring">
<p> Validate PESEL number.</p>
<p> ## Parameters</p>
Expand All @@ -176,13 +172,11 @@ <h4 class="specs-title">Specs</h4>





<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" rel="help" target="_blank">ExDoc</a> (v0.15.1),
</span>
<span class="line">
designed by
Expand All @@ -195,7 +189,7 @@ <h4 class="specs-title">Specs</h4>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-e9767fa739.js"></script>
</body>
</html>

58 changes: 28 additions & 30 deletions docs/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<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>API Reference – peselx v0.2.0</title>
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
<meta name="generator" content="ExDoc v0.15.1">
<title>API Reference – peselx v0.2.1</title>
<link rel="stylesheet" href="dist/app-af302bfcc4.css" />

<script src="dist/sidebar_items.js"></script>
<script src="dist/sidebar_items-f2cae8bcaf.js"></script>
</head>
<body data-type="extras">
<script>try { if(localStorage.getItem('night-mode')) document.body.className += ' night-mode'; } catch (e) { }</script>

<div class="main">
<button class="sidebar-toggle">
Expand All @@ -25,7 +26,7 @@ <h1 class="sidebar-projectName">
peselx
</h1>
<h2 class="sidebar-projectVersion">
v0.2.0
v0.2.1
</h2>
</div>

Expand All @@ -47,52 +48,49 @@ <h2 class="sidebar-projectVersion">


</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">peselx v0.2.0</small>
API Reference
</h1>

<ul class="summary-links">

<li><a href="#modules">Modules</a></li>



</ul>
<h1>
<small class="visible-xs">peselx v0.2.1</small>
API Reference
</h1>


<section id="modules" class="details-list">
<h1 class="section-heading">Modules</h1>
<div class="summary">
<div class="summary-row">

<section class="details-list">
<h2 id="modules" class="section-heading">
<a href="#modules" class="hover-link"><i class="icon-link"></i></a>
Modules
</h2>

<div class="summary">
<div class="summary-row">
<div class="summary-signature"><a href="Peselx.html">Peselx</a></div>

<div class="summary-synopsis"><p>Provides function validate/1 to check PESEL number</p>
</div>

</div>

</div>
</section>

</div>
</section>








<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" rel="help" target="_blank">ExDoc</a> (v0.15.1),
</span>
<span class="line">
designed by
Expand All @@ -105,7 +103,7 @@ <h1 class="section-heading">Modules</h1>
</div>
</section>
</div>
<script src="dist/app-21f1a20b9e.js"></script>
<script src="dist/app-e9767fa739.js"></script>
</body>
</html>

6 changes: 0 additions & 6 deletions docs/dist/app-21f1a20b9e.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/dist/app-88251e7c81.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/dist/sidebar_items.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<meta charset="utf-8">
<title>peselx v0.2.0 – Documentation</title>
<title>peselx v0.2.1 – Documentation</title>
<meta http-equiv="refresh" content="0; url=api-reference.html">
<meta name="robots" content="noindex">
<meta name="generator" content="ExDoc v0.12.0">
<meta name="generator" content="ExDoc v0.15.1">
</head>
<body></body>
</html>

0 comments on commit 934ffa3

Please sign in to comment.