Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 2, 2023
1 parent acfb84e commit eb56fdb
Show file tree
Hide file tree
Showing 38 changed files with 81 additions and 75 deletions.
15 changes: 9 additions & 6 deletions .devel/sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,33 +143,38 @@ strong.command, strong.program, .rst-content code, .rst-content div[class^="high

/* -------------------------------------------------------------------------- */

img.sidebar-logo {
height: 128px;
width: 128px;
}

img.round-border {
border-radius: 100%;
}

img.img-left-align-always {
float: left;
margin-right: 16px;
margin-bottom: 16px;
border-radius: 0;
}

img.img-right-align-always {
float: right;
margin-left: 16px;
margin-bottom: 16px;
border-radius: 0;
}

@media (max-width: 480px) {
.rst-content img.img-left-align, img.img-left-align {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 0;
}

.rst-content img.img-right-align, img.img-right-align {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 0;
}
}

Expand All @@ -178,13 +183,11 @@ img.img-right-align-always {
float: left;
margin-right: 16px;
margin-bottom: 16px;
border-radius: 0;
}

.rst-content img.img-right-align, img.img-right-align {
float: right;
margin-left: 16px;
margin-bottom: 16px;
border-radius: 0;
}
}
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: genieclust
Type: Package
Title: Fast and Robust Hierarchical Clustering with Noise Points Detection
Version: 1.1.5-2
Date: 2023-10-29
Date: 2023-11-02
Authors@R: c(
person("Marek", "Gagolewski",
role = c("aut", "cre", "cph"),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 9 additions & 6 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,33 +143,38 @@ strong.command, strong.program, .rst-content code, .rst-content div[class^="high

/* -------------------------------------------------------------------------- */

img.sidebar-logo {
height: 128px;
width: 128px;
}

img.round-border {
border-radius: 100%;
}

img.img-left-align-always {
float: left;
margin-right: 16px;
margin-bottom: 16px;
border-radius: 0;
}

img.img-right-align-always {
float: right;
margin-left: 16px;
margin-bottom: 16px;
border-radius: 0;
}

@media (max-width: 480px) {
.rst-content img.img-left-align, img.img-left-align {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 0;
}

.rst-content img.img-right-align, img.img-right-align {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 0;
}
}

Expand All @@ -178,13 +183,11 @@ img.img-right-align-always {
float: left;
margin-right: 16px;
margin-bottom: 16px;
border-radius: 0;
}

.rst-content img.img-right-align, img.img-right-align {
float: right;
margin-left: 16px;
margin-bottom: 16px;
border-radius: 0;
}
}
4 changes: 2 additions & 2 deletions docs/genieclust.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -405,7 +405,7 @@ <h1>Python Package <cite>genieclust</cite> Reference<a class="headerlink" href="
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_cluster_validity.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -971,7 +971,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_compare_partitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -1041,7 +1041,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_genie.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -713,7 +713,7 @@ <h1>genieclust.Genie<a class="headerlink" href="#genieclust-genie" title="Link t
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_gic.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -495,7 +495,7 @@ <h1>genieclust.GIc<a class="headerlink" href="#genieclust-gic" title="Link to th
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_inequality.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -540,7 +540,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -624,7 +624,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_plots.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -443,7 +443,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genieclust_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -465,7 +465,7 @@
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -600,7 +600,7 @@ <h2>W</h2>
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -455,7 +455,7 @@ <h2>Contributing<a class="headerlink" href="#contributing" title="Link to this h
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -472,7 +472,7 @@ <h2>0.1a2 (2018-05-23)<a class="headerlink" href="#a2-2018-05-23" title="Link to
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -334,7 +334,7 @@ <h1>Python Module Index</h1>
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/rapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -321,7 +321,7 @@ <h1>R Package <em>genieclust</em> Reference<a class="headerlink" href="#r-packag
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/rapi/cluster_validity.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo-extensions.css?v=36a5483c" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=b4e99bb3" />
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=dd03ec4f" />



Expand Down Expand Up @@ -411,7 +411,7 @@ <h2>Examples<a class="headerlink" href="#examples" title="Link to this heading">
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
Last updated on 2023-11-01T12:02:38+1100.
Last updated on 2023-11-02T13:35:08+1100.
This site will never display any ads: it is a non-profit project.
It does not collect any data.
</div>
Expand Down
Loading

0 comments on commit eb56fdb

Please sign in to comment.