From 133219b4502adcc692403315d87353099625c296 Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 21 Nov 2014 13:09:24 +0000 Subject: [PATCH] [#2063] Mention reinstated n3 format in docstring. --- ckan/plugins/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/plugins/interfaces.py b/ckan/plugins/interfaces.py index ff033fa0233..e00fb165816 100644 --- a/ckan/plugins/interfaces.py +++ b/ckan/plugins/interfaces.py @@ -963,8 +963,8 @@ def read_template(self): ``'package/read.html'``. If the user requests the dataset in a format other than HTML - (CKAN supports returning datasets in RDF format by appending .rdf - to the dataset read URL, see + (CKAN supports returning datasets in RDF/XML or N3 format by appending + .rdf or .n3 to the dataset read URL, see :doc:`/maintaining/linked-data-and-rdf`) then CKAN will try to render a template file with the same path as returned by this function, but a different filename extension, e.g. ``'package/read.rdf'``. If your