From 9b2460a2093b2ccafec4c8246f34ffde816b3830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon-Martin=20Schr=C3=B6der?= Date: Sun, 23 Feb 2020 14:57:05 +0100 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cae89a..140d061 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ deploy: provider: pypi distributions: sdist bdist_wheel skip_existing: true - user: mschroeder90 + username: mschroeder90 on: tags: true password: From deb009a23e93ba2b5e86c4eb12a5db09d763c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon-Martin=20Schr=C3=B6der?= Date: Fri, 26 Jun 2020 09:35:47 +0200 Subject: [PATCH 2/2] Similar software --- docs/index.rst | 1 + docs/similar_software.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/similar_software.rst diff --git a/docs/index.rst b/docs/index.rst index 6b717e5..816747e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,3 +65,4 @@ TOC self cli api + similar_software diff --git a/docs/similar_software.rst b/docs/similar_software.rst new file mode 100644 index 0000000..9392072 --- /dev/null +++ b/docs/similar_software.rst @@ -0,0 +1,6 @@ +Similar Software +================ + +- `test-tube `_ +- `MLflow `_ +- `Sacred `_