Skip to content

Commit

Permalink
Remove unnecessary docs folder as some of them are auto-generated, mo…
Browse files Browse the repository at this point in the history
…dify setup.py and also add travis.

Former-commit-id: 4da23ee
  • Loading branch information
datitran committed Sep 28, 2019
1 parent e1cc331 commit f79cbf6
Show file tree
Hide file tree
Showing 93 changed files with 76 additions and 20,944 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,7 @@ notebooks
notebooks/all_average_metrics.pkl
notebooks/cnn_explorer.ipynb
notebooks/cnn_variants.ipynb
mkdocs/docs/evaluation/
mkdocs/docs/handlers/
mkdocs/docs/methods/
mkdocs/docs/utils/
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ install:
- pip install -e ".[tests]"
script:
- pytest -vs --cov=imagededup --show-capture=no tests
# - python -m pytest -vs tests
deploy:
provider: pages
skip_cleanup: true
github_token: "$GITHUB_TOKEN"
local-dir: docs/
on:
branch: master
target_branch: gh-pages
env:
global:
secure: B4R9l1PzY00r/ITZfuIPunpbpMJuSrtegEyZCgy8JE/ei2sWZ0+FJ1SVausYY/g0aDumwMGITSQo6L0RafTbIG8LZ/l6KO9GuGmPsn8vYCwGd+4/eyt6nNocyGPv/4Vmm8jrgPtjUCCSGBD6mfU4nPn6bfN8Xhwl5i5ZodfXg6TfLNpYNkyauHm4L63UT6usfQ1JSE7pHb3gM88acYpTowrBm2WomgPPbKsd2isPtHbiIbOemXVpUjqygTXn7Gf8Dkq0Irasm93M3n+svAuGrhQRqfAupVlv5u+0jwQXAWhxoKAXVS/wH1n+ubN79G849VX/6B84bPGbTQS4QE9LVU+UcZ2PmyWeQZEJiwqr3T+f1bSPmu31ioGaAzxyBATm7odSht2iAGw/GzvZnL4maQAN/QhZQgjdpkQKuEURyGCEZ+87gVwpP+KUZPCiPzKRndeQTa9wiJVQk6tGwcfDD4umkqmO9Hj6lXV0UdP7ruIfhUF5IFmovBucsdLR6JL9+RzlHciDJ3905kWDQSekMo+q+tapme8qeIx0EJ6M0MohS8PXqjhS38DfZ/BkFZAxpm4gDGPaLE6wz0gAQ5ObjsMReM/drn0Bo5vEzjZCSd+f+GxlGS/Hbeos4+SCtKDNrA80m5tDoghzbVyDlRG6FGJk2+HK4JB52LPtWBoTHaE=
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ There are two ways to install imagededup:

Install imagededup from PyPI (recommended):

`pip install imagededup`
```
pip install imagededup
```

Install imagededup from the GitHub source:

Expand Down
Loading

0 comments on commit f79cbf6

Please sign in to comment.