From 7cbfb0ceb45f4bc1e60c8dfb68bd2f5e14dbe480 Mon Sep 17 00:00:00 2001 From: MoritzThomasHuebner <email@moritz-huebner.de> Date: Thu, 25 Oct 2018 11:15:41 +1100 Subject: [PATCH] Updated some more namespace related stuff --- .gitlab-ci.yml | 2 +- README.rst | 8 ++++---- bilby/__init__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7951562c..e9ff687d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ pages: script: - mkdir public/ - mv htmlcov/ public/ - - mv /builds/Monash/bilby/coverage_badge.svg public/ + - mv /builds/lscsoft/bilby/coverage_badge.svg public/ - mv docs/_build/html/* public/ artifacts: paths: diff --git a/README.rst b/README.rst index 37ccec2cb..34f08878f 100644 --- a/README.rst +++ b/README.rst @@ -6,9 +6,9 @@ Bilby Fulfilling all your Bayesian inference dreams. - `Installation - instructions <https://monash.docs.ligo.org/bilby/installation.html>`__ + instructions <https://lscsoft.docs.ligo.org/bilby/installation.html>`__ - `Contributing <https://git.ligo.org/lscsoft/bilby/blob/master/CONTRIBUTING.md>`__ -- `Documentation <https://monash.docs.ligo.org/bilby/index.html>`__ +- `Documentation <https://lscsoft.docs.ligo.org/bilby/index.html>`__ - `Issue tracker <https://git.ligo.org/lscsoft/bilby/issues>`__ We encourage you to contribute to the development via a merge request. For @@ -18,8 +18,8 @@ us directly. .. |pipeline status| image:: https://git.ligo.org/lscsoft/bilby/badges/master/pipeline.svg :target: https://git.ligo.org/lscsoft/bilby/commits/master -.. |coverage report| image:: https://monash.docs.ligo.org/bilby/coverage_badge.svg - :target: https://monash.docs.ligo.org/bilby/htmlcov/ +.. |coverage report| image:: https://lscsoft.docs.ligo.org/bilby/coverage_badge.svg + :target: https://lscsoft.docs.ligo.org/bilby/htmlcov/ .. |pypi| image:: https://badge.fury.io/py/bilby.svg :target: https://pypi.org/project/bilby/ .. |version| image:: https://img.shields.io/pypi/pyversions/bilby.svg diff --git a/bilby/__init__.py b/bilby/__init__.py index 5796c4e2d..5f5535823 100644 --- a/bilby/__init__.py +++ b/bilby/__init__.py @@ -11,7 +11,7 @@ more general problems. The code, and many examples are hosted at https://git.ligo.org/lscsoft/bilby. For installation instructions see -https://monash.docs.ligo.org/bilby/installation.html. +https://lscsoft.docs.ligo.org/bilby/installation.html. """ -- GitLab