Changes between Initial Version and Version 1 of ChimeraSrc2html
- Timestamp:
- Oct 14, 2010, 10:26:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChimeraSrc2html
v1 v1 1 2 == Converting Chimera Python Code to HTML == 3 4 The python source code can be converted to appealing HTML using [http://pygments.org/ pygments]. For example: 5 6 {{{ 7 export CHIMERASRC=/data/src/chimera-svn 8 export MODULE=StructMeasure 9 cd ${CHIMERASRC}/libs/${MODULE} 10 for py in *.py; do 11 html=$(echo $py | sed s/.py$/.html/) 12 pygmentize -f html -O full,style=colorful,linenos=1 -o $html $py 13 done 14 }}} 15
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)