Skip to content

Commit ff1157d

Browse files
author
osscca
committed
Added NINJA-IDE to IDEs
1 parent dadb855 commit ff1157d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/dev/env.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or icons. There exist a couple of plugins and settings for the VIM editor to
1717
aid python development. If you only develop in Python, a good start is to set
1818
the default settings for indentation and line-wrapping to values compliant with
1919
`PEP 8 <http://www.python.org/dev/peps/pep-0008/>`_. In your home directory,
20-
open a file called `.vimrc` and add the following lines: ::
20+
open a file called `.vimrc` and add the following lines:::
2121

2222
set textwidth=79
2323
set shiftwidth=4
@@ -142,7 +142,7 @@ The most popular Eclipse plugin for Python development is Aptana's
142142

143143

144144
Komodo IDE
145-
-----------
145+
----------
146146
`Komodo IDE <http://www.activestate.com/komodo-ide>`_ is developed by
147147
ActiveState and is a commercial IDE for Windows, Mac
148148
and Linux.
@@ -167,6 +167,17 @@ WingIDE
167167
Windows, and Mac (as an X11 application, which frustrates some Mac users).
168168

169169

170+
NINJA-IDE
171+
---------
172+
173+
`NINJA-IDE <http://www.ninja-ide.org/>`_ (from the recursive acronym: "Ninja-IDE
174+
Is Not Just Another IDE", is a cross-platform IDE, specially designed to build
175+
Python applications, and runs on Linux/X11, Mac OS X and Windows desktop operating
176+
systems. Installers for these platforms can be downloaded from the website.
177+
178+
NINJA-IDE is open-source software (GPLv3 licence) and is developed in Python and
179+
Qt. The source files can be downloaded from `GitHub <https://github.com/ninja-ide>`_.
180+
170181
Interpreter Tools
171182
:::::::::::::::::
172183

0 commit comments

Comments
 (0)