-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (60 loc) · 3.23 KB
/
Copy pathindex.html
File metadata and controls
62 lines (60 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link media="all" href="css/pygments.css" type="text/css" rel="stylesheet" />
<link media="all" href="css/gwpy.css" type="text/css" rel="stylesheet" />
<script src="js/https.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<title>GWpy</title>
<link rel="shortcut icon" href="images/favicon.png"/>
</head>
<body>
<div class="container" style="max-width: 800px; padding-top: 10px;">
<div id="logo">
<img src="images/gwpy_1200.png" alt="GWpy logo" title="GWpy logo" width="1000" style="width: 100%; max-height: 80%"/>
<p id="tagline">a python package for gravitational-wave astrophysics.</p>
</div>
<div class="row">
<div class="col-md-8 offset-md-2">
<a href="https://gwpy.readthedocs.io/" title="Read the GWpy documentation"><button type="button" class="btn btn-outline-secondary docs" id="docs">>>> help(gwpy)</button></a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Deprecated:</strong> GWpy documentation has moved to <a href="https://gwpy.readthedocs.io/" class="alert-link">Read the Docs</a>, and this page is likely to be removed in the future. Please update your bookmarks!
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Project status</h2>
<div class="col-md-12">
<a href="http://badge.fury.io/py/gwpy" target="_blank"><img src="https://badge.fury.io/py/gwpy.svg" /></a>
<a href="https://gitlab.com/gwpy/gwpy/-/pipelines/?ref=main" target="_blank"><img src="https://gitlab.com/gwpy/gwpy/badges/main/pipeline.svg" /></a>
<a href="https://gitlab.com/gwpy/gwpy/-/pipelines/?ref=main" target="_blank"><img src="https://gitlab.com/gwpy/gwpy/badges/main/coverage.svg" /></a>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-12">
<h2>Useful links</h2>
</div>
</div>
<div class="row" style="padding-bottom: 10px;">
<div class="col-md-6">
<a href="https://gwpy.readthedocs.io/en/stable/install/" target="_blank" title="Installation"><button type="button" class="btn btn-success docs">Installation</button></a>
</div>
<div class="col-md-6">
<a href="https://gitlab.com/gwpy/gwpy/issues/" target="_blank" title="Report an issue"><button type="button" class="btn btn-danger docs">Report an issue</button></a>
</div>
</div>
</div>
</body>
</html>