Skip to content

Commit

Permalink
Update docs (#1409)
Browse files Browse the repository at this point in the history
* Update docs

* Temp remove badges
  • Loading branch information
henryre committed Aug 15, 2019
1 parent a540284 commit bde35d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
@@ -1,8 +1,10 @@
<img src="figs/logo_01.png" width="150"/>


<!--
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/snorkel)
![PyPI](https://img.shields.io/pypi/v/snorkel)
-->
![Conda](https://img.shields.io/conda/v/conda-forge/snorkel)
[![build](https://travis-ci.com/snorkel-team/snorkel.svg?branch=master)](https://travis-ci.com/snorkel-team/snorkel?branch=master)
[![docs](https://readthedocs.org/projects/snorkel/badge/?version=master)](https://snorkel.readthedocs.io/en/master)
[![coverage](https://codecov.io/gh/snorkel-team/snorkel/branch/master/graph/badge.svg)](https://codecov.io/gh/snorkel-team/snorkel/branch/master)
Expand All @@ -28,7 +30,10 @@ These tutorials demonstrate a variety of tasks, domains, labeling techniques, an
To install Snorkel, we recommend using `pip`:

```bash
pip install snorkel
# We're working on resolving the "snorkel" project on PyPI,
# but you can use the GitHub release version in the meantime.

pip install https://github.com/snorkel-team/snorkel/releases/download/v0.9.0/snorkel-0.9.0-py3-none-any.whl
```

or `conda`:
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -73,7 +73,7 @@ You'll also need to have permissions to push directly to the `master` branch.
[`meta.yml`](https://github.com/conda-forge/snorkel-feedstock/blob/master/recipe/meta.yaml),
submit a PR upstream and follow conda-forge's PR instructions.

1. Copy the release notes in `CHANGELOG.md` to the GitHub tag
1. Copy the release notes in `CHANGELOG.md` to the GitHub tag and publish a release.

1. Update version to, e.g. 0.9.1+dev in `snorkel/VERSION.py`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
"Programming Language :: Python :: 3",
],
project_urls={
"Homepage": "http://snorkel.org",
"Homepage": "https://snorkel.org",
"Source": "https://github.com/snorkel-team/snorkel/",
"Bug Reports": "https://github.com/snorkel-team/snorkel/issues",
"Citation": "https://doi.org/10.14778/3157794.3157797",
Expand Down

0 comments on commit bde35d2

Please sign in to comment.