forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Cleanup legacy Keras files (keras-team#14256)"
This reverts commit 33c4e16.
- Loading branch information
Showing
217 changed files
with
31,300 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
include LICENSE | ||
include README.md | ||
include CONTRIBUTING.md | ||
graft docs | ||
graft examples | ||
graft tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Keras Documentation | ||
|
||
The source for Keras documentation is in this directory. | ||
Our documentation uses extended Markdown, as implemented by [MkDocs](http://mkdocs.org). | ||
|
||
## Building the documentation | ||
|
||
- Install MkDocs: `pip install mkdocs` | ||
- `pip install -e .` to make sure that Python will import your modified version of Keras. | ||
- From the root directory, `cd` into the `docs/` folder and run: | ||
- `KERAS_BACKEND=tensorflow python autogen.py` | ||
- `mkdocs serve` # Starts a local webserver: [localhost:8000](http://localhost:8000) | ||
- `mkdocs build` # Builds a static site in `site/` directory |
Empty file.
Oops, something went wrong.