Skip to content

Commit

Permalink
Merge pull request keras-team#1645 from oraac/master
Browse files Browse the repository at this point in the history
added more detail to the building documentation instructions
  • Loading branch information
fchollet committed Feb 8, 2016
2 parents c450089 + 27754d2 commit 8d393f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Our documentation uses extended Markdown, as implemented by [MkDocs](http://mkdo
- install MkDocs: `pip install mkdocs`
- `cd` to the `docs/` folder and run:
- `python autogen.py`
- `mkdocs serve`
- `mkdocs serve` # Starts a local webserver: [localhost:8000](localhost:8000)
- `mkdocs build` # Builds a static site in "site" directory

0 comments on commit 8d393f7

Please sign in to comment.