Add `make server` command to preview docs

This commit is contained in:
Daniel Gasienica 2013-06-01 21:25:51 -07:00 committed by Tibor Vass
parent 6d79cab514
commit 99dfa4e7e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ 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 dir
* to preview what you have generated, cd into _build/html and then run 'python -m SimpleHTTPServer 8000' * 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
---------------------------------- ----------------------------------