Is there already a prefered django way to link between the application and it's 
documentation?

I have documentation for users of an application written in sphinx. Up to now the documentation are static HTML pages which can be accessed by the user.

I want to create link between the app and the documentation. Of course I could do it with fragile <a href=".."> links, but I would like to use reverse() to link from sphinx to a view and a sphinx-reference to link from the app to the documentation.

I want to keep the documentation in revision control in the file system (not in 
the database).

How do you do this?

Reated:
http://stackoverflow.com/questions/10512971/links-between-documentation-sphinx-and-django-app

http://sphinx.pocoo.org/latest/ext/intersphinx.html

--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to