Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / doc / scipy-sphinx-theme / _theme / scipy / sourcelink.html
Size: Mime:
{%- if show_source and has_source and sourcename %}
  <h3>{{ _('This Page') }}</h3>
  <div>
    <a href="{{ pathto('_sources/' + sourcename, true)|e }}"
       rel="nofollow">{{ _('Show Source') }}</a>
  </div>
{%- endif %}