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/-/OUFxqu5lQaoJ.
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