File: pagesource.html

package info (click to toggle)
matplotlib 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76,280 kB
  • sloc: python: 133,763; cpp: 66,599; objc: 1,699; ansic: 1,367; javascript: 765; makefile: 153; sh: 48
file content (7 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
{%- if show_source and has_source and sourcename %}
  <div id="sidebar-pagesource" role="note" aria-label="source link"
    style="margin-top: 1.5em; padding-top: 0.1em; border-top: 1px solid #86989b">
  <a href="{{ pathto('_sources/' + sourcename, true)|e }}"
     style="color: #c0c0c0" rel="nofollow">{{ _('Show Page Source') }}</a>
  </div>
{%- endif %}