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 a6b21d8 commit db96bcb
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 52 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;
}
}
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/clustbench-documentation.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 @@ -843,7 +843,7 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Link to this
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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 @@ -398,7 +398,7 @@ <h2>T</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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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 @@ -381,7 +381,7 @@ <h1>A Framework for Benchmarking Clustering Algorithms<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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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 @@ -339,7 +339,7 @@ <h2>0.0.0 (2015-12-29)<a class="headerlink" href="#id5" title="Link to this head
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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 @@ -280,7 +280,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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -271,7 +271,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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/clustbench-usage.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 @@ -483,7 +483,7 @@ <h2>Applying Clustering Methods Manually<a class="headerlink" href="#applying-cl
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/colouriser.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 @@ -315,7 +315,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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/contributing.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 @@ -304,7 +304,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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/data-v1.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 @@ -483,7 +483,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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/external-validity-measures.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 @@ -697,7 +697,7 @@ <h2>Information-Theoretic Measures<a class="headerlink" href="#information-theor
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/file-format.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 @@ -372,7 +372,7 @@ <h2>Clustering Results<a class="headerlink" href="#clustering-results" title="Li
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/how-to-access.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 @@ -389,7 +389,7 @@ <h2>MATLAB<a class="headerlink" href="#matlab" title="Link to this heading">#</a
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/internal-validity-measures.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 @@ -525,7 +525,7 @@ <h2>Generalised Dunn Indices<a class="headerlink" href="#generalised-dunn-indice
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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/weave/many-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 @@ -387,7 +387,7 @@ <h2>Predicted vs Best-Matching Reference Labelling<a class="headerlink" href="#p
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:10:40+1100.
Last updated on 2023-11-02T13:34:12+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 db96bcb

Please sign in to comment.