From 1008b094c0ec6e5b5cd3b08dc85203d226b97d26 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Mon, 11 Feb 2019 11:57:16 +0000 Subject: [PATCH 01/11] fix typo in email address --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 26492959..546df31d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,7 +6,7 @@ A set of tools for interacting with [COPASI simulation software](http://copasi.o ## Publication -For support you may contact me on ciaran.welsh@newcsatle.ac.uk. +For support you may contact me on ciaran.welsh@newcastle.ac.uk. Contributions welcome. From d5c53118621aaeffae1910d2d7b053379816450f Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Mon, 11 Feb 2019 12:01:33 +0000 Subject: [PATCH 02/11] add travis badge --- ReadMe.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 546df31d..9b7ccaa1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,8 @@ +[![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) + # PyCoTools -A set of tools for interacting with [COPASI simulation software](http://copasi.org/) from Python +A set of tools for interacting with [COPASI simulation software](http://copasi.org/) from Python 3. ## [Tutorials and Documentation](http://pycotools.readthedocs.io/en/latest/) From 0f14fa0a331a941ad4958b8475e8c6226c0f6484 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Wed, 13 Feb 2019 14:01:52 +0000 Subject: [PATCH 03/11] update readme --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 9b7ccaa1..0057e885 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,7 @@ [![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) +pycotools3 is in the process of development. The master branch is stable but experimental but the others should not be used. The next version of pycotools3 will be released in a few weeks. + # PyCoTools A set of tools for interacting with [COPASI simulation software](http://copasi.org/) from Python 3. From e5796ed8c7564cac7a3263f2f2cc7c07b7cc9611 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Wed, 13 Feb 2019 14:02:18 +0000 Subject: [PATCH 04/11] update readme --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0057e885..a82810ee 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) -pycotools3 is in the process of development. The master branch is stable but experimental but the others should not be used. The next version of pycotools3 will be released in a few weeks. +pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. # PyCoTools From b8eb721d05680990ea860e0a060f443b8cb5287f Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 19:57:39 +0000 Subject: [PATCH 05/11] Added travis badge for develop branch --- ReadMe.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index a82810ee..645c6b50 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,7 @@ -[![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) + + +[![master Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) +[![develop Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.com/CiaranWelsh/pycotools3) pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From a4ae9bc0ac72450962e33d776b002b6ff42350ae Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:01:32 +0000 Subject: [PATCH 06/11] turn travis badge into table --- ReadMe.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 645c6b50..6c704be0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,7 +1,21 @@ - -[![master Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3) -[![develop Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.com/CiaranWelsh/pycotools3) + + + + + + + + + + +
master[![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3)
develop[![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3)
pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From 312fc1753855da28b87e180b4db4c2f6fb827c34 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:03:07 +0000 Subject: [PATCH 07/11] convert html table into markdown --- ReadMe.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 6c704be0..419a0d60 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,21 +1,6 @@ - - - - - - - - - - -
master[![Build Status](https://travis-ci.com/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.com/CiaranWelsh/pycotools3)
develop[![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3)
+| Master | [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) | +| Develop |[![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) | pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From d51d8307897c9220a35c1ad6192793bd165a5b27 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:05:07 +0000 Subject: [PATCH 08/11] update travis badges --- ReadMe.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 419a0d60..50298545 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,5 @@ -| Master | [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) | -| Develop |[![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) | +Master [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) Develop [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From 2016a959d502f31ef5770b4d22ae3621c83d8bd7 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:05:40 +0000 Subject: [PATCH 09/11] update travis badges --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 50298545..9f384a5c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,5 @@ -Master [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) Develop [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) +Master [![Master Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) Develop [![Develop Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From c0901115d51885acf450c54a6c20a9e3bd31359c Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:06:49 +0000 Subject: [PATCH 10/11] update travis badges --- ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 9f384a5c..0a9fa657 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,6 @@ -Master [![Master Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) Develop [![Develop Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) +[![Master Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) +[![Develop Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks. From 1c0ed19cd3f99416eb5559515b2b16a9836284d4 Mon Sep 17 00:00:00 2001 From: Ciaran Welsh Date: Fri, 15 Feb 2019 20:07:43 +0000 Subject: [PATCH 11/11] update travis badges --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 0a9fa657..6bab4068 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ -[![Master Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) -[![Develop Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) +master [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=master)](https://travis-ci.org/CiaranWelsh/pycotools3) +develop [![Build Status](https://travis-ci.org/CiaranWelsh/pycotools3.svg?branch=develop)](https://travis-ci.org/CiaranWelsh/pycotools3) pycotools3 is in the process of development. The master branch is stable but experimental and the others should not be used. The next version of pycotools3 will be released in a few weeks.