Skip to content

Add Python versions of code examples

Dan Yeaw requested to merge danyeaw/gtksourceview:python-examples into master

At GUADEC during the PyGObject talk, someone asked if we could improve the experience for new users by providing Python examples in the API docs instead of C examples. @chergert mentioned that gi-docgen supports adding examples in other languages.

This merge request is an experiment to see if we could start to do this starting with gtksourceview. It includes each C example translated to Python.

Merge request reports

Loading