File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11.spyderproject
22qwt-6.1.2
33qwt /tests /demo.png
4- python-qwtdoc .chm
4+ python-qwt .chm
55doc.zip
66
77# Created by https://www.gitignore.io/api/python
Original file line number Diff line number Diff line change 11sphinx-build -b htmlhelp doc doctmp
2- " C:\Program Files\HTML Help Workshop\hhc.exe" doctmp\python-qwtdoc.hhp
3- " C:\Program Files (x86)\HTML Help Workshop\hhc.exe" doctmp\python-qwtdoc.hhp
4- copy doctmp\python-qwtdoc.chm .
2+ " C:\Program Files\HTML Help Workshop\hhc.exe" doctmp\python-qwt.hhp
3+ " C:\Program Files (x86)\HTML Help Workshop\hhc.exe" doctmp\python-qwt.hhp
4+ copy doctmp\python-qwt.chm .
5+ 7z a python-qwt.chm.zip python-qwt.chm
6+ del doctmp\python-qwt.chm
7+ del doc.zip
8+ sphinx-build -b html doc doctmp
9+ cd doctmp
10+ 7z a -r ..\doc.zip *.*
11+ cd ..
512rmdir /S /Q doctmp
6- pause
13+ del python-qwt.chm.zip
Original file line number Diff line number Diff line change 1+ del doc.zip
12sphinx-build -b html doc doctmp
23cd doctmp
347z a -r ..\doc.zip *.*
Original file line number Diff line number Diff line change 168168#html_file_suffix = ''
169169
170170# Output file base name for HTML help builder.
171- htmlhelp_basename = 'python-qwtdoc '
171+ htmlhelp_basename = 'python-qwt '
172172
173173
174174# -- Options for LaTeX output --------------------------------------------------
Original file line number Diff line number Diff line change 11.. automodule :: qwt
22
3+ Download :download: `CHM Documentation (unzip and open) <../python-qwt.chm.zip >`.
34
45Contents:
56
You can’t perform that action at this time.
0 commit comments