Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EduNLP document and tutorial folder

Requirements

See the requirements docs_deps in setup.py:

pip install -e .[doc]

Build documents

First, clean up existing files:

make clean

Then build:

make html

Render locally

cd build/html
python3 -m http.server 8000