Skip to content

Commit 8f040b7

Browse files
aldwinaldwinmiss-islington
authored andcommitted
bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
Move the Editors and IDE section out of the Unix section, to its own section. https://bugs.python.org/issue37610
1 parent e0a1f8f commit 8f040b7

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

Doc/using/editors.rst

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. highlight:: none
2+
3+
.. _editors:
4+
5+
******************
6+
Editors and IDEs
7+
******************
8+
9+
There are a number of IDEs that support Python programming language.
10+
Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
11+
12+
Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
13+
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
14+
for a comprehensive list.

Doc/using/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ interpreter and things that make working with Python easier.
1717
unix.rst
1818
windows.rst
1919
mac.rst
20+
editors.rst

Doc/using/unix.rst

-11
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,3 @@ some Unices may not have the :program:`env` command, so you may need to hardcode
134134
``/usr/bin/python3`` as the interpreter path.
135135

136136
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
137-
138-
139-
Editors and IDEs
140-
================
141-
142-
There are a number of IDEs that support Python programming language.
143-
Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
144-
145-
Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
146-
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
147-
for a comprehensive list.

0 commit comments

Comments
 (0)