My favorites | Sign in
Project Logo
             
Search
for
Updated Dec 02, 2008 by kernel1983
BuildDjangoDoc  

安装python

http://www.python.org/

安装 docutils

http://docutils.sf.net/

安装 sphinx

http://sphinx.pocoo.org/

获得源码

下载django, 解压缩 http://www.djangoproject.com/

编译

进入docs文件夹 如果是unix-like环境

make html

如果是win

sphinx-build -b html . output_dir

Sign in to add a comment
Hosted by Google Code