From 652261ed54a751e159e4f535e417fd35b28b1fcc Mon Sep 17 00:00:00 2001 From: Kapil Duwadi Date: Mon, 17 Nov 2025 14:58:54 -0600 Subject: [PATCH] renamed grid atlas to grid kitchen --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/ci.yml | 2 +- CITATION.cff | 4 ++-- README.md | 8 ++++---- docs/index.md | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d74a597..11d28c6 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-meta/discussions + url: https://github.com/grid-kitchen/grid-meta/discussions about: Ask a question or get help with using grid-meta \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff1a6fc..2fa4ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: Grid-Atlas/grid-meta + slug: Grid-Kitchen/grid-meta fail_ci_if_error: false verbose: true diff --git a/CITATION.cff b/CITATION.cff index e8e2a11..bee94ba 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,8 +11,8 @@ authors: given-names: Alexander - family-names: Sadnam given-names: Rabayet -repository-code: 'https://github.com/Grid-Atlas/grid-meta' -url: 'https://grid-atlas.github.io/grid-meta' +repository-code: 'https://github.com/Grid-Kitchen/grid-meta' +url: 'https://grid-kitchen.github.io/grid-meta' abstract: >- A light weight Python Package for extracting metadata from OpenDSS model. diff --git a/README.md b/README.md index 26d616d..80d909e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Getting Started with `grid-meta` -[![Build](https://github.com/Grid-Atlas/grid-meta/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Atlas/grid-meta/actions/workflows/ci.yml) +[![Build](https://github.com/Grid-Kitchen/grid-meta/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Kitchen/grid-meta/actions/workflows/ci.yml) ![Python](https://img.shields.io/pypi/pyversions/gridmeta) -![License](https://img.shields.io/github/license/Grid-Atlas/grid-meta) -![Coverage](https://img.shields.io/codecov/c/github/Grid-Atlas/grid-meta) +![License](https://img.shields.io/github/license/Grid-Kitchen/grid-meta) +![Coverage](https://img.shields.io/codecov/c/github/Grid-Kitchen/grid-meta) -[View Full Documentation.](https://grid-atlas.github.io/grid-meta). +[View Full Documentation.](https://grid-kitchen.github.io/grid-meta). Welcome! Follow the steps below to get `grid-meta` up and running locally. We recommend using a Python virtual environment for a clean install 🔒🐍. diff --git a/docs/index.md b/docs/index.md index c566a79..b90e930 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,11 +1,11 @@ # Getting Started with `grid-meta` -[![Build](https://github.com/Grid-Atlas/grid-meta/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Atlas/grid-meta/actions/workflows/ci.yml) +[![Build](https://github.com/Grid-Kitchen/grid-meta/actions/workflows/ci.yml/badge.svg)](https://github.com/Grid-Kitchen/grid-meta/actions/workflows/ci.yml) ![Python](https://img.shields.io/pypi/pyversions/gridmeta) -![License](https://img.shields.io/github/license/Grid-Atlas/grid-meta) -![Coverage](https://img.shields.io/codecov/c/github/Grid-Atlas/grid-meta) +![License](https://img.shields.io/github/license/Grid-Kitchen/grid-meta) +![Coverage](https://img.shields.io/codecov/c/github/Grid-Kitchen/grid-meta) -[View Full Documentation.](https://grid-atlas.github.io/grid-meta). +[View Full Documentation.](https://grid-kitchen.github.io/grid-meta). Welcome! Follow the steps below to get `grid-meta` up and running locally. We recommend using a Python virtual environment for a clean install 🔒🐍.