Skip to content

Commit

Permalink
Deployed ab21b35 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
João Lucas de Sousa Almeida authored and João Lucas de Sousa Almeida committed Nov 8, 2023
1 parent 3c88d9f commit 5fe5959
Show file tree
Hide file tree
Showing 80 changed files with 18,164 additions and 13,207 deletions.
426 changes: 325 additions & 101 deletions 404.html

Large diffs are not rendered by default.

61 changes: 34 additions & 27 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* Avoid breaking parameters name, etc. in table cells. */
/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}
Expand All @@ -10,48 +10,55 @@
display: inline;
}

/* Avoid breaking code headings. */
.doc-heading code {
white-space: normal;
/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

/* Improve rendering of parameters, returns and exceptions. */
.doc-contents .field-name {
min-width: 100px;
.doc .md-typeset__table tr {
display: table-row;
}

/* Other curious-spacing fixes. */
.doc-contents .field-name,
.doc-contents .field-body {
border: none !important;
padding: 0 !important;
/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

.doc-contents p {
margin: 1em 0 1em;
/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
}

.doc-contents .field-list {
margin: 0 !important;
h1.doc-heading {
font-size: 1.6rem;
}

.doc-contents pre {
padding: 0 !important;
h2.doc-heading {
font-size: 1.2rem;
}

.doc-contents .wy-table-responsive {
margin-bottom: 0 !important;
h3.doc-heading {
font-size: 1.15rem;
}

.doc-contents td.code {
padding: 0 !important;
h4.doc-heading {
font-size: 1.10rem;
}

.doc-contents td.linenos {
padding: 0 8px !important;
h5.doc-heading {
font-size: 1.05rem;
}

.doc-children,
footer {
margin-top: 20px;
h6.doc-heading {
font-size: 1rem;
}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5fe5959

Please sign in to comment.