Skip to content

Commit 8d393f7

Browse files
committed
Merge pull request keras-team#1645 from oraac/master
added more detail to the building documentation instructions
2 parents c450089 + 27754d2 commit 8d393f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ Our documentation uses extended Markdown, as implemented by [MkDocs](http://mkdo
88
- install MkDocs: `pip install mkdocs`
99
- `cd` to the `docs/` folder and run:
1010
- `python autogen.py`
11-
- `mkdocs serve`
11+
- `mkdocs serve` # Starts a local webserver: [localhost:8000](localhost:8000)
12+
- `mkdocs build` # Builds a static site in "site" directory

0 commit comments

Comments
 (0)