Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
johnfmaddox committed Jun 15, 2024
1 parent 5928c70 commit 6081382
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# kilojoule
=========
kilojoule
=========

.. image:: https://img.shields.io/pypi/v/kilojoule
:target: https://pypi.org/project/kilojoule
:alt: PyPI - Version
.. image:: https://img.shields.io/github/actions/workflow/status/johnfmaddox/kilojoule/release.yml
:alt: GitHub Actions Workflow Status
.. image:: https://img.shields.io/github/v/release/johnfmaddox/kilojoule
:alt: GitHub Release

![PyPI - Version](https://img.shields.io/pypi/v/kilojoule)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/johnfmaddox/kilojoule-binder/HEAD?urlpath=git-pull?repo=https://github.com/johnfmaddox/kilojoule-notebooks)

Convenience functions for solving thermodynamic and heat transfer problems

Installation
------------

.. code-block:: bash

pip install kilojoule

Description
Expand All @@ -25,6 +35,4 @@ a consistent syntax regardless of the source and including units
Variable names are chosen to be consistent with those commonly used in
the mechanical engineering texts.

The [GitHub: kilojoule-notebooks](https://github.com/johnfmaddox/kilojoule-notebooks) repository contains Jupyter notebooks with detailed installation and usage instructions along with example notebooks.


0 comments on commit 6081382

Please sign in to comment.