Skip to content

Commit

Permalink
added Better way to link to old docs at docs.sympy.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mvnnn committed Feb 29, 2016
1 parent e166657 commit e8866cc
Show file tree
Hide file tree
Showing 12 changed files with 256 additions and 207 deletions.
30 changes: 17 additions & 13 deletions 0.6.7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="top" title="SymPy v0.6.7 documentation" href="" />
<link rel="next" title="Installation" href="install.html" />
</head>
Expand Down Expand Up @@ -152,19 +168,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down
30 changes: 17 additions & 13 deletions 0.7.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@
<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">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="top" title="SymPy v0.7.0 documentation" href="#" />
<link rel="next" title="Installation" href="install.html" />
</head>
Expand Down Expand Up @@ -150,19 +166,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="#">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down
30 changes: 17 additions & 13 deletions 0.7.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
<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_HTML-full"></script>
<script type="text/javascript">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="top" title="SymPy v0.7.1 documentation" href="#" />
<link rel="next" title="Installation" href="install.html" />
</head>
Expand Down Expand Up @@ -152,19 +168,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="#">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down
32 changes: 18 additions & 14 deletions 0.7.2-py3k/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
<script type="text/javascript" src="http://live.sympy.org/static/live-autocomplete.js"></script>
<script type="text/javascript" src="http://live.sympy.org/static/live-sphinx.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<script type="text/javascript">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="shortcut icon" href="_static/SymPy-Favicon.ico"/>
<link rel="top" title="SymPy 0.7.2 documentation" href="#" />
<link rel="next" title="Installation" href="install.html" />
Expand Down Expand Up @@ -187,19 +203,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="#">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down Expand Up @@ -240,7 +244,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="install.html" title="Installation"
>next</a> |</li>
<li><a href="#">SymPy 0.7.2 documentation</a> &raquo;</li>
<li><a href="#">SymPy 0.7.2 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
30 changes: 17 additions & 13 deletions 0.7.2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@
<script type="text/javascript" src="http://live.sympy.org/static/live-autocomplete.js"></script>
<script type="text/javascript" src="http://live.sympy.org/static/live-sphinx.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<script type="text/javascript">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="shortcut icon" href="_static/SymPy-Favicon.ico"/>
<link rel="top" title="SymPy 0.7.2 documentation" href="#" />
<link rel="next" title="Installation" href="install.html" />
Expand Down Expand Up @@ -187,19 +203,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="#">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down
46 changes: 25 additions & 21 deletions 0.7.3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Welcome to SymPy’s documentation! &mdash; SymPy 0.7.3 documentation</title>

<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="http://live.sympy.org/static/live-core.css" type="text/css" />
<link rel="stylesheet" href="http://live.sympy.org/static/live-autocomplete.css" type="text/css" />
<link rel="stylesheet" href="http://live.sympy.org/static/live-sphinx.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
Expand All @@ -33,9 +33,25 @@
<script type="text/javascript" src="http://live.sympy.org/static/live-autocomplete.js"></script>
<script type="text/javascript" src="http://live.sympy.org/static/live-sphinx.js"></script>
<script type="text/javascript" src="_static/sidebar.js"></script>
<script type="text/javascript">
$(function () {
$.ajax({
url: 'http://docs.sympy.org/releases.txt',
success: function(data){
var lines = data.split("\n");
$.each(lines, function(n, elem) {
var res = elem.split(":");
if (elem != ""){
$("#versionList").append("<li><a style='font-size: 80%;' href="+"../" + res[0] + "/index.html"+">"+ res[1] +"</a></li>");
}
});
}
});
});
</script>
<link rel="shortcut icon" href="_static/SymPy-Favicon.ico"/>
<link rel="top" title="SymPy 0.7.3 documentation" href="#" />
<link rel="next" title="Installation" href="install.html" />
<link rel="next" title="Installation" href="install.html" />
</head>
<body>
<div class="related">
Expand All @@ -53,15 +69,15 @@ <h3>Navigation</h3>
<li class="right" >
<a href="install.html" title="Installation"
accesskey="N">next</a> |</li>
<li><a href="#">SymPy 0.7.3 documentation</a> &raquo;</li>
<li><a href="#">SymPy 0.7.3 documentation</a> &raquo;</li>
</ul>
</div>
</div>

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

<div class="section" id="welcome-to-sympy-s-documentation">
<h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-to-sympy-s-documentation" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="http://sympy.org">SymPy</a> is a Python library for symbolic mathematics.
Expand Down Expand Up @@ -184,19 +200,7 @@ <h1>Welcome to SymPy&#8217;s documentation!<a class="headerlink" href="#welcome-
<p class="logo"><a href="#">
<img class="logo" src="_static/sympylogo.png" alt="Logo"/>
</a></p>
<h4>Docs for other versions</h4>
<p class="topless"><a href="../0.6.7/index.html">SymPy 0.6.7</a></p>
<p class="topless"><a href="../0.7.0/index.html">SymPy 0.7.0</a></p>
<p class="topless"><a href="../0.7.1/index.html">SymPy 0.7.1</a></p>
<p class="topless"><a href="../0.7.2/index.html">SymPy 0.7.2</a></p>
<p class="topless"><a href="../0.7.2-py3k/index.html">SymPy 0.7.2 (Python 3)</a></p>
<p class="topless"><a href="../0.7.3/index.html">SymPy 0.7.3</a></p>
<p class="topless"><a href="../dev/index.html">SymPy git</a></p>
<p class="topless"><a href="../0.7.4/index.html">SymPy 0.7.4</a></p>
<p class="topless"><a href="../0.7.4.1/index.html">SymPy 0.7.4.1</a></p>
<p class="topless"><a href="../0.7.5/index.html">SymPy 0.7.5</a></p>
<p class="topless"><a href="../0.7.6/index.html">SymPy 0.7.6</a></p>
<p class="topless"><a href="../0.7.6.1/index.html">SymPy 0.7.6.1</a></p>
<h4 id="versionList">Docs for other versions</h4>
<h4>Next topic</h4>
<p class="topless"><a href="install.html"
title="next chapter">Installation</a></p>
Expand Down Expand Up @@ -237,7 +241,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="install.html" title="Installation"
>next</a> |</li>
<li><a href="#">SymPy 0.7.3 documentation</a> &raquo;</li>
<li><a href="#">SymPy 0.7.3 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
Expand Down
Loading

0 comments on commit e8866cc

Please sign in to comment.