Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jan 21, 2019
1 parent c105e43 commit ac28b88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python

matrix:
include:
# use macOS for py2 since building pandas wheels takes ages on linux
- name: "MacOS py27"
os: osx
language: generic
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Welcome to ogs5py

[![Build Status](https://travis-ci.org/GeoStat-Framework/ogs5py.svg?branch=master)](https://travis-ci.org/GeoStat-Framework/ogs5py)
[![Documentation Status](https://readthedocs.org/projects/ogs5py/badge/?version=latest)](https://geostat-framework.readthedocs.io/projects/ogs5py/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

<p align="center">
Expand All @@ -20,7 +22,7 @@ You can install the latest version with the following command:

## Documentation for ogs5py

You can find the documentation under (...will follow soon...)
You can find the documentation under [geostat-framework.readthedocs.io][doc_link].


### Tutorials and Examples
Expand Down Expand Up @@ -166,4 +168,5 @@ You can contact us via <info@geostat-framework.org>.
[GPL][gpl_link] © 2018-2019 (inspired by Falk Hesse and Miao Jing)

[gpl_link]: https://github.com/GeoStat-Framework/ogs5py/blob/master/LICENSE
[ogs5_link]: https://www.opengeosys.org/ogs-5/
[ogs5_link]: https://www.opengeosys.org/ogs-5/
[doc_link]: https://geostat-framework.readthedocs.io/projects/ogs5py/en/latest/
13 changes: 2 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
#!/usr/bin/env python
"""
ogs5py: a python API for OpenGeoSys5 (www.opengeosys.org)
You can download OGS5 from:
* www.opengeosys.org/ogs-5
by Sebastian Mueller 2018
(inspired by Falk Hesse and Miao Jing)
"""
# -*- coding: utf-8 -*-
"""ogs5py: a python API for OpenGeoSys5"""

import os
import codecs
Expand Down

0 comments on commit ac28b88

Please sign in to comment.