changed the order in index.html

This commit is contained in:
James Hensman 2014-11-21 15:28:02 +00:00
parent 1dc714688a
commit 991e23e56b
2 changed files with 37 additions and 7 deletions

View file

@ -41,13 +41,6 @@
<h2>Installation</h2>
<p>Installation instructions along side the source code can be found on the <a href="https://github.com/SheffieldML/GPy">GPy project github page</a>. The instructions vary slightly with the target OS but essentially revolve around installing from the python package index, <a href="https://pypi.python.org/pypi/GPy/">PyPI</a></p>
<h2>Documentation</h2>
<p>You can read the online documentation for GPy here:</p>
<ul>
<li><a href="https://gpy.readthedocs.org/en/latest/">Online documentation</a></li>
</ul>
<h2>Tutorials</h2>
A series of tutorials on working with GPy can be found here:</p>
@ -66,6 +59,15 @@
<li><a href="https://lists.shef.ac.uk/sympa/subscribe/gpy-users">GPy user mailing list</a> </li>
</ul>
<h2>Documentation</h2>
<p>You can read the online documentation for GPy here:</p>
<ul>
<li><a href="https://gpy.readthedocs.org/en/latest/">Online documentation</a></li>
</ul>
These documents are automatically compiled from the docstrings defined in the code: we recommend new users take a look at the<a href="http://nbviewer.ipython.org/github/SheffieldML/notebook/blob/master/GPy/index.ipynb">tutorials</a> first.
<h2>Tests</h2>
<p>As the code is under active development we try to ensure that the code is well tested using Continuous Integreation. We'd love to here of any bugs you have found so please do submit issues through our <a href="https://github.com/SheffieldML/GPy/issues">GPy issues page</a>. Continuous integration status is currently:<br><a href="https://travis-ci.org/SheffieldML/GPy"><img src="https://travis-ci.org/SheffieldML/GPy.png" alt="CI status"></a></br></p>
</section>