Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 πŸ”’πŸ.
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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 πŸ”’πŸ.
Expand Down