Skip to content

Commit aba2cba

Browse files
author
Jessica Shi
committed
move site files
1 parent 08333ae commit aba2cba

31 files changed

+7151
-858
lines changed

symphony-docs/404.html

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
<!DOCTYPE html>
2+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
3+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
<link rel="shortcut icon" href="favicon.ico">
11+
12+
<title>Documentation - The Tensor Algebra Compiler (TACO)</title>
13+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
14+
15+
<link rel="stylesheet" href="css/theme.css" type="text/css" />
16+
<link rel="stylesheet" href="css/theme_extra.css" type="text/css" />
17+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
18+
<link href="extra.css" rel="stylesheet">
19+
20+
<script src="js/jquery-2.1.1.min.js" defer></script>
21+
<script src="js/modernizr-2.8.3.min.js" defer></script>
22+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
23+
<script>hljs.initHighlightingOnLoad();</script>
24+
25+
</head>
26+
27+
<body class="wy-body-for-nav" role="document">
28+
29+
<div class="wy-grid-for-nav">
30+
31+
32+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
33+
<div class="wy-side-nav-search">
34+
<a href="index.html" class="icon icon-home"> Documentation - The Tensor Algebra Compiler (TACO)</a>
35+
<div role="search">
36+
<form id ="rtd-search-form" class="wy-form" action="/search.html" method="get">
37+
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
38+
</form>
39+
</div>
40+
</div>
41+
42+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
43+
<ul class="current">
44+
45+
46+
<li class="toctree-l1">
47+
48+
<a class="" href="index.html">Home</a>
49+
</li>
50+
51+
<li class="toctree-l1">
52+
53+
<span class="caption-text">Python Library</span>
54+
<ul class="subnav">
55+
<li class="">
56+
57+
<a class="" href="tutorial.html">Tutorial</a>
58+
</li>
59+
<li class="">
60+
61+
<a class="" href="pytensors.html">Defining Tensors</a>
62+
</li>
63+
<li class="">
64+
65+
<a class="" href="pycomputations.html">Computing on Tensors</a>
66+
</li>
67+
<li class="">
68+
69+
<a class="" href="pyreference.html">Reference Manual</a>
70+
</li>
71+
</ul>
72+
</li>
73+
74+
<li class="toctree-l1">
75+
76+
<span class="caption-text">Example Applications</span>
77+
<ul class="subnav">
78+
<li class="">
79+
80+
<a class="" href="scientific_computing.html">Scientific Computing: SpMV</a>
81+
</li>
82+
<li class="">
83+
84+
<a class="" href="data_analytics.html">Data Analytics: MTTKRP</a>
85+
</li>
86+
<li class="">
87+
88+
<a class="" href="machine_learning.html">Machine Learning: SDDMM</a>
89+
</li>
90+
</ul>
91+
</li>
92+
93+
<li class="toctree-l1">
94+
95+
<a class="" href="optimization.html">Strategies for Optimization</a>
96+
</li>
97+
98+
<li class="toctree-l1">
99+
100+
<a class="" href="benchmarking.html">Guide to Benchmarking</a>
101+
</li>
102+
103+
</ul>
104+
</div>
105+
&nbsp;
106+
</nav>
107+
108+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
109+
110+
111+
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
112+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
113+
<a href="index.html">Documentation - The Tensor Algebra Compiler (TACO)</a>
114+
</nav>
115+
116+
117+
<div class="wy-nav-content">
118+
<div class="rst-content">
119+
<div role="navigation" aria-label="breadcrumbs navigation">
120+
<ul class="wy-breadcrumbs">
121+
<li><a href="index.html">Docs</a> &raquo;</li>
122+
123+
124+
<li class="wy-breadcrumbs-aside">
125+
126+
</li>
127+
</ul>
128+
<hr/>
129+
</div>
130+
<div role="main">
131+
<div class="section">
132+
133+
134+
<h1 id="404-page-not-found">404</h1>
135+
136+
<p><strong>Page not found</strong></p>
137+
138+
139+
</div>
140+
</div>
141+
<footer>
142+
143+
144+
<hr/>
145+
146+
<div role="contentinfo">
147+
<!-- Copyright etc -->
148+
149+
</div>
150+
151+
Built with <a href="http://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>.
152+
</footer>
153+
154+
</div>
155+
</div>
156+
157+
</section>
158+
159+
</div>
160+
161+
<div class="rst-versions" role="note" style="cursor: pointer">
162+
<span class="rst-current-version" data-toggle="rst-current-version">
163+
164+
165+
166+
</span>
167+
</div>
168+
<script>var base_url = '';</script>
169+
<script src="js/theme.js" defer></script>
170+
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" defer></script>
171+
<script src="search/main.js" defer></script>
172+
173+
</body>
174+
</html>

0 commit comments

Comments
 (0)