From 5de7cf571b2fd333a22a68152cb1ef669fd765b7 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Wed, 2 Mar 2016 09:00:36 +0100 Subject: [PATCH] Rename references to the repository in preparation of the repository rename --- README.rst | 4 ++-- asdf/asdf.py | 2 +- asdf/tests/test_generic_io.py | 2 +- docs/asdf/examples.rst | 2 +- setup.cfg | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 1e603f0b9..20456bf40 100644 --- a/README.rst +++ b/README.rst @@ -27,5 +27,5 @@ To run the unit tests:: Coverage -------- -.. image:: https://coveralls.io/repos/spacetelescope/pyasdf/badge.svg?branch=master&service=github - :target: https://coveralls.io/github/spacetelescope/pyasdf?branch=master +.. image:: https://coveralls.io/repos/spacetelescope/asdf/badge.svg?branch=master&service=github + :target: https://coveralls.io/github/spacetelescope/asdf?branch=master diff --git a/asdf/asdf.py b/asdf/asdf.py index e706b3905..0d263ecf9 100644 --- a/asdf/asdf.py +++ b/asdf/asdf.py @@ -35,7 +35,7 @@ def get_asdf_library_info(): return Software({ 'name': 'asdf', 'version': version.version, - 'homepage': 'http://github.com/spacetelescope/pyasdf', + 'homepage': 'http://github.com/spacetelescope/asdf', 'author': 'Space Telescope Science Institute' }) diff --git a/asdf/tests/test_generic_io.py b/asdf/tests/test_generic_io.py index 9233c07a2..3f48eab7e 100644 --- a/asdf/tests/test_generic_io.py +++ b/asdf/tests/test_generic_io.py @@ -543,7 +543,7 @@ def test_truncated_reader(): Tests several edge cases for _TruncatedReader.read() Includes regression test for - https://github.com/spacetelescope/pyasdf/pull/181 + https://github.com/spacetelescope/asdf/pull/181 """ # TODO: Should probably break this up into multiple test cases diff --git a/docs/asdf/examples.rst b/docs/asdf/examples.rst index d80f93741..8b845cf5f 100644 --- a/docs/asdf/examples.rst +++ b/docs/asdf/examples.rst @@ -382,7 +382,7 @@ software, not ``asdf``) that performed the operation. u"Initial random numbers", {u'name': u'asdf examples', u'author': u'John Q. Public', - u'homepage': u'http://github.com/spacetelescope/pyasdf', + u'homepage': u'http://github.com/spacetelescope/asdf', u'version': u'0.1'}) ff.write_to('example.asdf') diff --git a/setup.cfg b/setup.cfg index 3e1607c09..b0d7e894e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,6 @@ long_description = Advanced Scienctific Data Format (ASDF) is a next generation author = Erik Bray, Michael Droettboom author_email = mdroe@stsci.edu license = BSD -url = http://github.com/spacetelescope/pyasdf +url = http://github.com/spacetelescope/asdf edit_on_github = False -github_project = spacetelescope/pyasdf +github_project = spacetelescope/asdf