Skip to content

Commit

Permalink
removed app_name from index in app.py files in tutorial docs (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeymac authored and swainn committed Dec 20, 2024
1 parent 06ccf06 commit 731b959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tethys_portal/feedback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Example
"""

name = 'My First App'
index = 'my_first_app:home'
index = 'home'
icon = 'my_first_app/images/icon.gif'
package = 'my_first_app'
root_url = 'my-first-app'
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/thredds/new_app_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Download this :download:`Unidata App Icon <./resources/unidata_logo.png>` or fin
"""
name = 'THREDDS Tutorial'
index = 'thredds_tutorial:home'
index = 'home'
icon = f'{package}/images/unidata_logo.png'
package = 'thredds_tutorial'
root_url = 'thredds-tutorial'
Expand Down

0 comments on commit 731b959

Please sign in to comment.