> Date: 2012年9月14日 11:10:43 +0800 > From: CSJ <changsijay at gmail.com> > Subject: [docs] source of python doc site >> Hello doc team, >> I just know Sphinx yesterday, > and http://docs.python.org/py3k/about.html use it to generate html. >> Is any place I can get source of the files(rst, Makefile, etc) to > generate the doc site? Hi Jay, the source for the web site documentation is stored in the Doc/ directory of the source code repository for cpython: http://hg.python.org/cpython/file/e99c0425da59/Doc You can follow the instructions for building the documentation from source here: http://docs.python.org/devguide/documenting.html#building-the-documentation The Dev Guide in general may also help with obtaining the source: http://docs.python.org/devguide/ --Chris