Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将为我的 PyGTK 应用程序编写帮助。帮助由.page文件组成。我想将此帮助导出为 HTML/CSS 并将其作为在线帮助发布在应用网站上。
.page
是否有可以将其导出为 HTML/CSS 或其他标准格式的工具?
“.page 文件”是指野鸭?使用yelp-build,像这样:
yelp-build
yelp-build html -o outputdir *.page