From dcb42d750322b39ea48958cbad4a2c8771800109 Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Mon, 28 May 2012 10:52:17 +0200 Subject: [PATCH] Adding a hint to Geany's wiki for debugging Python code and make pyflake project page being linked inline --- vol_5/newsletter_5.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vol_5/newsletter_5.rst b/vol_5/newsletter_5.rst index c3f7ad7..dd2d2e8 100644 --- a/vol_5/newsletter_5.rst +++ b/vol_5/newsletter_5.rst @@ -162,10 +162,12 @@ program and detects two kinds of errors: unused imports and undefined symbols. geany-pyflakes runs pyflakes in the background and parses its output. Afterwards puts markers on lines with errors and adds the output to the panel at the bottom of editor (the one -with console, todo, etc.). Geany-pyflakes is available at [1]. +with console, todo, etc.). Geany-pyflakes is available at its project +pages at http://code.google.com/p/geany-pyflakes/ +Another way to check your Python code is described inside the wiki at +http://wiki.geany.org/howtos/check_python_code -[1] http://code.google.com/p/geany-pyflakes/ GeniusPaste ###########