diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docs/integrate.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/docs/integrate.rst b/doc/docs/integrate.rst index 03fc268f..73e02acd 100644 --- a/doc/docs/integrate.rst +++ b/doc/docs/integrate.rst @@ -4,21 +4,6 @@ Using Pygments in various scenarios =================================== -PyGtk ------ - -Armin has written a piece of sample code that shows how to create a Gtk -`TextBuffer` object containing Pygments-highlighted text. - -See the article here: http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-gtk-rendering/ - -Wordpress ---------- - -He also has a snippet that shows how to use Pygments in WordPress: - -http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-in-wordpress/ - Markdown -------- |