Skip to content

Commit

Permalink
Pre-release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Nov 14, 2016
1 parent 1d47f28 commit 4745d96
Show file tree
Hide file tree
Showing 16 changed files with 212 additions and 245 deletions.
10 changes: 0 additions & 10 deletions documentation/importdata/importsettings/dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ nameBanner
*Text.* Visible name of the dataset, as it appears on the top banner of the app.
Note: this text may contain html markup.

description
*Text.* A description of the dataset that appears on the start page.
Note: this text may contain html markup, and documentation links (see :ref:`def-source-docs`).
A longer description can be split over several lines by writing a ``>`` sign on the key line,
and indent subsequent lines::

Description: >
This web application provides an interactive view
on the data ...

dataTables
*List.* A list of the data table identifiers in the dataset.
These names should correspond to directory names in the *datatables* source directory (see :ref:`def-source-datatable`).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ valueDisplays
*Block.* Specifies display html for specific values of this property. The html will replace this value when it is displayed.

defaultWidth
*Value.* Sets the deafult column width in pixels.(only applies if *dataType* is ['Float', 'Double', 'Int8', 'Int16', 'Int32', 'Date']).
*Value.* Sets the default column width in pixels..

showBar
*Boolean.* Draws a bar in the background of the table, indicating the value.
Expand Down
1 change: 0 additions & 1 deletion sampledata/datasets/Geographic/settings
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# For more information about this file, see: http://panoptes.readthedocs.org/en/latest/importdata/importsettings/dataset.html

name: Geographic
description: A fictitious dataset, used to illustrate the geographic & time visualisation
functionality of Panoptes

dataTables:
Expand Down
Binary file removed webapp/dist/panoptes/android-chrome-192x192.png
Binary file not shown.
Binary file removed webapp/dist/panoptes/android-chrome-512x512.png
Binary file not shown.
Binary file removed webapp/dist/panoptes/apple-touch-icon.png
Binary file not shown.
6 changes: 3 additions & 3 deletions webapp/dist/panoptes/babel.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions webapp/dist/panoptes/browserconfig.xml

This file was deleted.

Binary file removed webapp/dist/panoptes/favicon-16x16.png
Binary file not shown.
Binary file removed webapp/dist/panoptes/favicon-32x32.png
Binary file not shown.
Binary file removed webapp/dist/panoptes/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion webapp/dist/panoptes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
<div class="error-text">Loading panoptes...</div>
</div>
</div>
<script type="text/javascript" src="/panoptes/panoptes.js?3b15c1ac2572f2f42814"></script><script type="text/javascript" src="/panoptes/babel.js?3b15c1ac2572f2f42814"></script></body>
<script type="text/javascript" src="/panoptes/panoptes.js?73dbf405b1e638d63b3e"></script><script type="text/javascript" src="/panoptes/babel.js?73dbf405b1e638d63b3e"></script></body>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic' rel='stylesheet' type='text/css'>
</html>
17 changes: 0 additions & 17 deletions webapp/dist/panoptes/manifest.json

This file was deleted.

Binary file removed webapp/dist/panoptes/mstile-150x150.png
Binary file not shown.
373 changes: 207 additions & 166 deletions webapp/dist/panoptes/panoptes.js

Large diffs are not rendered by default.

37 changes: 0 additions & 37 deletions webapp/dist/panoptes/safari-pinned-tab.svg

This file was deleted.

0 comments on commit 4745d96

Please sign in to comment.