Fixed all H2 headings

Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
This commit is contained in:
Marc Poulin
2018-12-04 13:44:41 -07:00
parent 58fe178325
commit 35c13bc9ea
43 changed files with 532 additions and 203 deletions
+10 -4
View File
@@ -1,7 +1,9 @@
.. _install3-linux:
############################
Installing Python 3 on Linux
============================
############################
.. image:: /_static/photos/34435689480_2e6f358510_k_d.jpg
@@ -42,8 +44,9 @@ to read about `multiple Python versions available in Fedora`_.
.. _multiple Python versions available in Fedora: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
*********************
Working with Python 3
---------------------
*********************
At this point, you may have system Python 2.7 available as well.
@@ -59,8 +62,10 @@ This will launch the Python 2 interpreter.
This will launch the Python 3 interpreter.
****************
Setuptools & Pip
----------------
****************
The two most crucial third-party Python packages are `setuptools <https://pypi.python.org/pypi/setuptools>`_ and `pip <https://pip.pypa.io/en/stable/>`_.
@@ -90,8 +95,9 @@ However, when using virtual environments (described below), you don't need to
care about that.
*****************************
Pipenv & Virtual Environments
-----------------------------
*****************************
The next step is to install Pipenv, so you can install dependencies and manage virtual environments.