PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
check_markdown_links.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

 check_markdown_links.iter_markdown_files (Path repo_root)
 
bool check_markdown_links.should_skip_link (str target)
 
str check_markdown_links.normalize_target (str raw_target)
 
int check_markdown_links.main ()
 

Variables

 check_markdown_links.LINK_PATTERN = re.compile(r"!\[[^\]]*\]\‍(([^)\s]+)(?:\s+\"[^\"]*\")?\‍)|\[[^\]]*\]\‍(([^)\s]+)(?:\s+\"[^\"]*\")?\‍)")