forked from pytorch/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lycheeignore
More file actions
20 lines (14 loc) · 699 Bytes
/
.lycheeignore
File metadata and controls
20 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Used for links to be ignored during the link check.
# Add link to file along with comment as to why it should be ignored
#Example link in some of the tutorials that should be ignored
file:///f:/libtmp/some_file
#Ignore links with "file:///" to catch any other example links
file:\/\/\/.*
# Ignore colab link in the setting of conf.py
https://pytorch.org/tutorials/beginner/colab/n
# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
http://localhost:6006
# Ignore local host link from recipes_source/deployment_with_flask.rst
http://localhost:5000/predict
# Ignore local host link from advanced_source/cpp_frontend.rst
https://www.uber.com/blog/deep-neuroevolution/