質問

I will write help for my PyGTK app. The help consists of .page files. I would like to export this help to HTML/CSS and publish it as online help on app website.

Is there a tool which can export it to HTML/CSS or some other standard format?

役に立ちましたか?

解決

By ".page files" you mean Mallard? Use yelp-build, like so:

yelp-build html -o outputdir *.page
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top