Skip to content

Commit 2097bc2

Browse files
committed
MAC_Hints.rst: Change title underlines
Commit changes title underlines inside venv section `-` to `~` Closes coala/coala#3461
1 parent a13e9ab commit 2097bc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Help/MAC_Hints.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Here we will be using ``venv``, which is part of python's standard
88
libary since python 3.3, to create a virtualenv for development.
99

1010
1. Make sure you have installed Xcode and Homebrew.
11-
---------------------------------------------------
11+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1212

1313
2. Install Python 3.
14-
--------------------
14+
~~~~~~~~~~~~~~~~~~~~
1515

1616
For coala you will need to use Python 3, so you may
1717
simply use homebrew to install Python 3, or you could also
@@ -25,7 +25,7 @@ maintain other python versions.
2525
$ python3 --version # To check the installed version
2626

2727
3. Create Virtual Environments with venv
28-
----------------------------------------
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2929

3030
::
3131

@@ -40,7 +40,7 @@ maintain other python versions.
4040
$ python
4141

4242
4. Virtualenvwrapper with Python 3:
43-
-----------------------------------
43+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4444

4545
::
4646

@@ -65,7 +65,7 @@ maintain other python versions.
6565
$ mkvirtualenv --python=python3_path myenv
6666

6767
Finally!
68-
--------
68+
~~~~~~~~
6969

7070
::
7171

0 commit comments

Comments
 (0)