diff --git a/Doc/using/editors.rst b/Doc/using/editors.rst new file mode 100644 index 00000000000..f36f570125c --- /dev/null +++ b/Doc/using/editors.rst @@ -0,0 +1,14 @@ +.. highlight:: none + +.. _editors: + +****************** + Editors and IDEs +****************** + +There are a number of IDEs that support Python programming language. +Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks. + +Please go to `Python Editors `_ and +`Integrated Development Environments `_ +for a comprehensive list. diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 4f0aa7d9577..4a45121ac2e 100644 --- a/Doc/using/index.rst +++ b/Doc/using/index.rst @@ -17,3 +17,4 @@ interpreter and things that make working with Python easier. unix.rst windows.rst mac.rst + editors.rst diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 021f0d35a8e..c0a5643fc2c 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -134,14 +134,3 @@ some Unices may not have the :program:`env` command, so you may need to hardcode ``/usr/bin/python3`` as the interpreter path. To use shell commands in your Python scripts, look at the :mod:`subprocess` module. - - -Editors and IDEs -================ - -There are a number of IDEs that support Python programming language. -Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks. - -Please go to `Python Editors `_ and -`Integrated Development Environments `_ -for a comprehensive list.