Skip to content

Commit 838772b

Browse files
committed
Bootstrap gh-pages branch for PR preview hosting
0 parents  commit 838772b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>spatialdata-plot-notebooks — PR previews</title>
6+
<style>
7+
body { font-family: system-ui, sans-serif; max-width: 720px; margin: 4em auto; padding: 0 1em; color: #222; line-height: 1.5; }
8+
code { background: #f4f4f4; padding: 0.1em 0.3em; border-radius: 3px; }
9+
a { color: #06c; }
10+
</style>
11+
</head>
12+
<body>
13+
<h1>spatialdata-plot-notebooks — PR previews</h1>
14+
<p>This branch hosts rendered docs previews for open pull requests.</p>
15+
<p>Each PR's preview lives at <code>./pr-&lt;N&gt;/</code> and is linked from a comment on the PR itself. There is no index of all previews; follow the link in your PR.</p>
16+
<p>For the published docs, see the <a href="https://spatialdata.scverse.org/projects/plot/en/latest/gallery.html">spatialdata-plot gallery</a>.</p>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)