Skip to content

Commit

Permalink
Deployed 72cc3e0 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr committed Jun 14, 2024
1 parent 93bc639 commit 2321d52
Show file tree
Hide file tree
Showing 89 changed files with 10,249 additions and 36,992 deletions.
234 changes: 59 additions & 175 deletions 404.html

Large diffs are not rendered by default.

316 changes: 77 additions & 239 deletions algorithm/algorithm.html

Large diffs are not rendered by default.

863 changes: 240 additions & 623 deletions api/backends/base.html

Large diffs are not rendered by default.

660 changes: 162 additions & 498 deletions api/backends/cohere.html

Large diffs are not rendered by default.

657 changes: 162 additions & 495 deletions api/backends/openai.html

Large diffs are not rendered by default.

622 changes: 165 additions & 457 deletions api/backends/word_doc.html

Large diffs are not rendered by default.

15,973 changes: 3,047 additions & 12,926 deletions api/bertopic.html

Large diffs are not rendered by default.

307 changes: 66 additions & 241 deletions api/cluster/base.html

Large diffs are not rendered by default.

778 changes: 200 additions & 578 deletions api/ctfidf.html

Large diffs are not rendered by default.

298 changes: 70 additions & 228 deletions api/dimensionality/base.html

Large diffs are not rendered by default.

835 changes: 209 additions & 626 deletions api/onlinecv.html

Large diffs are not rendered by default.

644 changes: 147 additions & 497 deletions api/plotting/barchart.html

Large diffs are not rendered by default.

546 changes: 123 additions & 423 deletions api/plotting/distribution.html

Large diffs are not rendered by default.

697 changes: 162 additions & 535 deletions api/plotting/document_datamap.html

Large diffs are not rendered by default.

764 changes: 155 additions & 609 deletions api/plotting/documents.html

Large diffs are not rendered by default.

633 changes: 148 additions & 485 deletions api/plotting/dtm.html

Large diffs are not rendered by default.

625 changes: 142 additions & 483 deletions api/plotting/heatmap.html

Large diffs are not rendered by default.

929 changes: 175 additions & 754 deletions api/plotting/hierarchical_documents.html

Large diffs are not rendered by default.

783 changes: 171 additions & 612 deletions api/plotting/hierarchy.html

Large diffs are not rendered by default.

606 changes: 136 additions & 470 deletions api/plotting/term.html

Large diffs are not rendered by default.

517 changes: 122 additions & 395 deletions api/plotting/topics.html

Large diffs are not rendered by default.

640 changes: 148 additions & 492 deletions api/plotting/topics_per_class.html

Large diffs are not rendered by default.

477 changes: 119 additions & 358 deletions api/representation/base.html

Large diffs are not rendered by default.

828 changes: 191 additions & 637 deletions api/representation/cohere.html

Large diffs are not rendered by default.

852 changes: 193 additions & 659 deletions api/representation/generation.html

Large diffs are not rendered by default.

865 changes: 184 additions & 681 deletions api/representation/keybert.html

Large diffs are not rendered by default.

900 changes: 186 additions & 714 deletions api/representation/langchain.html

Large diffs are not rendered by default.

600 changes: 151 additions & 449 deletions api/representation/mmr.html

Large diffs are not rendered by default.

745 changes: 144 additions & 601 deletions api/representation/openai.html

Large diffs are not rendered by default.

735 changes: 160 additions & 575 deletions api/representation/pos.html

Large diffs are not rendered by default.

684 changes: 164 additions & 520 deletions api/representation/zeroshot.html

Large diffs are not rendered by default.

123 changes: 10 additions & 113 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -1,119 +1,16 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

code.doc-symbol-attribute::after {
content: "attr";
}

code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

code.doc-symbol-function::after {
content: "func";
}

code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

code.doc-symbol-method::after {
content: "meth";
}

code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
/* Avoid breaking parameters name, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
/* For pieces of Markdown rendered in table cells. */
.doc-contents td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
29 changes: 0 additions & 29 deletions assets/javascripts/bundle.3220b9d7.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions assets/javascripts/bundle.3220b9d7.min.js.map

This file was deleted.

29 changes: 29 additions & 0 deletions assets/javascripts/bundle.aecac24b.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.aecac24b.min.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.35e1ed30.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.35e1ed30.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.66ac8b77.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.66ac8b77.min.css.map

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/palette.06af60db.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/palette.06af60db.min.css.map

This file was deleted.

Loading

0 comments on commit 2321d52

Please sign in to comment.