X Tutup
The Wayback Machine - https://web.archive.org/web/20201223144334/https://github.com/freeCodeCamp/devdocs/pull/1241
Skip to content
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

Add PyTorch v1.5.0 documentation #1241

Merged
merged 2 commits into from Nov 14, 2020
Merged

Add PyTorch v1.5.0 documentation #1241

merged 2 commits into from Nov 14, 2020

Conversation

@xavieryao
Copy link
Contributor

@xavieryao xavieryao commented Jun 1, 2020

If you’re adding a new scraper, please ensure that you have:

  • Tested the scraper on a local copy of DevDocs
  • Ensured that the docs are styled similarly to other docs on DevDocs
  • Added these files to the public/icons/your_scraper_name/ directory:
    • 16.png: a 16×16 pixel icon for the doc
    • 16@2x.png: a 32×32 pixel icon for the doc
    • SOURCE: A text file containing the URL to the page the image can be found on or the URL of the original image itself

This PR introduces all of PyTorch v1.5.0 Python API docs to DevDocs, excluding notes and language bindings. The categories are identical to the Python API section of https://pytorch.org/docs/stable/index.html.

#799 will be solved.

@stephenroller
Copy link

@stephenroller stephenroller commented Jun 7, 2020

+1

@stephenroller
Copy link

@stephenroller stephenroller commented Jun 8, 2020

Just tested locally, works great.

@stephenroller
Copy link

@stephenroller stephenroller commented Jun 16, 2020

Bump.

@wogong
Copy link

@wogong wogong commented Oct 18, 2020

Really wish this can be merged soon

@xavieryao
Copy link
Contributor Author

@xavieryao xavieryao commented Oct 20, 2020

The DevDocs repo hasn't been maintained since March, which is sad. I've been running a local DevDocs server only for PyTorch for the recent months.

@wogong
Copy link

@wogong wogong commented Nov 13, 2020

@xavieryao I tried to run a local server (docker) using your PR, got a 404 error, any ideas?
(295/383) PyTorch FAILED (OpenURI::HTTPError: 404 Not Found)

@xavieryao xavieryao requested a review from freeCodeCamp/devdocs as a code owner Nov 14, 2020
Copy link
Contributor

@simon04 simon04 left a comment

Awesome, thank you!

@simon04 simon04 merged commit 41ab102 into freeCodeCamp:master Nov 14, 2020
1 check passed
1 check passed
Travis CI - Pull Request Build Passed
Details
@stephenroller
Copy link

@stephenroller stephenroller commented Nov 14, 2020

🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.
X Tutup