More H1/H2 fixes

Before, H1 and H2 formatting was not consistent.
Now, H1 uses over/under hashes and H2 uses over/under asterisks. Also changed H3 tildes to equal signs to silence Sphinx warnings.
This commit is contained in:
Marc Poulin
2018-12-05 14:51:26 -07:00
parent 33a6a105b9
commit ffd696e4a6
2 changed files with 34 additions and 18 deletions
+8 -3
View File
@@ -1,12 +1,15 @@
.. _pip-virtualenv:
###########################################
Further Configuration of Pip and Virtualenv
===========================================
###########################################
.. image:: /_static/photos/34018732105_f0e6758859_k_d.jpg
***************************************************
Requiring an active virtual environment for ``pip``
---------------------------------------------------
***************************************************
By now it should be clear that using virtual environments is a great way to
keep your development environment clean and keeping different projects'
@@ -87,8 +90,10 @@ install packages globally by running ``gpip install``. You can change the name
of the function to anything you like, just keep in mind that you will have to
use that name when trying to install packages globally with pip.
*******************************
Caching packages for future use
-------------------------------
*******************************
Every developer has preferred libraries and when you are working on a lot of
different projects, you are bound to have some overlap between the libraries