Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
staadecker committed Mar 28, 2024
1 parent e42beab commit 6d67eee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Workflow for Codecov
name: Build
on:
push:
branches: [ main ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish_docs
name: Docs
on:
push:
branches:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# 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)
[![Docs](https://github.com/staadecker/pyoframe/actions/workflows/publish_doc.yml/badge.svg)](https://staadecker.github.io/pyoframe/reference/)

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

## Acknowledgments

Martin Staadecker first created this library while working for [Bravos Energía](https://en.bravosenergia.com/). The library takes inspiration from Linopy and Pyomo, two prior libraries for optimization for which we are thankful.
Martin Staadecker first created this library while working for [Bravos Energía](https://en.bravosenergia.com/). The library takes inspiration from Linopy and Pyomo, two prior libraries for optimization for which we are thankful.

0 comments on commit 6d67eee

Please sign in to comment.