Skip to content

Commit 9d28e96

Browse files
committed
update README.md and docs/source/index.rst
1 parent 21e2747 commit 9d28e96

2 files changed

Lines changed: 36 additions & 6 deletions

File tree

README.md

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
# NYgrid-python
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/boyuan276/NYgrid-python/blob/main/LICENSE)
4-
![Python](https://img.shields.io/badge/python-3.8-blue.svg)
5-
![Python](https://img.shields.io/badge/python-3.9-blue.svg)
6-
[![Python package](https://github.com/boyuan276/NYgrid-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/boyuan276/NYgrid-python/actions/workflows/python-package.yml)
7-
[![CodeQL](https://github.com/boyuan276/NYgrid-python/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/boyuan276/NYgrid-python/actions/workflows/github-code-scanning/codeql)
3+
<table>
4+
<tr>
5+
<td>Latest Release</td>
6+
<td>
7+
<a href="https://pypi.org/project/nygrid/">
8+
<img src="https://img.shields.io/pypi/v/nygrid" alt="latest release" />
9+
</a>
10+
<a href="https://github.com/boyuan276/NYgrid-python/actions/workflows/python-publish.yml">
11+
<img src="https://github.com/boyuan276/NYgrid-python/actions/workflows/python-publish.yml/badge.svg" alt="latest release" />
12+
</a>
13+
</td>
14+
</tr>
15+
<tr>
16+
<td>Build Status</td>
17+
<td>
18+
<a href="https://nygrid-python.readthedocs.io/en/latest/">
19+
<img src="https://readthedocs.org/projects/nygrid-python/badge/?version=latest" alt="documentation build status" />
20+
</a>
21+
<a href="https://github.com/boyuan276/NYgrid-python/actions/workflows/python-package.yml">
22+
<img src="https://github.com/boyuan276/NYgrid-python/actions/workflows/python-package.yml/badge.svg" alt="python-package" />
23+
</a>
24+
<a href="https://github.com/boyuan276/NYgrid-python/actions/workflows/github-code-scanning/codeql">
25+
<img src="https://github.com/boyuan276/NYgrid-python/actions/workflows/github-code-scanning/codeql/badge.svg" alt="codeql" />
26+
</a>
27+
</td>
28+
</tr>
29+
<tr>
30+
<td>License</td>
31+
<td>
32+
<a href="https://github.com/boyuan276/NYgrid-python/blob/main/LICENSE">
33+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="license" />
34+
</a>
35+
</td>
36+
</tr>
37+
</table>
838

939
A python version of the NYgrid model.
1040

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to NYgrid-python's documentation!
77
=========================================
88

9-
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
9+
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
1010
:target: https://github.com/boyuan276/NYgrid-python/blob/main/LICENSE
1111
.. image:: https://img.shields.io/badge/python-3.8-blue.svg
1212
.. image:: https://img.shields.io/badge/python-3.9-blue.svg

0 commit comments

Comments
 (0)