Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use pycbc.org urls #2061

Merged
merged 1 commit into from
Feb 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ from compact binary coalescences (CBCs).

The PyCBC home page is located on github at

* https://ligo-cbc.github.io/
* http://www.pycbc.org/

Documentation is automatically built nightly and available from

* http://ligo-cbc.github.io/pycbc/latest/html/
* http://pycbc.org/pycbc/latest/html/

To download and install PyCBC follow the instructions at

* http://ligo-cbc.github.io/pycbc/latest/html/install.html
* http://pycbc.org/pycbc/latest/html/install.html

You can start up an interactive jupyter notebook with PyCBC using either of the links below.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def run(self):
long_description = open('descr.rst').read(),
author = 'Ligo Virgo Collaboration - PyCBC team',
author_email = '[email protected]',
url = 'https://ligo-cbc.github.io',
url = 'http://www.pycbc.org/',
download_url = 'https://github.com/ligo-cbc/pycbc/tarball/v%s' % VERSION,
keywords = ['ligo', 'physics', 'gravity', 'signal processing', 'gravitational waves'],
cmdclass = cmdclass,
Expand Down