File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,6 @@ def wrapper(*args, **kwargs):
158158 "author" : "PyTorch Contributors" ,
159159}
160160
161- html_additional_pages = {
162- "404" : "404.html" ,
163- }
164-
165161# -- Sphinx-gallery configuration --------------------------------------------
166162
167163sphinx_gallery_conf = {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ from our full-length tutorials.
3434 :header: Defining a Neural Network
3535 :card_description: Learn how to use PyTorch's torch.nn package to create and define a neural network for the MNIST dataset.
3636 :image: _static/img/thumbnails/cropped/defining-a-network.PNG
37- :link: recipesrecipes /defining_a_neural_network.html
37+ :link: recipes/recipes /defining_a_neural_network.html
3838 :tags: Basics
3939
4040.. customcarditem ::
You can’t perform that action at this time.
0 commit comments