From f7539117ad91b2c0d6e509c6cf33c7444ce5d18e Mon Sep 17 00:00:00 2001 From: Chris Navarro Date: Thu, 21 Nov 2024 18:08:49 -0600 Subject: [PATCH] Fixes #634 Update production URL references to tools.in-core.org and dev to dev.in-core.org --- CHANGELOG.md | 3 +++ README.rst | 8 ++++---- docs/source/refs.rst | 8 ++++---- pyincore/globals.py | 4 ++-- recipes/meta.yaml | 4 ++-- setup.py | 2 +- 6 files changed, 16 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031bafae5..a7381fd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - CoreCGEML bug and updated base values [#627](https://github.com/IN-CORE/pyincore/issues/627) +### Changed +- Update production URL references to tools.in-core.org and dev to dev.in-core.org [#634](https://github.com/IN-CORE/pyincore/issues/634) + ## [1.20.0] - 2024-10-24 diff --git a/README.rst b/README.rst index 078f3d44a..b84d1f238 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ To update **pyIncore**, run conda update -c in-core pyincore You can find detail information at the -`Installation `__ +`Installation `__ section at IN-CORE manual. Installation with pip @@ -61,17 +61,17 @@ Testing and Running ------------------- Please read the `Testing and -Running `__ +Running `__ section at IN-CORE manual. Documentation ------------- **pyIncore** documentation can be found at -https://incore.ncsa.illinois.edu/doc/incore/pyincore.html +https://tools.in-core.org/doc/incore/pyincore.html **pyIncore** technical reference (API) can be found at -https://incore.ncsa.illinois.edu/doc/pyincore/. +https://tools.in-core.org/doc/pyincore/. Acknowledgement --------------- diff --git a/docs/source/refs.rst b/docs/source/refs.rst index 259c38222..44e8bb71a 100644 --- a/docs/source/refs.rst +++ b/docs/source/refs.rst @@ -5,9 +5,9 @@ References \ No newline at end of file diff --git a/pyincore/globals.py b/pyincore/globals.py index 426618f14..ac7ad716f 100644 --- a/pyincore/globals.py +++ b/pyincore/globals.py @@ -12,8 +12,8 @@ PACKAGE_VERSION = "1.20.1" -INCORE_API_PROD_URL = "https://incore.ncsa.illinois.edu" -INCORE_API_DEV_URL = "https://incore-dev.ncsa.illinois.edu" +INCORE_API_PROD_URL = "https://tools.in-core.org" +INCORE_API_DEV_URL = "https://dev.in-core.org" INCORE_INTERNAL_API_URL = "http://localhost:8080" diff --git a/recipes/meta.yaml b/recipes/meta.yaml index 8b893bc0c..a137fc898 100644 --- a/recipes/meta.yaml +++ b/recipes/meta.yaml @@ -9,7 +9,7 @@ source: path: .. about: - home: https://incore.ncsa.illinois.edu + home: https://tools.in-core.org license: MPL-2.0 summary: 'Python library for IN-CORE (Interdependent Networked Community Resilience Modeling Environment)' description: 'pyIncore is a component of IN-CORE. It is a python package consisting of two primary components: @@ -17,7 +17,7 @@ about: package allows users to apply various hazards to infrastructure in selected areas, propagating the effect of physical infrastructure damage and loss of functionality to social and economic impacts.' dev_url: https://github.com/IN-CORE/pyincore - doc_url: https://incore.ncsa.illinois.edu/doc/incore + doc_url: https://tools.in-core.org/doc/incore build: # If this is a new build for the same version, increment the build diff --git a/setup.py b/setup.py index 705de3dc9..28ee4f399 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ description="IN-CORE analysis tool python package", long_description=readme, long_description_content_type="text/x-rst", - url="https://incore.ncsa.illinois.edu", + url="https://tools.in-core.org", license="Mozilla Public License v2.0", classifiers=[ "Development Status :: 4 - Beta",