Skip to content

Commit b0f74a4

Browse files
authored
Merge pull request #25 from VirtualPlanetaryLaboratory/readme
Updated Readme.
2 parents d2297c8 + b6079e4 commit b0f74a4

2 files changed

Lines changed: 21 additions & 17 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
activate-environment: vplot
2020
environment-file: environment.yml
2121

22-
- name: Install vplanet-private pre-release
22+
# TODO: Remove this step in production
23+
- name: Install vplanet
2324
shell: bash -l {0}
2425
env:
2526
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<p align="center">
22
<img width = "200" src="https://github.com/VirtualPlanetaryLaboratory/vplot/blob/dev/docs/vplot.svg"/>
3-
<br/>
4-
<b>vplot |</b> plotting utilities for <a href="https://github.com/VirtualPlanetaryLaboratory/vplanet">VPLanet</a>
5-
<p align="center">
6-
<!-- main tests -->
7-
<a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml">
8-
<img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml/badge.svg"/>
9-
</a>
10-
<!-- build docs -->
11-
<a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml">
12-
<img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml/badge.svg"/>
13-
</a>
14-
<!-- read the docs -->
15-
<a href="https://virtualplanetarylaboratory.github.io/vplot/">
16-
<img src="https://img.shields.io/badge/read-the%20docs-blue.svg?style=flat"/>
17-
</a>
18-
</p>
193
</p>
4+
<br/>
5+
<h1 align="center">VPLot: Plotting Utilities for VPLanet</h1>
6+
<p align="center">
7+
<!-- read the docs -->
8+
<a href="https://virtualplanetarylaboratory.github.io/vplot/">
9+
<img src="https://img.shields.io/badge/read-the%20docs-blue.svg?style=flat"/>
10+
</a>
11+
<!-- build docs -->
12+
<a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml">
13+
<img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml/badge.svg"/>
14+
</a>
15+
<!-- main tests -->
16+
<img src="https://img.shields.io/badge/Unit%20Tests-11-darkblue.svg"/></a>
17+
<a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml">
18+
<img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml/badge.svg"/>
19+
</a>
20+
</p>
21+
<br>
22+
VPLot simplifies plotting [VPLanet](https://github.com/VirtualPlanetaryLaboratory/vplanet) data through a command line option that instantly generates plots of a single simulation, as well as a Python module to generate consistent and accessible figures for your publications.

0 commit comments

Comments
 (0)