-
Notifications
You must be signed in to change notification settings - Fork 3.2k
computer vision quickstart #4255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
691464f
computer vision quickstart
diberry 0dfafdb
save thumbnail to file
diberry 96646f4
edits
diberry b67018c
edits based on Marsh's feedback
diberry 0acdadd
edits
diberry bfaa0de
edits
diberry e98d3cf
edits based on Anna's feedback
diberry e1817c5
edits based on feedback - some links fixed - tbd - read of links
diberry 551da34
links should be fixed
diberry b8d56a3
remove unused links
diberry 7d75a0d
fix spelling
diberry 5396c0d
edits based on Marsh's feedback
diberry 57a524a
added pip package reference into install section
diberry 2e27f60
Larent and Johan's changes
diberry d9ae272
edit package link name
diberry 28deacf
fixing reference for readme.md
diberry f84e0cb
changes based on azure-template/setup.py
diberry 9c0d301
adding long description back
diberry 1e15577
Merge branch 'master' into 0124-python-computervision
scbedd d1e8d3b
Merge branch 'master' into 0124-python-computervision
scbedd abb9acc
remove .RST file
diberry a4e1062
convert HISTORY to Markdown
mmacy eb72203
Merge pull request #1 from mmacy/4255-diberry
diberry 7c3269d
remove *.rst file - fix merge conflict
diberry 2936abb
autoupdate to auto_update
diberry f2927d3
Merge branch '0124-python-computervision' of https://github.com/diber…
diberry f03e0ee
merging master into cognitiveservices vision
scbedd 370ed8a
returning mgmt-batch to what it should be
scbedd bffba83
Merge remote-tracking branch 'origin/master' into 0124-python-compute…
lmazuel 72115e2
First pass fixing just reading the Readme
lmazuel 2f37c50
Fix recognize_text sample
lmazuel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
adding long description back
- Loading branch information
commit 9c0d30191ad44f143fe934654443eae113c5c25c
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -53,6 +53,7 @@ | |
| version=version, | ||
| description='Microsoft Azure {} Client Library for Python'.format(PACKAGE_PPRINT_NAME), | ||
| long_description=readme, | ||
| long_description_content_type='text/markdown', | ||
| license='MIT License', | ||
| author='Microsoft Corporation', | ||
| author_email='[email protected]', | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware that you concat a MD and a RST file here, you want to convert the HISTORY to MD as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@diberry You might be able to use Pandoc for this.
Cc: @lmazuel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The History is so simple that a quick search/replace should be enough :). History is really level 1 title and bullet list, that's it. But Pandoc would work indeed (I feel it's nuclear power where a hammer is enough, that's all ;))