-
Notifications
You must be signed in to change notification settings - Fork 80
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
adding share documentation #2085
Merged
Merged
Conversation
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
Looks good, thanks!
On Mar 3, 2017, at 5:38 AM, Antonio Gonzalez <notifications@github.com<mailto:notifications@github.com>> wrote:
@rob-knight<https://github.com/rob-knight>, @ElDeveloper<https://github.com/ElDeveloper>, this is the PR we discussed.
@biocore/qiita-admin<https://github.com/orgs/biocore/teams/qiita-admin>, could one of you review?
List:
[list]<https://cloud.githubusercontent.com/assets/2014559/23553008/e4ebb4ca-ffdb-11e6-8fea-b407922b1396.png>
Actual help:
[share_help]<https://cloud.githubusercontent.com/assets/2014559/23553016/ea6e8468-ffdb-11e6-894c-104f1718a42a.png>
…________________________________
You can view, comment on, or merge this pull request online at:
#2085
Commit Summary
* adding share documentation
File Changes
* A qiita_pet/support_files/doc/source/tutorials/images/sharing_analysis.gif<https://github.com/biocore/qiita/pull/2085/files#diff-0> (0)
* A qiita_pet/support_files/doc/source/tutorials/images/sharing_study.gif<https://github.com/biocore/qiita/pull/2085/files#diff-1> (0)
* M qiita_pet/support_files/doc/source/tutorials/index.rst<https://github.com/biocore/qiita/pull/2085/files#diff-2> (1)
* A qiita_pet/support_files/doc/source/tutorials/sharing.rst<https://github.com/biocore/qiita/pull/2085/files#diff-3> (51)
Patch Links:
* https://github.com/biocore/qiita/pull/2085.patch
* https://github.com/biocore/qiita/pull/2085.diff
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#2085>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AB69Kb7ybdkmvsN85PrNM_ceXVjp48F9ks5riBe4gaJpZM4MSRHT>.
|
Looks good! 👍 |
josenavas
reviewed
Mar 3, 2017
setup.py
Outdated
@@ -103,7 +103,7 @@ | |||
]}, | |||
scripts=glob('scripts/*'), | |||
extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock']}, | |||
install_requires=['psycopg2', 'click >= 3.3', 'future', | |||
install_requires=['psycopg2 <= 2.7', 'click >= 3.3', 'future', |
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.
psycopg2 < 2.7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@rob-knight, @ElDeveloper, this is the PR we discussed.
@biocore/qiita-admin, could one of you review?
List:
Actual help: