Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Apr 9, 2018
1 parent 9daa3f7 commit 0d68449
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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 <A HREF="http://pymapmanager.readthedocs.io/en/latest/">API Documentation</A> and a backup copy <A HREF="http://robertcudmore.org/mapmanager/PyMapManager/docs/">here</A>.

### 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

Expand All @@ -21,6 +18,9 @@ myMap = mmMap(path)

See the [examples/](examples/) folder for Jupyter notebooks with more examples.

Please see the <A HREF="http://pymapmanager.readthedocs.io/en/latest/">API Documentation</A> and a backup copy <A HREF="http://robertcudmore.org/mapmanager/PyMapManager/docs/">here</A>.


## 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.
Expand Down

0 comments on commit 0d68449

Please sign in to comment.