File: api_redirect.html

package info (click to toggle)
pandas 0.23.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 167,704 kB
  • sloc: python: 230,826; ansic: 11,317; sh: 682; makefile: 133
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
{% set redirect = redirects[pagename.split("/")[-1]] %}
<html>
    <head>
        <meta http-equiv="Refresh" content="0; url={{ redirect }}.html" />
        <title>This API page has moved</title>
    </head>
    <body>
        <p>This API page has moved <a href="{{ redirect }}.html">here</a>.</p>
    </body>
</html>