File: sourcelink.html

package info (click to toggle)
psychopy 2023.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,456 kB
  • sloc: python: 126,213; javascript: 11,982; makefile: 152; sh: 120; xml: 9
file content (7 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
{%- if show_source and has_source and sourcename %}
<div id="sourcelink">
  <a href="{{ pathto('https://github.com/psychopy/psychopy/blob/master/docs/source/' +
  sourcename[:-4], true)|e }}"
     rel="nofollow">{{ _('Source') }}</a>
</div>
{%- endif %}