File: pagesource.html

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 78,352 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 104; sh: 53
file content (7 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (10)
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 %}