From 33a6a105b91c6444435a0e00ec169f1cd299454a Mon Sep 17 00:00:00 2001 From: Marc Poulin Date: Wed, 5 Dec 2018 14:36:41 -0700 Subject: [PATCH] More H1/H2 fixes Before, H1 and H2 formats were not consistent. Now, H1 uses over/under hashes and H2 uses over/under asterisks. I missed this file in the last round of edits. --- docs/dev/env.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index de67a9a..47d3813 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -1,11 +1,13 @@ +############################ Your Development Environment -============================ +############################ .. image:: /_static/photos/33175624924_7febc46cc4_k_d.jpg +************ Text Editors -:::::::::::: +************ Just about anything that can edit plain text will work for writing Python code, however, using a more powerful editor may make your life a bit easier. @@ -138,9 +140,9 @@ Recommended for Python development is `Linter `_ combined with `linter-flake8 `_. - +**** IDEs -:::: +**** PyCharm / IntelliJ IDEA ----------------------- @@ -231,9 +233,9 @@ based on the Qt gui toolkit, integrating the Scintilla editor control. Eric is an open-source software project (GPLv3 licence) with more than ten years of active development. - +***************** Interpreter Tools -::::::::::::::::: +***************** Virtual Environments @@ -269,8 +271,10 @@ the creation of different environments, and also makes it possible to use the existing pyenv tools to switch to different environments based on environment variables or ``.python-version`` files. + +*********** Other Tools -::::::::::: +*********** IDLE ----