Skip to content

bamsumit/lava-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lava-docs

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

Make Docs

They will be in _build/html

make html

If new files have been created in the source code repositories (such as lava, lava-on-loihi, lava-optimization), sphinx-apidoc must be re-run.

sphinx-apidoc -o <output_path> <path-to-src-repo>/src/lava -t _templates -d 10 --implicit-namespace

Afterwards, the html files must be built:

make clean
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.

About

Documentation source for Lava

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.3%
  • Batchfile 7.9%
  • Makefile 6.8%