From aa74826c197b4696fdbb2da3bebee0bb7b9a6881 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Thu, 3 Jul 2014 15:50:34 -0700 Subject: [PATCH] update readme and setup for long description --- README.rst | 20 ++++++++------------ setup.py | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index d3ebfd8c..b99b6eaf 100644 --- a/README.rst +++ b/README.rst @@ -5,24 +5,25 @@ SimPEG ====== -.. image:: http://img.shields.io/pypi/v/SimPEG.svg +.. image:: https://img.shields.io/pypi/v/SimPEG.svg :target: https://crate.io/packages/SimPEG/ :alt: Latest PyPI version -.. image:: http://img.shields.io/pypi/dm/SimPEG.svg +.. image:: https://img.shields.io/pypi/dm/SimPEG.svg :target: https://crate.io/packages/SimPEG/ :alt: Number of PyPI downloads -.. image:: http://img.shields.io/badge/license-MIT-blue.svg +.. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/simpeg/simpeg/blob/master/LICENSE :alt: BSD 3 clause license. -.. image:: http://img.shields.io/travis/simpeg/simpeg.svg +.. image:: https://img.shields.io/travis/simpeg/simpeg.svg :target: https://travis-ci.org/simpeg/simpeg :alt: Travis CI build status -.. image:: http://img.shields.io/coveralls/simpeg/simpeg.svg +.. image:: https://img.shields.io/coveralls/simpeg/simpeg.svg :target: https://coveralls.io/r/simpeg/simpeg?branch=master + :alt: Coverage status Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications. @@ -36,25 +37,20 @@ The vision is to create a package for finite volume simulation with applications Documentation: - -http://simpeg.readthedocs.org/en/latest/ +http://simpeg.3ptscience.com Code: - https://github.com/simpeg/simpeg Tests: - https://travis-ci.org/simpeg/simpeg Bugs & Issues: - https://github.com/simpeg/simpeg/issues -Code Snippets & Tutorials -: +Code Snippets & Tutorials: http://www.row1.ca/simpeg diff --git a/setup.py b/setup.py index 71e10b51..b340fca5 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ CLASSIFIERS = [ import os, os.path -with open("README.md") as f: +with open("README.rst") as f: LONG_DESCRIPTION = ''.join(f.readlines()) setup(