pgi-docgen
pgi-docgen copied to clipboard
API Documentation Generator for PyGObject
Thank you for updating PyGObject Docs » User Guide » Gtk.Template . This really helped. Thanks. To learn more, I looked for Object API Reference and didn't find Gtk.Template there:...
So LD_LIBRARY_PATH, if set, should only be one path, because the code assumes that. This surprised me because more generally (for the linking loader) LD_LIBRARY_PATH can be a colon separated...
On newly installed Ubuntu 20.04, after: - clone this repository - install package python3-pip - install python3-virtualenv then: ``` source bootstrap.sh ./tools/build.sh GimpUI-3.0 ``` gave: ``` from lxml import etree...
Proposed workaround for #198.
```python3 ➜ pgi-docgen git:(master) ./tools/build-devhelp.sh Gtk-4.0 Traceback (most recent call last): File "/home/user/Projects/pgi-docgen/./pgi-docgen", line 14, in sys.exit(main(sys.argv)) File "/home/user/Projects/pgi-docgen/pgidocgen/main.py", line 29, in main return args.func(args) File "/home/user/Projects/pgi-docgen/pgidocgen/create.py", line 61, in...
Linking to a specific part of a documentation page with sidebar open uses an unescaped `#` within the URL fragment (to specify a fragment part for URL to be loaded...
Maybe this exists as a stupid question because I don't know how the docs get built... I notice that some of the doc pages have images as examples, and so...
The "gir-1.0" is not obvious - I needed to run strace to figure that out.
https://lazka.github.io/pgi-docs/Gtk-3.0/classes/CellArea.html#Gtk.CellArea.signals.add_editable documentation is incorrect, cell_area is repeated twice
Please see https://lazka.github.io/pgi-docs/#GLib-2.0/functions.html#GLib.timeout_add where the signature is `GLib.timeout_add(priority, interval, function, *data)` But this is wrong. `help()` tells me `timeout_add(interval, function, *user_data, **kwargs)` How is the API Ref generated? Isn't it...