Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 376 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 376 Bytes

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