We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33f891 commit fd995aaCopy full SHA for fd995aa
pdoc/templates/html.mako
@@ -37,7 +37,7 @@
37
<summary>
38
<span>Expand source code</span>
39
% if git_link:
40
- <a href="${git_link}" class="git-link">Browse git</a>
+ <a href="${git_link}" class="git-link" target="_blank">Browse git</a>
41
%endif
42
</summary>
43
<pre><code class="python">${d.source | h}</code></pre>
0 commit comments