-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from SamEdwardes:update-docs-pypi
Published new build to pypi with corrected README. Also removed scripts directory and replaced with a Makefile.
- Loading branch information
Showing
4 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
build_docs : | ||
# inspired by https://github.com/pytorch/botorch/blob/master/scripts/build_docs.sh | ||
# usage: poetry run bash scripts/build_docs.sh | ||
jupyter nbconvert --to markdown --execute README.ipynb | ||
jupyter nbconvert --to markdown --execute website/docs/getting_started.ipynb | ||
jupyter nbconvert --to markdown --execute website/docs/example.ipynb | ||
|
||
publish_pypi : | ||
poetry version patch | ||
poetry build | ||
poetry publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "spacytextblob" | ||
version = "3.0" | ||
version = "3.0.1" | ||
description = "A TextBlob sentiment analysis pipeline compponent for spaCy" | ||
authors = ["SamEdwardes <[email protected]>"] | ||
license = "MIT" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.