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

argparse.Namespace check_markdown_links.parse_args ()
 Parse command-line arguments.
 
 check_markdown_links.iter_markdown_files (Path repo_root, str docs_dir, str examples_dir, bool include_readme)
 Yield markdown files from configured roots.
 
bool check_markdown_links.should_skip_link (str target)
 Perform should skip link.
 
str check_markdown_links.normalize_target (str raw_target)
 Normalize target.
 
int check_markdown_links.main ()
 Entry point for this script.
 

Variables

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