Added some documentation for the ATGv2 templates.
This commit is contained in:
10
scripts/gendoc.cmd
Normal file
10
scripts/gendoc.cmd
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set PYDOC=C:\Python27\Lib\pydoc.py
|
||||
set OUTDIR=docs
|
||||
|
||||
cd ..
|
||||
|
||||
for %%I in (atg atr data template) do (
|
||||
%PYDOC% -w %%I
|
||||
move %%I.html %OUTDIR%
|
||||
)
|
||||
Reference in New Issue
Block a user