pygobject / pgi-docgen

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

Properties can link to the wrong classes #24

Closed lazka closed 10 years ago

lazka commented 10 years ago

api/Gtk_3.0/classes/TreeView

Gtk.TreeView.enable_model_drag_dest -> Gtk.TreeView :reorderable

It currently only links to the label named after the property and sphinx doesn't figure out that it's on the same page for some reason..

Possible solution: prefix with "Classname.props." ..and do the same with signals

lazka commented 10 years ago

fixed