Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

keras-vis documentation

We use extended Markdown, as implemented by MkDocs, for documentation. The API docs are autogenerated using MarkdownAPIGenerator in md_autogen.py.

Dependencies

sudo pip install mkdocs
sudo pip install https://github.com/mitya57/python-markdown-math/archive/master.zip

Updating docs

Run update_docs.py. It will

  • Copy README.md to templates/index.md
  • Generate API docs for modules.

After this, run:

mkdocs build
mkdocs gh-deploy