Skip to content

Commit

Permalink
migrate to ihmeuw-msca
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 8, 2024
1 parent 9a62acf commit eeaf5bd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2023, IHME Math Sciences
Copyright (c) 2024, IHME Math Sciences
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
.. image:: https://img.shields.io/pypi/l/xspline
:target: https://github.com/zhengp0/xspline/blob/main/LICENSE
:target: https://github.com/ihmeuw-msca/xspline/blob/main/LICENSE

.. image:: https://img.shields.io/pypi/v/xspline
:target: https://pypi.org/project/xspline

.. image:: https://img.shields.io/github/actions/workflow/status/zhengp0/xspline/python-build.yml?branch=main
:target: https://github.com/zhengp0/xspline/actions
.. image:: https://img.shields.io/github/actions/workflow/status/ihmeuw-msca/xspline/python-build.yml?branch=main
:target: https://github.com/ihmeuw-msca/xspline/actions

.. image:: https://img.shields.io/badge/docs-here-green
:target: https://zhengp0.github.io/xspline
:target: https://ihmeuw-msca.github.io/xspline

.. image:: https://codecov.io/gh/zhengp0/xspline/branch/main/graph/badge.svg?token=WUV5OR77N8
:target: https://codecov.io/gh/zhengp0/xspline
.. image:: https://codecov.io/gh/ihmeuw-msca/xspline/branch/main/graph/badge.svg?token=WUV5OR77N8
:target: https://codecov.io/gh/ihmeuw-msca/xspline

.. image:: https://app.codacy.com/project/badge/Grade/308cc2771871498fbcdaee3440e56ad0
:target: https://app.codacy.com/gh/zhengp0/xspline/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
:target: https://app.codacy.com/gh/ihmeuw-msca/xspline/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade


XSpline
Expand All @@ -23,5 +23,5 @@ XSpline
Advanced spline package that provides b-spline bases, their derivatives and integrals.


* `Installation <https://zhengp0.github.io/xspline/installation.html>`_
* `Quickstart <https://zhengp0.github.io/xspline/quickstart.html>`_
* `Installation <https://ihmeuw-msca.github.io/xspline/installation.html>`_
* `Quickstart <https://ihmeuw-msca.github.io/xspline/quickstart.html>`_
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ development mode.

.. code::
git clone https://github.com/zhengp0/xspline.git
git clone https://github.com/ihmeuw-msca/xspline.git
cd xspline
pip install -e ".[test,docs]"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ test = ["pytest", "pytest-cov"]
docs = ["sphinx", "sphinx-autodoc-typehints", "furo"]

[project.urls]
github = "https://github.com/zhengp0/xspline"
github = "https://github.com/ihmeuw-msca/xspline"

[tool.sphinx]
project = "xspline"
author = "IHME Math Sciences"
copyright = "2023, IHME Math Sciences"
copyright = "2024, IHME Math Sciences"
version = "0.1.0"

0 comments on commit eeaf5bd

Please sign in to comment.