0

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?

gpoo
  • 8,408
  • 3
  • 38
  • 53
umpirsky
  • 9,902
  • 13
  • 71
  • 96

1 Answers1

1

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

yelp-build html -o outputdir *.page
ptomato
  • 56,175
  • 13
  • 112
  • 165