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: 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 `_