Skip to content

Commit

Permalink
Help.py: Use online version
Browse files Browse the repository at this point in the history
We don't package the htmls.
  • Loading branch information
zhuyifei1999 committed Aug 20, 2019
1 parent cb0a37b commit de1e03f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guppy/etc/Help.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ def getdoc_other(self, obj, name):
return GuppyDoc(self, doc)

def docurl(self, url):
path = os.path.dirname(__file__)+'/../../docs'
url = 'file://'+path+'/'+url
url = 'https://zhuyifei1999.github.io/guppy3/'+url
return url

def open_browser(self, url):
Expand Down

0 comments on commit de1e03f

Please sign in to comment.