From 0d684495b907bf5edc406318aff29ca08b1e8ab1 Mon Sep 17 00:00:00 2001 From: cudmore Date: Sun, 8 Apr 2018 21:03:17 -0400 Subject: [PATCH] travis --- .travis.yml | 3 +++ readme.md | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d23ea34..64d1fd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ deploy: user: cudmore password: secure: uE0cxtAqChkoFRHeOZZ0XDxeJnZPiFGD+UqcyXSDRmozM39JAHfywkslTj+6un458eoBFuYoq4IFgrTYkqIIZmAFGRv/Ek2+HuGaG3wKkG1tYuGrf4XmVrJIUkpzUpvrkazXxgtouCQdWZadPocMynKRR7JE32KvFzJjCuPFrnxilIoM2nbLI7iGfFyBT8j2l/BXFdT9jTiiFrDtN3Wz3+fRu7uiQMwy2LdV0QAJ2TijAYDX40q0P9Z4L2AwzGip3uvJDnNLVAZjeoRLAFk5CLKMfzf3RfMrCIrTwrbyXbEtokDDCsskXIVzCvd2ft+92I88rTbjLToZGePYP0kkvDjDTeJhgRoaxTt4YLOze+CUIqXw4nRXziSrrZSxGlA5Rl1CWxYzmeCrIr4zvEZvoSz+bSsI0OKFGb4uALGw5oN1H5fvxYL9QJyQhJXRsO9ESaMgEUDHG3eZsSC6Bh98mhyyJ/6BjpzYlxuNYdP2UkgzZ3ScdWGIBUb1XwbbyWFB9YSby8e8ZG7GqXvXdMiQhdqYWQfE22H+eekr9KMHnNmBDOvDChNCMtoM1zN+IbnS0+9ADmcvSGObfc7byZeUgZxVkWrcmYXqQ0mSE/HpSrYcWWxPE4VYo5YBm5Jsil6MZHeV3c6SxQoUFL3ispMllZ6RKjyxF/ykPCIMPJtc5Z8= + on: + tags: true + diff --git a/readme.md b/readme.md index c3f3063..d331836 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,10 @@ PyMapManager is an ecosystem of tools to load and visualize time-series annotations and 3D image volumes. For a complete overview, see the main [PyMapManager](http://blog.cudmore.io/PyMapManager) documentation. -[![Build Status](https://travis-ci.org/cudmore/PyMapManager.svg?branch=master)](https://travis-ci.org/cudmore/PyMapManager) -## 1) PyMapManager Python package +## 1) PyMapManager Python package [![Build Status](https://travis-ci.org/cudmore/PyMapManager.svg?branch=master)](https://travis-ci.org/cudmore/PyMapManager) -Please see the API Documentation and a backup copy here. - -### Install from [PyPi](https://pypi.python.org/pypi/pymapmanager) +### Install from [PyPi](https://pypi.python.org/pypi/pymapmanager) [![PyPI version](https://badge.fury.io/py/pymapmanager.svg)](https://badge.fury.io/py/pymapmanager) pip install PyMapManager @@ -21,6 +18,9 @@ myMap = mmMap(path) See the [examples/](examples/) folder for Jupyter notebooks with more examples. +Please see the API Documentation and a backup copy here. + + ## 2) Map Manager web server A web server to browse and share Map Manager annotations and time-series images. In addition to the point-and-click interface, there is also a [REST API][rest-api] to programmatically retrieve data.