Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshensman committed Mar 11, 2013
1 parent e1882ee commit 0ccb8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h1>GPy</h1>

<hr><p>GPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on <a href="https://github.com/SheffieldML/GPy">github</a>!</p>

<p>GPy is hosted on the python package index <a href="https://pypi.python.org/pypi/GPy/">pypi</a>, so debian/ubuntu users can get started with::
pip install gpy</p>
<p>GPy is hosted on the python package index <a href="https://pypi.python.org/pypi/GPy/">pypi</a>, so you can install with
<code>pip install gpy</code></p>

<hr><p>You can read the online documentation for GPy here:</p>

Expand Down
2 changes: 1 addition & 1 deletion params.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"GPy","tagline":"a Gaussian processes framework in python","body":"GPy\r\n===\r\na Gaussian Process (GP) framework in python, from the Sheffield machine learning group. \r\n\r\nGaussian processes underpin range of modern machine learning algorithms. In GPy, we've used python to implement a range of machine learning algorithms based on GPs. \r\n\r\n***\r\n\r\nGPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on [github](https://github.com/SheffieldML/GPy)!\r\n\r\nGPy is hosted on the python package index [pypi](https://pypi.python.org/pypi/GPy/), so debian/ubuntu users can get started with::\r\n pip install gpy\r\n\r\n***\r\n\r\nYou can read the online documentation for GPy here:\r\n* [Online documentation](https://gpy.readthedocs.org/en/latest/)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"GPy","tagline":"a Gaussian processes framework in python","body":"GPy\r\n===\r\na Gaussian Process (GP) framework in python, from the Sheffield machine learning group. \r\n\r\nGaussian processes underpin range of modern machine learning algorithms. In GPy, we've used python to implement a range of machine learning algorithms based on GPs. \r\n\r\n***\r\n\r\nGPy is available under the BSD 3-clause license. We'd love to incorporate your changes, so fork us on [github](https://github.com/SheffieldML/GPy)!\r\n\r\nGPy is hosted on the python package index [pypi](https://pypi.python.org/pypi/GPy/), so you can install with\r\n `pip install gpy`\r\n\r\n***\r\n\r\nYou can read the online documentation for GPy here:\r\n* [Online documentation](https://gpy.readthedocs.org/en/latest/)","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

0 comments on commit 0ccb8fd

Please sign in to comment.