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

DOC: update link to example recipe tutorial #2927

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Write for a global audience with an instructive and directive voice.

- PyTorch has a global audience; use clear, easy to understand
language. Avoid idioms or other figures of speech.
- To keep your instructions concise, use
- To keep your instructions concise, use
[active voice](https://writing.wisc.edu/handbook/style/ccs_activevoice/) as much as possible.
- For a short guide on the essentials of writing style,
[The Elements of Style](https://www.gutenberg.org/files/37134/37134-h/37134-h.htm)
Expand Down Expand Up @@ -219,7 +219,7 @@ described in the preceding sections:
Tutorial](https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html)

If you are creating a recipe, we recommend that you use [this
template](https://github.com/pytorch/tutorials/blob/tutorials_refresh/recipes_source/recipes/example_recipe.py)
template](https://github.com/pytorch/tutorials/blob/main/beginner_source/template_tutorial.py)
as a guide.


Expand Down Expand Up @@ -261,7 +261,7 @@ For Python files, our CI system runs your code during each build.

In order for your tutorial to appear on the website, and through tag
search, you need to include it in `index.rst`, or for recipes, in
`recipes_index.rst`.
`recipes_index.rst`.

1. Open the relevant file
[`index.rst`](https://github.com/pytorch/tutorials/blob/main/index.rst)
Expand Down
Loading