Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Build documentation

To run auto-doc for the API, from /docs run:

$ sphinx-apidoc -f -o ./source/api_reference ../nwbwidgets

To build the HTML, from /docs run:

$ sphinx-build -b html ./source ./build