commit | 8f040b7a9f442e7c2605ef1cad9c6b5eb7dd7af7 | [log] [tgz] |
---|---|---|
author | aldwinaldwin <aldwinaldwin@users.noreply.github.com> | Fri Jul 19 09:23:17 2019 +0800 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jul 18 18:23:17 2019 -0700 |
tree | 6da549de35589e1db0c67cc73ac6dbba426a3e73 | |
parent | e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2 [diff] [blame] |
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
diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 4f0aa7d..4a45121 100644 --- a/Doc/using/index.rst +++ b/Doc/using/index.rst
@@ -17,3 +17,4 @@ unix.rst windows.rst mac.rst + editors.rst