2006-01-20 05:59:54 +01:00
|
|
|
@echo off
|
|
|
|
|
2009-03-06 00:28:00 +01:00
|
|
|
|
2010-12-19 09:52:10 +01:00
|
|
|
doc_src\build_autodoc_files.py
|
2010-12-19 07:12:23 +01:00
|
|
|
sphinx-build -b html doc_src pywinauto\docs
|
2009-03-06 00:28:00 +01:00
|
|
|
|
|
|
|
REM c:\.temp\pudge\pudge\cli --documents doc_source\index.rst,doc_source\controls_overview.rst,doc_source\howto.rst,doc_source\getting_started.rst,history.txt,license.txt,todo.txt --title pywinauto -v -d website -m pywinauto.application,pywinauto.taskbar,pywinauto.clipboard,pywinauto.timings,pywinauto.findbestmatch,pywinauto.findwindows,pywinauto.handleprops,pywinauto.XMLHelpers,pywinauto.controls,pywinauto.tests -t doc_source\template
|
2006-01-20 05:59:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-02-07 01:03:43 +01:00
|
|
|
REM These are the python modules
|
|
|
|
REM application.py
|
|
|
|
REM clipboard.py
|
|
|
|
REM findbestmatch.py
|
|
|
|
REM findwindows.py
|
|
|
|
REM handleprops.py
|
2006-02-17 23:38:24 +01:00
|
|
|
REM taskbar.py
|
2006-02-07 01:03:43 +01:00
|
|
|
REM win32defines.py
|
|
|
|
REM win32functions.py
|
|
|
|
REM win32structures.py
|
|
|
|
REM XMLHelpers.py
|
2006-02-17 23:38:24 +01:00
|
|
|
|
2006-02-07 01:03:43 +01:00
|
|
|
REM controls
|
|
|
|
REM tests
|
2006-01-20 05:59:54 +01:00
|
|
|
|
|
|
|
|
2006-02-07 01:03:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
REM c:\.temp\pudge\pudge\cli --title pywinauto -v -m pywinauto --documents docs\index.rst,history.txt,license.txt,todo.txt,docs\howto.rst -d pudge_output_green_paste -t \.temp\pudge\pudge\template\green_paste
|
|
|
|
|