diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cf46d..6132d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Documentation in docs/ hosted at brews.github.io/isku. +- Documentation in docs/ hosted at https://climateimpactlab.github.io/isku. - Test and test-coverage badges to README. - Add pre-commit hooks (via prek) to help developers with format. ### Changed +- Move project repository to https://github.com/climateimpactlab/isku. They own this now. - BREAKING: `isku.ExtractionWorkflow` is now `isku.ExtractionTemplate`. - BREAKING: `isku.ProjectionWorkflow` is now `isku.ProjectionTemplate`. - BREAKING: `isku.build_extraction_workflow` is now `isku.build_extraction_template`. @@ -29,5 +30,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/brews/isku/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/brews/isku/releases/tag/v0.1.0 +[Unreleased]: https://github.com/climateimpactlab/isku/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/climateimpactlab/isku/releases/tag/v0.1.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 743377c..a6790ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ You can contribute in many ways: ### Report Bugs -Report bugs at https://github.com/brews/isku/issues +Report bugs at https://github.com/climateimpactlab/isku/issues If you are reporting a bug, please include: @@ -35,7 +35,7 @@ PRs with small corrections to spelling, format or clarity are welcome. The proje ### Submit Feedback -The best way to send feedback is to file an issue at https://github.com/brews/isku/issues. +The best way to send feedback is to file an issue at https://github.com/climateimpactlab/isku/issues. If you are proposing a new feature: @@ -110,7 +110,7 @@ git push origin name-of-your-bugfix-or-feature ## Documentation -Documentation is in the `docs/` directory with global configurations in the `.zensical` file. Documentation is rendered with [Zensical](https://zensical.org/) and hosted through GitHub Pages to https://brews.github.io/isku/. +Documentation is in the `docs/` directory with global configurations in the `.zensical` file. Documentation is rendered with [Zensical](https://zensical.org/) and hosted through GitHub Pages to https://climateimpactlab.github.io/isku/. You can build and check any changes or additions you've made to documentation locally on your machine after you've set up your development environment. diff --git a/README.md b/README.md index e09dd82..160c5f7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # isku -[![python-test](https://github.com/brews/isku/actions/workflows/python-test.yaml/badge.svg)](https://github.com/brews/isku/actions/workflows/python-test.yaml) -[![codecov](https://codecov.io/gh/brews/isku/graph/badge.svg?token=G53WDRL97C)](https://codecov.io/gh/brews/isku) -[![Documentation](https://github.com/brews/isku/actions/workflows/docs.yml/badge.svg)](https://github.com/brews/isku/actions/workflows/docs.yml) +[![python-test](https://github.com/climateimpactlab/isku/actions/workflows/python-test.yaml/badge.svg)](https://github.com/climateimpactlab/isku/actions/workflows/python-test.yaml) +[![codecov](https://codecov.io/gh/climateimpactlab/isku/graph/badge.svg?token=G53WDRL97C)](https://codecov.io/gh/climateimpactlab/isku) +[![Documentation](https://github.com/climateimpactlab/isku/actions/workflows/docs.yml/badge.svg)](https://github.com/climateimpactlab/isku/actions/workflows/docs.yml) Minimalist Python + Xarray-based climate impact projection framework for researchers with little time. @@ -162,13 +162,13 @@ uv add isku Install the unreleased and unstable bleeding-edge version of the package with: ```shell -pip install git+https://github.com/brews/isku +pip install git+https://github.com/climateimpactlab/isku ``` using `pip` or with a project in `uv`, do ```shell -uv add git+https://github.com/brews/isku +uv add git+https://github.com/climateimpactlab/isku ``` ## Is this any good? diff --git a/docs/index.md b/docs/index.md index d0c21b3..6c4e40d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,11 +43,11 @@ uv add isku Install the unreleased and unstable bleeding-edge version of the package with: ```shell -pip install git+https://github.com/brews/isku +pip install git+https://github.com/climateimpactlab/isku ``` using `pip` or with a project in `uv`, do ```shell -uv add git+https://github.com/brews/isku +uv add git+https://github.com/climateimpactlab/isku ``` diff --git a/pyproject.toml b/pyproject.toml index b7be47d..e57b462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [{ name = "Brewster Malevich", email = "bmalevich@rhg.com" }] requires-python = ">=3.14" dependencies = ["xarray>=2026.4.0"] -urls = { Repository = "https://github.com/brews/isku", Documentation = "https://brews.github.io/isku" } +urls = { Repository = "https://github.com/climateimpactlab/isku", Documentation = "https://climateimpactlab.github.io/isku" } [build-system] requires = ["uv_build>=0.11.12,<0.12.0"] diff --git a/zensical.toml b/zensical.toml index 635fff8..b17bf9b 100644 --- a/zensical.toml +++ b/zensical.toml @@ -22,20 +22,20 @@ site_description = "Minimalist Python + xarray-based climate impact projection f # The site_author attribute. This is used in the HTML head element. # # Read more: https://zensical.org/docs/setup/basics/#site_author -site_author = "@brews" +site_author = "@climateimpactlab" # The site_url is the canonical URL for your site. When building online # documentation you should set this. # Read more: https://zensical.org/docs/setup/basics/#site_url -site_url = "https://brews.github.io/isku" +site_url = "https://climateimpactlab.github.io/isku" # The copyright notice appears in the page footer and can contain an HTML # fragment. # # Read more: https://zensical.org/docs/setup/basics/#copyright -copyright = """ -Copyright © 2026 Steven B. Malevich -""" +# copyright = """ +# Copyright © 2026 Your Name Here +# """ # Zensical supports both implicit navigation and explicitly defined navigation. # If you decide not to define a navigation here then Zensical will simply @@ -71,8 +71,8 @@ extra_javascript = [ "https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js" ] -repo_name = "brews/isku" -repo_url = "https://github.com/brews/isku" +repo_name = "climateimpactlab/isku" +repo_url = "https://github.com/climateimpactlab/isku" edit_uri = "edit/main/docs/" [project.validation]