Skip to content

Commit

Permalink
Transfer repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
staadecker committed Mar 30, 2024
1 parent d3bd512 commit 7d16c97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pyoframe

[![codecov](https://codecov.io/gh/staadecker/pyoframe/graph/badge.svg?token=8258XESRYQ)](https://codecov.io/gh/staadecker/pyoframe)
[![Build](https://github.com/staadecker/pyoframe/actions/workflows/ci.yml/badge.svg)](https://github.com/staadecker/pyoframe/actions/workflows/ci.yml)
[![Docs](https://github.com/staadecker/pyoframe/actions/workflows/publish_doc.yml/badge.svg)](https://staadecker.github.io/pyoframe/reference/)
[![codecov](https://codecov.io/gh/Bravos-Power/pyoframe/graph/badge.svg?token=8258XESRYQ)](https://codecov.io/gh/Bravos-Power/pyoframe)
[![Build](https://github.com/Bravos-Power/pyoframe/actions/workflows/ci.yml/badge.svg)](https://github.com/Bravos-Power/pyoframe/actions/workflows/ci.yml)
[![Docs](https://github.com/Bravos-Power/pyoframe/actions/workflows/publish_doc.yml/badge.svg)](https://Bravos-Power.github.io/pyoframe/reference/)

A library to rapidly formulate large optimization models using Pandas or Polars dataframes.

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Pyoframe
site_url: https://staadecker.github.io/pyoframe/
repo_url: https://github.com/staadecker/pyoframe
site_url: https://Bravos-Power.github.io/pyoframe/
repo_url: https://github.com/Bravos-Power/pyoframe
edit_uri: edit/main/docs/
theme:
name: material
Expand Down Expand Up @@ -41,7 +41,7 @@ plugins:
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: staadecker/pyoframe
repository: Bravos-Power/pyoframe
branch: main
- literate-nav:
nav_file: SUMMARY.md
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ docs = [
profile = "black"

[project.urls]
Homepage = "https://github.com/staadecker/pyoframe"
Issues = "https://github.com/staadecker/pyoframe/issues"
Homepage = "https://github.com/Bravos-Power/pyoframe"
Issues = "https://github.com/Bravos-Power/pyoframe/issues"

0 comments on commit 7d16c97

Please sign in to comment.