Skip to content

hellowac/practical_db_textbook-zh-cn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

构建

中文文档

# 安装依赖, 建议在虚拟环境中
pip install requirements.doc.txt

# 调试
sphinx-autobuild -W cn_docs _build/html

# 输出html
sphinx-build cn_docs _build/html

英文文档

# 安装runestone , 建议在虚拟环境中
pip install runestone

# 到 en_docs目录下
cd en_docs

# 构建
runestone build

# 预览
runestone preview
# or
runestone serve

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.8%
  • CSS 21.7%
  • TeX 8.2%
  • Makefile 2.3%