Skip to content

Commit 573c370

Browse files
author
GitHub Actions
committed
Updated website (automated commit)
1 parent 41d7718 commit 573c370

4 files changed

Lines changed: 28 additions & 5 deletions

File tree

_sources/index.rst.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
.. container:: well hero row-fluid summary-box
77

8+
.. raw:: html
9+
10+
<div class="gallery-random">
11+
<script src="https://scikit-image.org/docs/dev/_static/random.js"></script>
12+
<script type="text/javascript">
13+
insert_gallery();
14+
</script>
15+
</div>
16+
817
<h2>Image processing in Python</h2>
918

1019
*scikit-image* is a collection of algorithms for image processing. It

_static/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ h6 {
6060
padding: 10px 25px 15px 25px;
6161
}
6262

63+
.gallery-random {
64+
float: right;
65+
line-height: 180px;
66+
margin-left: 10px;
67+
}
68+
.gallery-random img {
69+
max-height: 180px;
70+
max-width: 180px;
71+
}
72+
6373
.coins-sample {
6474
float: left;
6575
padding: 5px;

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,14 @@
160160
<div class="span9">
161161

162162
<div class="well hero row-fluid summary-box docutils container">
163-
<blockquote>
164-
<div><p>&lt;h2&gt;Image processing in Python&lt;/h2&gt;</p>
165-
</div></blockquote>
166-
<p><em>scikit-image</em> is a collection of algorithms for image processing. It
163+
<div class="gallery-random">
164+
<script src="https://scikit-image.org/docs/dev/_static/random.js"></script>
165+
<script type="text/javascript">
166+
insert_gallery();
167+
</script>
168+
</div>
169+
170+
<h2>Image processing in Python</h2><p><em>scikit-image</em> is a collection of algorithms for image processing. It
167171
is available <a class="reference external" href="/docs/dev/license.html">free of charge and free of restriction</a>. We pride ourselves on high-quality,
168172
peer-reviewed code, written by an active <a class="reference external" href="https://www.openhub.net/p/scikit-image/contributors">community of volunteers</a>.</p>
169173
<a class="btn btn-warning clearfix" href="/docs/stable/install.html">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)