From 5087d3565fa6a9be593442350f97cca94fb8a73c Mon Sep 17 00:00:00 2001 From: Peng Zheng Date: Mon, 8 Apr 2024 15:49:45 +0800 Subject: [PATCH] migrate to ihmeuw-msca --- LICENSE | 2 +- README.rst | 18 +++++++++--------- docs/installation.rst | 2 +- pyproject.toml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index ba43158..681af02 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.rst b/README.rst index 9d40a16..92db9b9 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -23,5 +23,5 @@ XSpline Advanced spline package that provides b-spline bases, their derivatives and integrals. -* `Installation `_ -* `Quickstart `_ +* `Installation `_ +* `Quickstart `_ diff --git a/docs/installation.rst b/docs/installation.rst index ef72c54..5ec9a06 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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]" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5f89df6..09a5ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file