Skip to content

erickbytes/rst-url-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rst-url-validator

A Python script for validating reStructuredText Format URLs

Install Python Dependencies

pip install requests
pip install rich

Run the RST URL Validator CLI

python rst-url-validator.py your_file.rst

console view of rst-url-validator.py

Pass --debug to Run in HTTP Debug Mode

python rst-url-validator.py your_file.rst --debug

Passing --debug will print the HTTP request information associated with a url.

External .rst Links

The rst-url-validator.py script expects links to be in this format, with a single or double underscore at the end:

`free online courses on Coursera <https://www.coursera.org/learn/python>`__ 

Read more about this code in my rst-url-validator Blog Post.

Releases

No releases published

Packages

No packages published

Languages