Question

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?

Était-ce utile?

La solution

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

yelp-build html -o outputdir *.page
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top