2011-03-07 77 views
0

試圖使用sphinx的autdoc擴展,但它不工作。我在djano項目文件夾中保存了「docs」文件夾。它沒有爲我的模塊生成文檔。另外我不確定自動待辦事項是如何工作的。sphinx autodoc help

回答

1

沒有看到您的index.rst文件,我們只能猜測,我猜會錯過這樣的事:

.. automodule:: myproject.myapp 
    :members: 

這裏當然你與你的應用程序替換myprojectmyapp

你也可以嘗試使用這個非常新的項目http://pypi.python.org/pypi/django-sphinx-autodoc/0.0,這是新的0.0版本!

這裏有一些博客文章討論如何使用車博士:

http://yml-blog.blogspot.com/2009/06/sphinx-autodoc-and-django-app.html

http://www.toast38coza.com/incomplete-thoughts/setting-up-sphinx-documenter-with-a-django-project-a-quickstart-tutorial