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-reducer/discussions
url: https://github.com/grid-kitchen/grid-reducer/discussions
about: Ask a question or get help with using grid-reducer
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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-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 πŸ”’πŸ.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down