Skip to content

Commit

Permalink
Merge branch 'main' into max-pool-noquant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofir Gordon authored and Ofir Gordon committed Jun 17, 2024
2 parents f817147 + 7770af9 commit ce99d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/doc_tests/test_docs_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def test_readme_and_rst_files(self):
if _link[0] == '#':
# A link starting with '#' is a local reference to a headline in the current file --> ignore
pass
elif _link.startswith('data:image/'):
# A link starting with 'data:image/' is a base64-encoded image --> ignore
print("Inline image, skipping:", _link)
elif 'http://' in _link or 'https://' in _link:
if self.check_link(_link):
print("Link ok:", _link)
Expand Down

0 comments on commit ce99d2f

Please sign in to comment.