Skip to content

sensein/brainkbdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainKB Documentation

This repository contains the Jupyter Book documentation for BrainKB.

Requirements

pip install -U jupyter-book sphinx-autobuild

Running

Auto build upon changes

sphinx-autobuild . _build/html

Auto build upon changes and open browser

sphinx-autobuild . _build/html --open-browser

Build and watch the Jupyter Book on port other than 8000, i.e., the default one.

sphinx-autobuild . _build/html --open-browser --port 8009  

Note: You need to be inside the jupyterbook directory and run the command, otherwise, replace "." with appropriate path.

Releases

No releases published

Packages

No packages published