Skip to content

Commit

Permalink
Adding a hint to Geany's wiki for debugging Python code and make pyfl…
Browse files Browse the repository at this point in the history
…ake project page being linked inline
  • Loading branch information
frlan committed May 28, 2012
1 parent ea20cad commit dcb42d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vol_5/newsletter_5.rst
Expand Up @@ -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
###########
Expand Down

0 comments on commit dcb42d7

Please sign in to comment.