Skip to content

Commit

Permalink
Merge pull request #255 from pcattori/remove-unify-from-readme
Browse files Browse the repository at this point in the history
Remove "unify" from README, fix broken links
  • Loading branch information
pcattori committed Aug 12, 2019
2 parents c02a172 + 2c7fcf2 commit 74415af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Python Client
Programmatically πŸ’» interact with Tamr Unify using Python 🐍
Programmatically πŸ’» interact with Tamr using Python 🐍

[![Version](https://img.shields.io/pypi/v/tamr-unify-client.svg?style=flat-square)](https://pypi.org/project/tamr-unify-client/)
[![Documentation Status](https://readthedocs.org/projects/tamr-client/badge/?version=stable&style=flat-square)](https://tamr-client.readthedocs.io/en/stable/?badge=stable)
Expand All @@ -11,11 +11,11 @@ Programmatically πŸ’» interact with Tamr Unify using Python 🐍
---

*Quick links:*
**[Docs](https://tamr-unify-python-client.readthedocs.io/en/stable/)** |
**[Contributing](https://tamr-unify-python-client.readthedocs.io/en/stable/contributor-guide.html)** |
**[Code of Conduct](https://github.com/Datatamer/unify-client-python/blob/master/CODE_OF_CONDUCT.md)** |
**[Change Log](https://github.com/Datatamer/unify-client-python/blob/master/CHANGELOG.md)** |
**[License](https://github.com/Datatamer/unify-client-python/blob/master/LICENSE)**
**[Docs](https://tamr-client.readthedocs.io/en/stable/)** |
**[Contributing](https://tamr-client.readthedocs.io/en/stable/contributor-guide.html)** |
**[Code of Conduct](https://github.com/Datatamer/tamr-client/blob/master/CODE_OF_CONDUCT.md)** |
**[Change Log](https://github.com/Datatamer/tamr-client/blob/master/CHANGELOG.md)** |
**[License](https://github.com/Datatamer/tamr-client/blob/master/LICENSE)**

---

Expand All @@ -32,9 +32,9 @@ pip install tamr-unify-client
- Continuous Categorization
- πŸš€ Kick-off synchronous/asynchronous operations
- Refresh datasets in your pipeline
- Train Tamr Unify's machine learning models
- Train Tamr's machine learning models
- Generate predictions from trained models
- πŸ”’ Authenticate with Tamr Unify
- πŸ”’ Authenticate with Tamr
- πŸ“₯ Fetch resources (e.g projects) by resource ID (e.g. `"1"`)
- πŸ“ Read resource metadata
- πŸ” Iterate over collections
Expand Down

0 comments on commit 74415af

Please sign in to comment.