Browse code

Make style consistent

Daniel Gasienica authored on 2013/06/02 13:26:54
Showing 1 changed files
... ...
@@ -22,14 +22,14 @@ Installation
22 22
 
23 23
 Usage
24 24
 -----
25
-* change the .rst files with your favorite editor to your liking
26
-* run *make docs* to clean up old files and generate new ones
27
-* your static website can now be found in the _build dir
28
-* to preview what you have generated run `make server` and open <http://localhost:8000/> in your favorite browser.
25
+* Change the `.rst` files with your favorite editor to your liking.
26
+* Run `make docs` to clean up old files and generate new ones.
27
+* Your static website can now be found in the `_build` directory.
28
+* To preview what you have generated run `make server` and open <http://localhost:8000/> in your favorite browser.
29 29
 
30
-Working using github's file editor
30
+Working using GitHub's file editor
31 31
 ----------------------------------
32
-Alternatively, for small changes and typo's you might want to use github's built in file editor. It allows
32
+Alternatively, for small changes and typo's you might want to use GitHub's built in file editor. It allows
33 33
 you to preview your changes right online. Just be carefull not to create many commits.
34 34
 
35 35
 Images
... ...
@@ -74,4 +74,4 @@ Guides on using sphinx
74 74
 
75 75
 * Code examples
76 76
 
77
-  Start without $, so it's easy to copy and paste.
78 77
\ No newline at end of file
78
+  Start without $, so it's easy to copy and paste.