Skip to content

Commit

Permalink
Update README to display logo (#223)
Browse files Browse the repository at this point in the history
* Update README to display logo

* Rename workflow
  • Loading branch information
pabloferz authored Oct 11, 2022
1 parent 33ff55c commit eb28c3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI tests with docker container
name: Docker CI

on:
push:
Expand Down
31 changes: 25 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# PySAGES

[![Documentation Status](https://readthedocs.org/projects/pysages/badge/?version=latest)](https://pysages.readthedocs.io/en/latest/?badge=latest)
[![GitHub Actions](https://github.com/SSAGESLabs/PySAGES/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/SSAGESLabs/PySAGES/actions/workflows/ci.yml)
[![GitHub Actions](https://github.com/SSAGESLabs/PySAGES/actions/workflows/docker-ci.yml/badge.svg?branch=main)](https://github.com/SSAGESLabs/PySAGES/actions/workflows/docker-ci.yml)
[![GitHub Actions](https://github.com/SSAGESLabs/PySAGES/actions/workflows/trunk.yml/badge.svg?branch=main)](https://github.com/SSAGESLabs/PySAGES/actions/workflows/trunk.yml)
<h1 align="center">
<div>
<a href="https://github.com/SSAGESLabs/PySAGES" target="_blank">
<img src="docs/assets/pysages-bottom.svg" alt="PySAGES" height="200">
</a>
</div>
<br>
<p align="center">
<a href="https://pysages.readthedocs.io" target="_blank">
<img src="https://img.shields.io/badge/docs-latest-blue.svg" alt="Documentation">
</a>
&nbsp;
<a href="https://github.com/SSAGESLabs/PySAGES/actions/workflows/ci.yml" target="_blank">
<img src="https://github.com/SSAGESLabs/PySAGES/actions/workflows/ci.yml/badge.svg?branch=main" alt="GitHub Actions">
</a>
&nbsp;
<a href="https://github.com/SSAGESLabs/PySAGES/actions/workflows/docker-ci.yml" target="_blank">
<img src="https://github.com/SSAGESLabs/PySAGES/actions/workflows/docker-ci.yml/badge.svg?branch=main" alt="GitHub Actions">
</a>
&nbsp;
<a href="https://github.com/SSAGESLabs/PySAGES/actions/workflows/trunk.yml" target="_blank">
<img src="https://github.com/SSAGESLabs/PySAGES/actions/workflows/trunk.yml/badge.svg?branch=main" alt="Trunk">
</a>
</p>
</h1>

PySAGES (Python Suite for Advanced General Ensemble Simulations) is a Python
implementation of [SSAGES](https://ssagesproject.github.io) with support for GPUs.
Expand Down

0 comments on commit eb28c3f

Please sign in to comment.