Skip to content

Commit 0934dc8

Browse files
Merge pull request #22 from BenjMy/main
Update Readme to fix badge issues
2 parents 6637e3f + 63844d2 commit 0934dc8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
55

66
[![PyPI](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/downloads/)
7-
![PyPI](https://img.shields.io/pypi/v/gemgis_data)
7+
[![PyPI version](http://img.shields.io/pypi/v/gemgis_data.svg)](https://pypi.org/project/gemgis_data/)
88
![Conda](https://img.shields.io/conda/vn/conda-forge/gemgis_data)
9-
![GitHub](https://img.shields.io/github/license/cgre-aachen/gemgis_data)
9+
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/cgre-aachen/gemgis_data/blob/main/LICENSE)
1010
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cgre-aachen/gemgis/main)
11-
![Read the Docs](https://img.shields.io/readthedocs/gemgis)
11+
[![Documentation Status](https://assets.readthedocs.org/static/projects/badges/passing-flat.svg)](https://gemgis.readthedocs.io/en/latest/index.html)
1212
[![DOI](https://img.shields.io/badge/DOI-https%3A%2F%2Fdoi.org%2F10.5194%2Fegusphere--egu21--4613-blue)](https://doi.org/10.5194/egusphere-egu21-4613)
1313
[![DOI](https://zenodo.org/badge/309125606.svg)](https://zenodo.org/badge/latestdoi/309125606)
1414
[![DOI](https://jose.theoj.org/papers/10.21105/jose.00185/status.svg)](https://doi.org/10.21105/jose.00185)

apt.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
libgl1-mesa-dev
2+
xvfb

start

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
set -x
3+
export DISPLAY=:99.0
4+
export PYVISTA_OFF_SCREEN=true
5+
export PYVISTA_USE_IPYVTK=true
6+
which Xvfb
7+
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
8+
sleep 3
9+
set +x
10+
exec "$@"

0 commit comments

Comments
 (0)