MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / get_github_url

Function get_github_url

Web/_ext/edit_on_github.py:17–22  ·  view source on GitHub ↗
(app, view, path)

Source from the content-addressed store, hash-verified

15
16
17def get_github_url(app, view, path):
18 return 'https://github.com/{project}/{view}/{branch}/{path}'.format(
19 project=app.config.edit_on_github_project,
20 view=view,
21 branch=app.config.edit_on_github_branch,
22 path=path)
23
24
25def html_page_context(app, pagename, templatename, context, doctree):

Callers 1

html_page_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected