From 3649968b8f4ac506d53de14fd1673567003945bf Mon Sep 17 00:00:00 2001 From: Kapil Duwadi Date: Mon, 17 Nov 2025 14:54:36 -0600 Subject: [PATCH] renamed grid atlas to grid kitchen --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 8 ++++---- mkdocs.yml | 4 ++-- pyproject.toml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 19c5c59..d294a44 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: 🙋 Ask a Question - url: https://github.com/grid-atlas/grid-reducer/discussions + url: https://github.com/grid-kitchen/grid-reducer/discussions about: Ask a question or get help with using grid-reducer \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0637759..a8bf31e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: Grid-Atlas/grid-reducer + slug: Grid-Kitchen/grid-reducer fail_ci_if_error: false verbose: true diff --git a/README.md b/README.md index c7b0ee6..d3c7a18 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # ⚡ Getting Started with `grid-reducer` -[![Build](https://github.com/Grid-Atlas/grid-reducer/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Atlas/grid-reducer/actions/workflows/ci.yml) +[![Build](https://github.com/Grid-Kitchen/grid-reducer/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Kitchen/grid-reducer/actions/workflows/ci.yml) ![Python](https://img.shields.io/pypi/pyversions/grid-reducer) -![License](https://img.shields.io/github/license/Grid-Atlas/grid-reducer) -![Coverage](https://img.shields.io/codecov/c/github/Grid-Atlas/grid-reducer) +![License](https://img.shields.io/github/license/Grid-Kitchen/grid-reducer) +![Coverage](https://img.shields.io/codecov/c/github/Grid-Kitchen/grid-reducer) -[View Full Documentation.](https://grid-atlas.github.io/grid-reducer). +[View Full Documentation.](https://grid-kitchen.github.io/grid-reducer). Welcome! Follow the steps below to get `grid-reducer` up and running locally. We recommend using a Python virtual environment for a clean install 🔒🐍. diff --git a/mkdocs.yml b/mkdocs.yml index 27a6732..abd8a89 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: "Grid Reducer Documentation" -site_url: https://grid-atlas.github.io/grid-reducer -repo_url: https://github.com/Grid-Atlas/grid-reducer +site_url: https://grid-kitchen.github.io/grid-reducer +repo_url: https://github.com/Grid-Kitchen/grid-reducer theme: name: material logo: assets/logo.png diff --git a/pyproject.toml b/pyproject.toml index 792b792..a338044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,9 +83,9 @@ docstring-code-format = true docstring-code-line-length = "dynamic" [project.urls] -Documentation = "https://grid-atlas.github.io/grid-reducer/latest/" -Issues = "https://github.com/grid-atlas/grid-reducer/issues" -Source = "https://github.com/grid-atlas/grid-reducer" +Documentation = "https://grid-kitchen.github.io/grid-reducer/latest/" +Issues = "https://github.com/Grid-Kitchen/grid-reducer/issues" +Source = "https://github.com/Grid-Kitchen/grid-reducer" [tool.hatch.version] path = "src/grid_reducer/version.py"