Skip to content

Commit

Permalink
Revert "Cleanup legacy Keras files (keras-team#14256)"
Browse files Browse the repository at this point in the history
This reverts commit 33c4e16.
  • Loading branch information
jonguyen committed Oct 27, 2020
1 parent 33c4e16 commit dd58947
Show file tree
Hide file tree
Showing 217 changed files with 31,300 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
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
13 changes: 13 additions & 0 deletions docs/README.md
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 added docs/__init__.py
Empty file.
Loading

0 comments on commit dd58947

Please sign in to comment.