Skip to content

Commit

Permalink
docstring for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Nov 21, 2017
1 parent cca9d3b commit 2397c74
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions link.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
"""
Dash multi-page navigation:
- dcc.Location(id='url', refresh=False) catches browser url
- .pathname property passes tail of url to callback function display_page()
- display_page() alters html.Div(id='page-content')
- html.Div(id='page-content') displays rest of app in div tag
- app should take account incoming parameters, passed through url
Based on examples at https://plot.ly/dash/urls
"""
import dash
import dash_core_components as dcc
import dash_html_components as html
Expand Down

0 comments on commit 2397c74

Please sign in to comment.