Thursday, October 25, 2012

Re: Documentation helpers in the admindocs (django 1.4)

This looks like it is a known issue. See ticket 5405.

On Monday, 10 September 2012 21:57:49 UTC+1, craig wrote:
It could be I'm doing something wrong, but I have the admin documentation working, and read about the helpers ( :model:`app.model`, :view:, etc) but when I use them the docs render the actual text and not the link:

class Calendar(models.Model):
    """
    Contains a collection of :model:`events.Event` objects.
    
    Events are mapped to calendars through the :model:`ScheduledEvent`
    model.
    """

Renders to the admin docs site as

Contains a collection of :model:`events.Event` objects. 

Events are mapped to calendars through the :model:`ScheduledEvent`
model. 

I have admin and admindocs apps installed, my tests all pass, so I'm not sure whether I'm missing something or not.

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

No comments:

Post a Comment