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 f2b03ec commit 0feeae4
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 @@ -110,7 +110,7 @@ def find_source():
except Exception:
filename = info['module'].replace('.', '/') + '.py'
tag = 'development'
url = "https://github.com/ml-stat-Sustech/TorchCP/blob/%s/%s"
url = "https://github.com/ml-stat-Sustech/TorchCP/%s/%s"
return url % (tag, filename)

# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit 0feeae4

Please sign in to comment.