# 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://docs.pytorch.org/tutorials/beginner/colab*

# Ignore local host link from intermediate_source/tensorboard_tutorial.rst
http://localhost:6006

# Ignore local host link for Ray Dashboard
http://localhost:8265

# Ignore local host link from advanced_source/cpp_frontend.rst
https://www.uber.com/blog/deep-neuroevolution/

# Ignore localhost links Serving tutorial
http://localhost:8000
http://127.0.0.1:8000
