Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
bilby
Commits
7cbfb0ce
Commit
7cbfb0ce
authored
6 years ago
by
MoritzThomasHuebner
Browse files
Options
Downloads
Patches
Plain Diff
Updated some more namespace related stuff
parent
e2c07a3d
No related branches found
No related tags found
1 merge request
!250
changes to point to new lscsoft namespace in git instead of old Monash one
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.rst
+4
-4
4 additions, 4 deletions
README.rst
bilby/__init__.py
+1
-1
1 addition, 1 deletion
bilby/__init__.py
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
7cbfb0ce
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
4
−
4
View file @
7cbfb0ce
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bilby/__init__.py
+
1
−
1
View file @
7cbfb0ce
...
...
@@ -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.
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment