Skip to content

mileshiroo/processing-py-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing Py Site

The script Reference/api_en/htmlgenerator.py generates .html Reference pages from the .xml files in the same directory.

Run it using this line, which assumes you are in Reference/api_en:

for file in *.xml; do python htmlgenerator.py $file htmlconversions/${file%.*}_.html; done 

About

Site for processing.py.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages