Skip to content

jshang2/jshang2.github.io

Repository files navigation

Website

Personal Website Generated by Jemdoc

https://jshang2.github.io/

Usage

  • macOS/Linux: The shell (e.g., bash or zsh) expands *.jemdoc into a list of matching filenames before passing them to the Python script.

python ./jem/jemdoc.py *.jemdoc

  • Windows: The command prompt (cmd) or PowerShell does not automatically expand *.jemdoc. Instead, it passes the literal string *.jemdoc to the Python script, which does not match any files unless the script itself handles globbing. Instead of using *.jemdoc, you can specify files explicitly on Windows.

python jem\jemdoc.py file1.jemdoc file2.jemdoc

About

Personal Website Generated by Jemdoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors