I tried pydoc to some internal package but the output html is far different from the site version. So I wondered how to generate the doc just like the site document. Or there has to be done by manually tweak and edit

thanks a lot

有帮助吗?

解决方案

the python site doc is generated using Sphinx Look here

You can see the line 'Created using Sphinx 1.0.7. ' written at end of http://docs.python.org/index.html page

其他提示

Yes python doc is created from sphinx you can check the "Project Using Sphinx" http://sphinx.pocoo.org/examples.html.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top