Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33a6a10

Browse files
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.
1 parent cafe323 commit 33a6a10

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

docs/dev/env.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
############################
12
Your Development Environment
2-
============================
3+
############################
34

45
.. image:: /_static/photos/33175624924_7febc46cc4_k_d.jpg
56

67

8+
************
79
Text Editors
8-
::::::::::::
10+
************
911

1012
Just about anything that can edit plain text will work for writing Python code,
1113
however, using a more powerful editor may make your life a bit easier.
@@ -138,9 +140,9 @@ Recommended for Python development is
138140
`Linter <https://github.com/AtomLinter/Linter>`_ combined with
139141
`linter-flake8 <https://github.com/AtomLinter/linter-flake8>`_.
140142

141-
143+
****
142144
IDEs
143-
::::
145+
****
144146

145147
PyCharm / IntelliJ IDEA
146148
-----------------------
@@ -231,9 +233,9 @@ based on the Qt gui toolkit, integrating the Scintilla editor control. Eric
231233
is an open-source software project (GPLv3 licence) with more than ten years of
232234
active development.
233235

234-
236+
*****************
235237
Interpreter Tools
236-
:::::::::::::::::
238+
*****************
237239

238240

239241
Virtual Environments
@@ -269,8 +271,10 @@ the creation of different environments, and also makes it possible to use the
269271
existing pyenv tools to switch to different environments based on environment
270272
variables or ``.python-version`` files.
271273

274+
275+
***********
272276
Other Tools
273-
:::::::::::
277+
***********
274278

275279
IDLE
276280
----

0 commit comments

Comments
 (0)