Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy:
provider: pypi
distributions: sdist bdist_wheel
skip_existing: true
user: mschroeder90
username: mschroeder90
on:
tags: true
password:
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ TOC
self
cli
api
similar_software
6 changes: 6 additions & 0 deletions docs/similar_software.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Similar Software
================

- `test-tube <https://github.com/williamFalcon/test-tube>`_
- `MLflow <https://mlflow.org/docs/latest/index.html>`_
- `Sacred <https://github.com/IDSIA/sacred>`_