Skip to content

Commit

Permalink
Updated website (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
markflorisson committed Apr 8, 2013
1 parent 592e505 commit 0952136
Show file tree
Hide file tree
Showing 21 changed files with 1,054 additions and 388 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

77 changes: 0 additions & 77 deletions Makefile

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

182 changes: 182 additions & 0 deletions _site/doc.html
@@ -0,0 +1,182 @@


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Links to Documenation &mdash; numba</title>

<link rel="stylesheet" href="../_static/agogo.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.7.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="top" title="numba" href="../index.html" />
</head>
<body>
<div class="header-wrapper">
<div class="header">
<div class="logo"><a href="../index.html">
<img class="logo" src="../_static/logo.png" alt="Logo"/>
</a></div>

<div class="rel">
<a href="../index.html">Home</a> ·
<a href="../download.html">Download</a> ·
<a href="../doc.html">Documentation</a> ·
</div>
</div>
</div>

<div class="content-wrapper">
<div class="content">


<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div class="sidebarblock">
<div id="cse-search-form" style="width: 100%;">Loading</div>

<script src="http://www.google.co.uk/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl(
'017950022472296044740:wfr9nyfshwo');

customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.enableSearchboxOnly("../searchresults.html");
customSearchControl.draw('cse-search-form', options);
}, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> <style type="text/css">
input.gsc-input {
border-color: #BCCDF0;
}
input.gsc-search-button {
border-color: #666666;
background-color: #CECECE;
padding: 0;
}
div.sphinxsidebar input[type="text"] {
width: 100%;
}
div.sphinxsidebar input[type="submit"] {
width: 100%;
}
</style>
</div>
<div class="sidebarblock">
<h3>Versions</h3>

<div class="tile"><h4>Stable</h4>
0.7 &ndash; February&nbsp;2013<br/>
<a href="../download.html">Download</a>
</div>

<div class="tile"><h4>Development</h4>
pre-0.8<br/>
<a href="https://github.com/numba/numba">Github</a>
</div>

<div id="buttons">
</div><!-- use -->
<g:plusone size="medium" annotation="none"></g:plusone>
<div class="clear"></div>
</div><!-- buttons container -->

</div>


<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<div class="sidebarblock">
<h3>Links</h3>

<ul class="simple">
<li><a class="reference external" href="https://github.com/numba/numba/issues">
Issue tracker</a></li>
<li>Mailing lists:<br/><span style="padding-left: 1em;">
<a class="reference external" href="https://groups.google.com/a/continuum.io/forum/#!forum/numba-users">
User</a>
</li></span>
</ul>
</div>

<div class="sidebarblock">
<h3>Github</h3>
<ul class="simple">
<li><a class="reference external"
href="https://github.com/numba/numba/zipball/master">Download
<strong>ZIP File</strong></a></li>
<li><a class="reference external"
href="https://github.com/numba/numba/tarball/master">Download
<strong>TAR Ball</strong></a></li>
<li><a class="reference external"
href="https://github.com/numba/numba">View on <strong>GitHub</strong></a></li>
</ul>
</div>
</div>
</div>

<div class="document">

<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">

<div class="section" id="links-to-documenation">
<h1>Links to Documenation<a class="headerlink" href="#links-to-documenation" title="Permalink to this headline"></a></h1>
<p>Releases:</p>
<ul class="simple">
<li><a class="reference external" href="http://numba.github.com/numba-doc/0.7/index.html">Version 0.7</a></li>
<li><a class="reference external" href="http://numba.github.com/numba-doc/0.6/index.html">Version 0.6</a></li>
<li><a class="reference external" href="http://numba.github.com/numba-doc/0.5/index.html">Version 0.5</a></li>
<li><a class="reference external" href="http://numba.github.com/numba-doc/0.3/index.html">Version 0.3</a></li>
</ul>
<p>Development:</p>
<ul class="simple">
<li><a class="reference external" href="http://numba.github.com/numba-doc/dev/index.html">Development</a></li>
</ul>
</div>


</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>

<div class="footer-wrapper">

<div class="footer">
&copy; Copyright Continuum Analytics (2012).
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</div>

</body>
</html>

0 comments on commit 0952136

Please sign in to comment.