convert readme to reStructuredText for PyPI#522
Closed
graingert wants to merge 1 commit intopytorch:masterfrom
Closed
convert readme to reStructuredText for PyPI#522graingert wants to merge 1 commit intopytorch:masterfrom
graingert wants to merge 1 commit intopytorch:masterfrom
Conversation
e9145a5 to
658e7c3
Compare
658e7c3 to
8171227
Compare
Contributor
|
|
Author
|
@apaszke hmm that's a pain, will have to try fiddling around with raw |
Contributor
|
That shouldn't be too hard, right? We have it in raw html already |
lukeyeager
reviewed
Jan 24, 2017
| - `The Team <#the-team>`__ | ||
|
|
||
| +-----------+---------------------+---------------------+ | ||
| | Python | **``Linux CPU``** | **``Linux GPU``** | |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Contributor
|
I'm closing this for now, due to inactivity and conflicts. You can open another PR once the issues with logo are resolved. Thanks! |
Author
|
Fair looks like github needs to tweak their reStructuredText renderer
On 17 Feb 2017 18:09, "Adam Paszke" <notifications@github.com> wrote:
Closed #522 <#522>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#522 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAZQTHD8Zs9giNhXrt2IJItJErl5u1Sxks5rdeJSgaJpZM4LpLIx>
.
|
ashishfarmer
pushed a commit
to ashishfarmer/pytorch
that referenced
this pull request
Mar 16, 2020
jjsjann123
pushed a commit
to jjsjann123/pytorch
that referenced
this pull request
Nov 25, 2020
Make sure all the env variable use a consistent PYTORCH_NVFUSER_xxx naming scheme
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
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.
Here we use reStructuredText rather than markdown because it renders as HTML on PyPI.
Similar to pytorch/vision#31