Skip to content

Commit

Permalink
Merge pull request #40 from kecnry/docs-link
Browse files Browse the repository at this point in the history
set link for read the docs
  • Loading branch information
kecnry authored Aug 24, 2023
2 parents 874cd51 + 8b3f23d commit 746d31c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lcviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ def __init__(self, *args, **kwargs):
# inject the style widget to override app-css from lcviz_style.vue
self.app.set_style_template_file((__file__, 'lcviz_style.vue'))

# set the link to read the docs
self.app.docs_link = "https://lcviz.readthedocs.io"

def load_data(self, data, data_label=None):
"""
Load data into LCviz.
Expand Down

0 comments on commit 746d31c

Please sign in to comment.