Skip to content

Commit

Permalink
[#2205] Small fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Feb 12, 2015
1 parent 4cd2c31 commit f2dbd46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ckan/plugins/interfaces.py
Expand Up @@ -211,7 +211,7 @@ class IResourceView(Interface):
'''
def info(self):
'''
Returns a dictionarty with configuration options for the view.
Returns a dictionary with configuration options for the view.
The available keys are:
Expand Down
10 changes: 4 additions & 6 deletions doc/maintaining/data-viewer.rst
Expand Up @@ -15,8 +15,9 @@ Data preview and visualization
Overview
--------

The CKAN resource page can contain one or more views of the resource data
or file contents. These are commonly referred to as *resource views*.
The CKAN resource page can contain one or more visualizations of the resource
data or file contents (a table, a bar chart, a map, etc). These are commonly
referred to as *resource views*.

.. image:: /images/views_overview.png

Expand All @@ -28,9 +29,6 @@ The main features of resource views are:
* Dataset editors can choose which views to show, reorder them and configure
them individually.

* Views configuration persits on the database, so it's not lost on each page
refresh.

* Individual views can be embedded on external sites.

Different view types are implemented via custom plugins, which can be activated
Expand Down Expand Up @@ -58,7 +56,7 @@ create new views, update or delete existing ones and reorder them.


The *New view* dropdown will show the available view types for this particular
resource. If the list if empty, you may need to add the relevant view plugins
resource. If the list is empty, you may need to add the relevant view plugins
to the :ref:`ckan.plugins` setting on your configuration file, eg::

ckan.plugins = ... image_view recline_view pdf_view
Expand Down

0 comments on commit f2dbd46

Please sign in to comment.