pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
129 stars 36 forks source link

Improve doc parsing #44

Closed lazka closed 8 years ago

lazka commented 10 years ago

Gnome is moving to markdown, so everything after docbook parsing has to be parsed as markdown and converted to reST.

lazka commented 10 years ago

It might be easier for the final conversion to convert markdown to docbook first.

lazka commented 10 years ago

Examples:

Gtk.Window.new Gtk.Window.list_toplevels Gtk.Window.get_focus

lazka commented 9 years ago

As mixing existing markdown parsers with docbook didn't work out, look into porting the gtk-doc parsing code to Python.

lazka commented 8 years ago

https://lazka.github.io/pgi-docs/GES-1.0/classes/TitleSource.html#properties shows that we do a bad job at parsing docbook tables

lazka commented 8 years ago

The Gtk.Window ones are all done now.

lazka commented 8 years ago

The TitleSource thing contains lots of non-existing reference afaics.

Things look much better now, except maybe #101. Closing this...