8000 GitHub - lava-nc/lava-docs at v0.2.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lava-nc/lava-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lava-docs

Documentation source for Lava https://github.com/lava-nc/

Generate Docs

pip install -r requirements.txt

Test Doc Build

pyb sphinx_generate_documentation

Make Docs

They will be in _build/html

make html

Syncing Notebooks to the build

You can either manually create entry for IPython notebooks or add it to tutorial_list entry. Once notebook is in the list, it will sync the notebook with the main repo and include it in the build.

0