1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Make style consistent

This commit is contained in:
Daniel Gasienica 2013-06-01 21:26:54 -07:00
parent 3ca9c11110
commit 01ce63aacd

View file

@ -22,14 +22,14 @@ Installation
Usage Usage
----- -----
* change the .rst files with your favorite editor to your liking * Change the `.rst` files with your favorite editor to your liking.
* run *make docs* to clean up old files and generate new ones * Run `make docs` to clean up old files and generate new ones.
* your static website can now be found in the _build dir * Your static website can now be found in the `_build` directory.
* to preview what you have generated run `make server` and open <http://localhost:8000/> in your favorite browser. * To preview what you have generated run `make server` and open <http://localhost:8000/> in your favorite browser.
Working using github's file editor Working using GitHub's file editor
---------------------------------- ----------------------------------
Alternatively, for small changes and typo's you might want to use github's built in file editor. It allows Alternatively, for small changes and typo's you might want to use GitHub's built in file editor. It allows
you to preview your changes right online. Just be carefull not to create many commits. you to preview your changes right online. Just be carefull not to create many commits.
Images Images
@ -74,4 +74,4 @@ Guides on using sphinx
* Code examples * Code examples
Start without $, so it's easy to copy and paste. Start without $, so it's easy to copy and paste.