55< html xmlns ="http://www.w3.org/1999/xhtml ">
66 < head >
77 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
8-
8+
99 < title > Welcome to SymPy’s documentation! — SymPy 0.7.3 documentation</ title >
10-
10+
1111 < link rel ="stylesheet " href ="_static/default.css " type ="text/css " />
1212 < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
1313 < link rel ="stylesheet " href ="http://live.sympy.org/static/live-core.css " type ="text/css " />
1414 < link rel ="stylesheet " href ="http://live.sympy.org/static/live-autocomplete.css " type ="text/css " />
1515 < link rel ="stylesheet " href ="http://live.sympy.org/static/live-sphinx.css " type ="text/css " />
16-
16+
1717 < script type ="text/javascript ">
1818 var DOCUMENTATION_OPTIONS = {
1919 URL_ROOT : './' ,
3333 < script type ="text/javascript " src ="http://live.sympy.org/static/live-autocomplete.js "> </ script >
3434 < script type ="text/javascript " src ="http://live.sympy.org/static/live-sphinx.js "> </ script >
3535 < script type ="text/javascript " src ="_static/sidebar.js "> </ script >
36+ < script type ="text/javascript ">
37+ $ ( function ( ) {
38+ $ . ajax ( {
39+ url : 'http://docs.sympy.org/releases.txt' ,
40+ success : function ( data ) {
41+ var lines = data . split ( "\n" ) ;
42+ $ . each ( lines , function ( n , elem ) {
43+ var res = elem . split ( ":" ) ;
44+ if ( elem != "" ) {
45+ $ ( "#versionList" ) . append ( "<li><a style='font-size: 80%;' href=" + "../" + res [ 0 ] + "/index.html" + ">" + res [ 1 ] + "</a></li>" ) ;
46+ }
47+ } ) ;
48+ }
49+ } ) ;
50+ } ) ;
51+ </ script >
3652 < link rel ="shortcut icon " href ="_static/SymPy-Favicon.ico "/>
3753 < link rel ="top " title ="SymPy 0.7.3 documentation " href ="# " />
38- < link rel ="next " title ="Installation " href ="install.html " />
54+ < link rel ="next " title ="Installation " href ="install.html " />
3955 </ head >
4056 < body >
4157 < div class ="related ">
@@ -53,15 +69,15 @@ <h3>Navigation</h3>
5369 < li class ="right " >
5470 < a href ="install.html " title ="Installation "
5571 accesskey ="N "> next</ a > |</ li >
56- < li > < a href ="# "> SymPy 0.7.3 documentation</ a > »</ li >
72+ < li > < a href ="# "> SymPy 0.7.3 documentation</ a > »</ li >
5773 </ ul >
58- </ div >
74+ </ div >
5975
6076 < div class ="document ">
6177 < div class ="documentwrapper ">
6278 < div class ="bodywrapper ">
6379 < div class ="body ">
64-
80+
6581 < div class ="section " id ="welcome-to-sympy-s-documentation ">
6682< h1 > Welcome to SymPy’s documentation!< a class ="headerlink " href ="#welcome-to-sympy-s-documentation " title ="Permalink to this headline "> ¶</ a > </ h1 >
6783< p > < a class ="reference external " href ="http://sympy.org "> SymPy</ a > is a Python library for symbolic mathematics.
@@ -184,19 +200,7 @@ <h1>Welcome to SymPy’s documentation!<a class="headerlink" href="#welcome-
184200 < p class ="logo "> < a href ="# ">
185201 < img class ="logo " src ="_static/sympylogo.png " alt ="Logo "/>
186202 </ a > </ p >
187- < h4 > Docs for other versions</ h4 >
188- < p class ="topless "> < a href ="../0.6.7/index.html "> SymPy 0.6.7</ a > </ p >
189- < p class ="topless "> < a href ="../0.7.0/index.html "> SymPy 0.7.0</ a > </ p >
190- < p class ="topless "> < a href ="../0.7.1/index.html "> SymPy 0.7.1</ a > </ p >
191- < p class ="topless "> < a href ="../0.7.2/index.html "> SymPy 0.7.2</ a > </ p >
192- < p class ="topless "> < a href ="../0.7.2-py3k/index.html "> SymPy 0.7.2 (Python 3)</ a > </ p >
193- < p class ="topless "> < a href ="../0.7.3/index.html "> SymPy 0.7.3</ a > </ p >
194- < p class ="topless "> < a href ="../dev/index.html "> SymPy git</ a > </ p >
195- < p class ="topless "> < a href ="../0.7.4/index.html "> SymPy 0.7.4</ a > </ p >
196- < p class ="topless "> < a href ="../0.7.4.1/index.html "> SymPy 0.7.4.1</ a > </ p >
197- < p class ="topless "> < a href ="../0.7.5/index.html "> SymPy 0.7.5</ a > </ p >
198- < p class ="topless "> < a href ="../0.7.6/index.html "> SymPy 0.7.6</ a > </ p >
199- < p class ="topless "> < a href ="../0.7.6.1/index.html "> SymPy 0.7.6.1</ a > </ p >
203+ < h4 id ="versionList "> Docs for other versions</ h4 >
200204 < h4 > Next topic</ h4 >
201205 < p class ="topless "> < a href ="install.html "
202206 title ="next chapter "> Installation</ a > </ p >
@@ -237,7 +241,7 @@ <h3>Navigation</h3>
237241 < li class ="right " >
238242 < a href ="install.html " title ="Installation "
239243 > next</ a > |</ li >
240- < li > < a href ="# "> SymPy 0.7.3 documentation</ a > »</ li >
244+ < li > < a href ="# "> SymPy 0.7.3 documentation</ a > »</ li >
241245 </ ul >
242246 </ div >
243247 < div class ="footer ">
0 commit comments