Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianguo99 committed Dec 25, 2023
1 parent 2a3a16c commit f2b03ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def find_source():
filename = 'torchcp/%s#L%d-L%d' % find_source()
except Exception:
filename = info['module'].replace('.', '/') + '.py'
tag = 'master'
tag = 'development'
url = "https://github.com/ml-stat-Sustech/TorchCP/blob/%s/%s"
return url % (tag, filename)

Expand Down

0 comments on commit f2b03ec

Please sign in to comment.