From 8d4a6f4b0ee16763ecd4c1467b62f4b228a271bc Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 23 Oct 2016 00:48:32 +0200 Subject: [PATCH] Some styling and wording fixes in README.md python -> Python where appropriate. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f28ce371..928f5224 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ pip3 install sphinx_rtd_theme ``` You can then build the HTML documentation from the root folder of this repository with: + ```sh make html ``` @@ -58,9 +59,9 @@ You can then test the changes live by opening `_build/html/index.html` in your f ### Building with Sphinx on Windows On Windows, you need to: -* Download the python installer [here](https://www.python.org/downloads/). -* Install python. Don't forget to check the "Add python to PATH" box. -* Use the above pip commands. +* Download the Python installer [here](https://www.python.org/downloads/). +* Install Python. Don't forget to check the "Add Python to PATH" box. +* Use the above `pip` commands. Building is still done at the root folder of this repository, but with this command line instead: ```sh