-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
c22e563
commit 2d7ff91
Showing
73 changed files
with
12,260 additions
and
0 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,190 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> | ||
<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="author" content="Lum AI"> | ||
|
||
<link rel="shortcut icon" href="/odinson/img/favicon.ico"> | ||
<title>odinson</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" /> | ||
|
||
<link rel="stylesheet" href="/odinson/css/theme.css" /> | ||
<link rel="stylesheet" href="/odinson/css/theme_extra.css" /> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" /> | ||
<link href="/odinson/css/extra.css" rel="stylesheet" /> | ||
|
||
<script src="/odinson/js/jquery-2.1.1.min.js" defer></script> | ||
<script src="/odinson/js/modernizr-2.8.3.min.js" defer></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/languages/yaml.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/languages/scala.min.js"></script> | ||
<script>hljs.initHighlightingOnLoad();</script> | ||
</head> | ||
|
||
<body class="wy-body-for-nav" role="document"> | ||
|
||
<div class="wy-grid-for-nav"> | ||
|
||
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search"> | ||
<a href="/odinson/." class="icon icon-home"> odinson</a> | ||
<div role="search"> | ||
<form id ="rtd-search-form" class="wy-form" action="/odinson//search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" title="Type search term here" /> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/.">Home</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/installation/">Installation</a> | ||
</li> | ||
</ul> | ||
<p class="caption"><span class="caption-text">Getting Started</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/getting-started/walkthrough/">Walkthrough Example</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/getting-started/documents/">Creating Odinson Documents</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/getting-started/making_index/">Creating an Index</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/docker/">Docker</a> | ||
</li> | ||
</ul> | ||
<p class="caption"><span class="caption-text">Queries</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/queries/">Overview</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/token_constraints/">Token Constraints</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/basic_queries/">Basic Queries</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/graph_traversals/">Graph Traversals</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/parent_queries/">Parent Queries</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/event_queries/">Event Queries</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/metadata/">Metadata Query Language</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/strings/">Strings</a> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/queries/quantifiers/">Quantifiers</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/shell/">Odinson Shell</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/troubleshooting/">Troubleshooting</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/testing/">Testing</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/contributors/">Contributors</a> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="/odinson/contributing/">Contributing</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
|
||
|
||
<nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="/odinson/.">odinson</a> | ||
</nav> | ||
|
||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="breadcrumbs navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="/odinson/.">Docs</a> »</li> | ||
|
||
|
||
<li class="wy-breadcrumbs-aside"> | ||
|
||
</li> | ||
</ul> | ||
|
||
<hr/> | ||
</div> | ||
|
||
<div role="main"> | ||
<div class="section"> | ||
|
||
|
||
<h1 id="404-page-not-found">404</h1> | ||
|
||
<p><strong>Page not found</strong></p> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<!-- Copyright etc --> | ||
|
||
<p>© 2019-present Lum AI</p> | ||
|
||
</div> | ||
|
||
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
</footer> | ||
|
||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
</div> | ||
|
||
<div class="rst-versions" role="note" aria-label="versions"> | ||
<span class="rst-current-version" data-toggle="rst-current-version"> | ||
|
||
<span> | ||
<a href="https://github.com/lum-ai/odinson/" class="fa fa-github" style="color: #fcfcfc"> GitHub</a> | ||
</span> | ||
|
||
|
||
|
||
</span> | ||
</div> | ||
<script>var base_url = '/odinson/';</script> | ||
<script src="/odinson/js/theme_extra.js" defer></script> | ||
<script src="/odinson/js/theme.js" defer></script> | ||
<script src="/odinson/search/main.js" defer></script> | ||
<script defer> | ||
window.onload = function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}; | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.