Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
snippets documentation
snippets documentation
  • call_with_timeout
  • check_pdf_hyperlinks
  • check_references
  • empirical_distribution
  • nearest_neighbor_sampler
  • nn
  • param_dict
  • plot
  • stats
  • tensor_data_loader
  • timer
  • util
Back to top
View this page

check_pdf_hyperlinks¶

class snippets.check_pdf_hyperlinks.CheckPdfHyperlinks¶

Check LaTeX documents for missing or unused references.

$ python -m snippets.check_pdf_hyperlinks --help
usage: check_pdf_hyperlinks.py [-h] filenames [filenames ...]

positional arguments:
  filenames

options:
  -h, --help  show this help message and exit
Next
check_references
Previous
call_with_timeout
Copyright ©
Made with Sphinx and @pradyunsg's Furo
On this page
  • check_pdf_hyperlinks
    • CheckPdfHyperlinks