Add top-level redirect page for the docs
Because otherwise the pretty docs are buried and that doesn't help anyone.develop
parent
8dc0e1a66e
commit
bc5f7f329a
@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE HTML>
|
||||||
|
<!-- DO NOT CHANGE THIS FILE - it redirects to the actual documentation. -->
|
||||||
|
<!-- If the page is not found, you can read the raw docs in the docs folder. -->
|
||||||
|
<html lang="en-US">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="refresh" content="0;url=./docs/_build/html/README.html">
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.location.href = "./docs/_build/html/README.html"
|
||||||
|
</script>
|
||||||
|
<title>Page Redirection</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
If you are not redirected automatically, follow the <a href='./docs/_build/html/README.html'>link to the documentation.</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue