Skip to content

Commit

Permalink
New app project solution - dependencies, new logo, and theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
swainn committed Dec 25, 2019
1 parent c8b21a8 commit b1c47dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 7 additions & 2 deletions install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ requirements:
skip: false
conda:
channels:
- conda-forge
packages:

- netcdf4
- siphon
- owslib
- numpy
- pandas
pip:

post:
post:
10 changes: 3 additions & 7 deletions tethysapp/thredds_tutorial/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ class ThreddsTutorial(TethysAppBase):
Tethys app class for Thredds Tutorial.
"""

name = 'Thredds Tutorial'
name = 'THREDDS Tutorial'
index = 'thredds_tutorial:home'
icon = 'thredds_tutorial/images/icon.gif'
icon = 'thredds_tutorial/images/unidata_logo.png'
package = 'thredds_tutorial'
root_url = 'thredds-tutorial'
color = '#8e44ad'
description = ''
tags = ''
enable_feedback = False
feedback_emails = []
color = '#008e8d'

def url_maps(self):
"""
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1c47dc

Please sign in to comment.