-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stuart Eccles
committed
Oct 13, 2016
1 parent
601c827
commit 8fe520c
Showing
24 changed files
with
2,725 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2016 Stuart Eccles | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/dist/app-091c05798a.css | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/dist/app-574613960f.js | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.eot | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.svg | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.ttf | ||
/Users/stueccles/Development/elixir/analytics-elixir/doc/fonts/icomoon.woff | ||
index.html | ||
api-reference.html | ||
404.html | ||
dist/sidebar_items.js | ||
Segment.html | ||
Segment.Analytics.html | ||
Segment.Analytics.Alias.html | ||
Segment.Analytics.Context.html | ||
Segment.Analytics.Group.html | ||
Segment.Analytics.Http.html | ||
Segment.Analytics.Identify.html | ||
Segment.Analytics.Page.html | ||
Segment.Analytics.Screen.html | ||
Segment.Analytics.Track.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<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.14.3"> | ||
<title>404 – segment v0.1.1</title> | ||
<link rel="stylesheet" href="dist/app-091c05798a.css" /> | ||
|
||
<link rel="canonical" href="https://hexdocs.pm/segment/404.html" /> | ||
|
||
<script src="dist/sidebar_items.js"></script> | ||
</head> | ||
<body data-type="extras"> | ||
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script> | ||
|
||
<div class="main"> | ||
<button class="sidebar-toggle"> | ||
<i class="icon-menu"></i> | ||
</button> | ||
<section class="sidebar"> | ||
|
||
|
||
<a href="api-reference.html" class="sidebar-projectLink"> | ||
<div class="sidebar-projectDetails"> | ||
<h1 class="sidebar-projectName"> | ||
segment | ||
</h1> | ||
<h2 class="sidebar-projectVersion"> | ||
v0.1.1 | ||
</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> | ||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
<div class="gradient"></div> | ||
<ul id="full-list" class="sidebar-fullList"></ul> | ||
</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> | ||
|
||
<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.14.3), | ||
</span> | ||
<span class="line"> | ||
designed by | ||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. | ||
</span> | ||
</p> | ||
<button class="night-mode-toggle" /> | ||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script src="dist/app-574613960f.js"></script> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<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.14.3"> | ||
<title>Segment.Analytics.Alias – segment v0.1.1</title> | ||
<link rel="stylesheet" href="dist/app-091c05798a.css" /> | ||
|
||
<link rel="canonical" href="https://hexdocs.pm/segment/Segment.Analytics.Alias.html" /> | ||
|
||
<script src="dist/sidebar_items.js"></script> | ||
</head> | ||
<body data-type="modules"> | ||
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script> | ||
|
||
<div class="main"> | ||
<button class="sidebar-toggle"> | ||
<i class="icon-menu"></i> | ||
</button> | ||
<section class="sidebar"> | ||
|
||
|
||
<a href="api-reference.html" class="sidebar-projectLink"> | ||
<div class="sidebar-projectDetails"> | ||
<h1 class="sidebar-projectName"> | ||
segment | ||
</h1> | ||
<h2 class="sidebar-projectVersion"> | ||
v0.1.1 | ||
</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> | ||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
<div class="gradient"></div> | ||
<ul id="full-list" class="sidebar-fullList"></ul> | ||
</section> | ||
|
||
<section class="content"> | ||
<div class="content-outer"> | ||
<div id="content" class="content-inner"> | ||
|
||
|
||
<h1> | ||
<small class="visible-xs">segment v0.1.1</small> | ||
Segment.Analytics.Alias | ||
|
||
|
||
</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<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.14.3), | ||
</span> | ||
<span class="line"> | ||
designed by | ||
<a href="https://twitter.com/dignifiedquire" target="_blank" title="@dignifiedquire">Friedel Ziegelmayer</a>. | ||
</span> | ||
</p> | ||
<button class="night-mode-toggle" /> | ||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script src="dist/app-574613960f.js"></script> | ||
</body> | ||
</html> | ||
|
Oops, something went wrong.