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

Missing Gtk documentation #71

Closed fossfreedom closed 10 years ago

fossfreedom commented 10 years ago

Hi,

looks like a recent update has removed the toplevel Gtk 3 entry thus if you navigate directly...

http://lazka.github.io/pgi-docs/api/Gtk_3.0/classes/index.html

This gives a 404 error. You now have to use the search option to find Gtk 3 relevant info.

Bug - or an intentional change?

lazka commented 10 years ago

A bit of both.

I needed to split up the build process and this resulted in independent pages for each module. To get back to global search I've implemented a devhelp like interface using frames. So the GTK+3 page is available here: https://lazka.github.io/pgi-docs/Gtk-3.0/index.html and the search here: https://lazka.github.io/pgi-docs/

I'll look into making at least some old links work again.

also I'd appreciate any kind of feedback :)

fossfreedom commented 10 years ago

excellent - cheers!

I know I'm being a little cheeky here ... but by any chance is there a possibility to add the search option onto this landing page? I seem to live my life at the moment on this documentation set and having both the landing page and the search option together will be more than a bonus rather than having two firefox toolbar bookmarks.

lazka commented 10 years ago

Please give it a try now. The url now gets updated while browsing and will restore the current state of the right frame.

So this should be the bookmark: https://lazka.github.io/pgi-docs/#Gtk-3.0

Tested with recent chromium/firefox. It's broken with Gnome "Web".

fossfreedom commented 10 years ago

cheers. This works great. Many thanks again!