Trying to use autdoc extension of sphinx but its not working. i kept “docs” folder in djano project folder. its not generating docs for my module. Also i am not sure how does auto-todo works.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without seeing your
index.rstfile we can only guess, and my guess would be missing something like this:Where of course you replace
myprojectandmyappwith your apps.You can also try using this very new project http://pypi.python.org/pypi/django-sphinx-autodoc/0.0 which is so new it’s at version 0.0!
Here are some blog posts discussing how to use autodoc:
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