Skip to content

Commit

Permalink
Migrate to SpiNNakerManchester GitHub organisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mossblaser committed Aug 22, 2016
1 parent 44a6d2d commit 1420168
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Spalloc: SpiNNaker machine allocation client
.. image:: https://readthedocs.org/projects/spalloc/badge/?version=stable
:alt: Documentation
:target: http://spalloc.readthedocs.org/
.. image:: https://travis-ci.org/project-rig/spalloc.svg?branch=master
.. image:: https://travis-ci.org/SpiNNakerManchester/spalloc.svg?branch=master
:alt: Build Status
:target: https://travis-ci.org/project-rig/spalloc
.. image:: https://coveralls.io/repos/project-rig/spalloc/badge.svg?branch=master
:target: https://travis-ci.org/SpiNNakerManchester/spalloc
.. image:: https://coveralls.io/repos/SpiNNakerManchester/spalloc/badge.svg?branch=master
:alt: Coverage Status
:target: https://coveralls.io/r/project-rig/spalloc?branch=master
:target: https://coveralls.io/r/SpiNNakerManchester/spalloc?branch=master

Spalloc is a Python library and set of command-line programs for requesting
SpiNNaker_ machines from a spalloc `server`_.

.. _SpiNNaker: http://apt.cs.manchester.ac.uk/projects/SpiNNaker/
.. _server: https://github.com/project-rig/spalloc_server
.. _server: https://github.com/SpiNNakerManchester/spalloc_server

To get started, see the quick-start below or refer to the documentation_.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __getattr__(cls, name):

local_module_path = spalloc.__file__
github_module_path = "spalloc/"
github_repo = "project-rig/spalloc"
github_repo = "SpiNNakerManchester/spalloc"

def linkcode_resolve(domain, info):
"""Determine the URL corresponding to Python object on GitHub
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Spalloc is a Python library and set of command-line programs for requesting
SpiNNaker_ machines from a spalloc `server`_.

.. _SpiNNaker: http://apt.cs.manchester.ac.uk/projects/SpiNNaker/
.. _server: https://github.com/project-rig/spalloc_server
.. _server: https://github.com/SpiNNakerManchester/spalloc_server


Quick-start
Expand Down Expand Up @@ -57,7 +57,7 @@ three-board machine::
exiting the ``with`` block in the Python version) will automatically shut
them down and allow them to be used by others.

.. _Rig: https://github.com/project-rig/rig
.. _Rig: https://github.com/SpiNNakerManchester/rig

Configuration file format and defaults
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=find_packages(),

# Metadata for PyPi
url="https://github.com/project-rig/spalloc",
url="https://github.com/SpiNNakerManchester/spalloc",
author="Jonathan Heathcote",
description="A client for the spalloc_server SpiNNaker machine partitioning and allocation system.",
license="GPLv2",
Expand Down

0 comments on commit 1420168

Please sign in to comment.