Skip to content

Commit

Permalink
Deployed 1cdde82 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 20, 2023
0 parents commit c9e074e
Show file tree
Hide file tree
Showing 142 changed files with 147,230 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,443 changes: 1,443 additions & 0 deletions 404.html

Large diffs are not rendered by default.

4,913 changes: 4,913 additions & 0 deletions api_reference/cache/cache/index.html

Large diffs are not rendered by default.

5,918 changes: 5,918 additions & 0 deletions api_reference/cache/cache_manager/index.html

Large diffs are not rendered by default.

2,825 changes: 2,825 additions & 0 deletions api_reference/constants/index.html

Large diffs are not rendered by default.

2,584 changes: 2,584 additions & 0 deletions api_reference/exceptions/index.html

Large diffs are not rendered by default.

2,007 changes: 2,007 additions & 0 deletions api_reference/ext/_base/index.html

Large diffs are not rendered by default.

3,114 changes: 3,114 additions & 0 deletions api_reference/ext/berry/index.html

Large diffs are not rendered by default.

3,126 changes: 3,126 additions & 0 deletions api_reference/ext/contest/index.html

Large diffs are not rendered by default.

3,126 changes: 3,126 additions & 0 deletions api_reference/ext/encounter/index.html

Large diffs are not rendered by default.

2,752 changes: 2,752 additions & 0 deletions api_reference/ext/evolution/index.html

Large diffs are not rendered by default.

3,500 changes: 3,500 additions & 0 deletions api_reference/ext/game/index.html

Large diffs are not rendered by default.

3,874 changes: 3,874 additions & 0 deletions api_reference/ext/item/index.html

Large diffs are not rendered by default.

3,500 changes: 3,500 additions & 0 deletions api_reference/ext/location/index.html

Large diffs are not rendered by default.

2,378 changes: 2,378 additions & 0 deletions api_reference/ext/machine/index.html

Large diffs are not rendered by default.

4,622 changes: 4,622 additions & 0 deletions api_reference/ext/move/index.html

Large diffs are not rendered by default.

8,096 changes: 8,096 additions & 0 deletions api_reference/ext/pokemon/index.html

Large diffs are not rendered by default.

2,451 changes: 2,451 additions & 0 deletions api_reference/http/httpclient/index.html

Large diffs are not rendered by default.

5,896 changes: 5,896 additions & 0 deletions api_reference/http/routes/index.html

Large diffs are not rendered by default.

1,896 changes: 1,896 additions & 0 deletions api_reference/languages/index.html

Large diffs are not rendered by default.

2,265 changes: 2,265 additions & 0 deletions api_reference/logger/index.html

Large diffs are not rendered by default.

2,253 changes: 2,253 additions & 0 deletions api_reference/models/abstract/berry/index.html

Large diffs are not rendered by default.

2,172 changes: 2,172 additions & 0 deletions api_reference/models/abstract/contest/index.html

Large diffs are not rendered by default.

2,161 changes: 2,161 additions & 0 deletions api_reference/models/abstract/encounter/index.html

Large diffs are not rendered by default.

2,152 changes: 2,152 additions & 0 deletions api_reference/models/abstract/evolution/index.html

Large diffs are not rendered by default.

2,488 changes: 2,488 additions & 0 deletions api_reference/models/abstract/game/index.html

Large diffs are not rendered by default.

2,650 changes: 2,650 additions & 0 deletions api_reference/models/abstract/item/index.html

Large diffs are not rendered by default.

2,438 changes: 2,438 additions & 0 deletions api_reference/models/abstract/location/index.html

Large diffs are not rendered by default.

1,793 changes: 1,793 additions & 0 deletions api_reference/models/abstract/machine/index.html

Large diffs are not rendered by default.

2,934 changes: 2,934 additions & 0 deletions api_reference/models/abstract/move/index.html

Large diffs are not rendered by default.

5,284 changes: 5,284 additions & 0 deletions api_reference/models/abstract/pokemon/index.html

Large diffs are not rendered by default.

1,935 changes: 1,935 additions & 0 deletions api_reference/models/abstract/utils/berries/index.html

Large diffs are not rendered by default.

1,784 changes: 1,784 additions & 0 deletions api_reference/models/abstract/utils/contests/index.html

Large diffs are not rendered by default.

2,133 changes: 2,133 additions & 0 deletions api_reference/models/abstract/utils/evolutions/index.html

Large diffs are not rendered by default.

1,773 changes: 1,773 additions & 0 deletions api_reference/models/abstract/utils/games/index.html

Large diffs are not rendered by default.

2,086 changes: 2,086 additions & 0 deletions api_reference/models/abstract/utils/items/index.html

Large diffs are not rendered by default.

2,270 changes: 2,270 additions & 0 deletions api_reference/models/abstract/utils/locations/index.html

Large diffs are not rendered by default.

2,380 changes: 2,380 additions & 0 deletions api_reference/models/abstract/utils/moves/index.html

Large diffs are not rendered by default.

9,945 changes: 9,945 additions & 0 deletions api_reference/models/abstract/utils/pokemons/index.html

Large diffs are not rendered by default.

1,850 changes: 1,850 additions & 0 deletions api_reference/models/base/index.html

Large diffs are not rendered by default.

3,674 changes: 3,674 additions & 0 deletions api_reference/models/common/models/index.html

Large diffs are not rendered by default.

1,922 changes: 1,922 additions & 0 deletions api_reference/models/common/resources/index.html

Large diffs are not rendered by default.

3,137 changes: 3,137 additions & 0 deletions api_reference/pokelance/index.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@

/* 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;
}

/* 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;
}

h1.doc-heading {
font-size: 1.6rem;
}

h2.doc-heading {
font-size: 1.2rem;
}

h3.doc-heading {
font-size: 1.15rem;
}

h4.doc-heading {
font-size: 1.10rem;
}

h5.doc-heading {
font-size: 1.05rem;
}

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/constants.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/exceptions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/ext/_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/ext/berry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/ext/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/ext/item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/ext/move.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/languages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/logger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api_reference/pokelance.png
Binary file added assets/images/social/guide/advanced_cache.png
Binary file added assets/images/social/guide/basic_usage.png
Binary file added assets/images/social/guide/discord_bot.png
Binary file added assets/images/social/guide/fastapi.png
Binary file added assets/images/social/index.png
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.5a2dcb6a.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.5a2dcb6a.min.js.map

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/extra/bundle.5f09fbc3.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/extra/bundle.5f09fbc3.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 c9e074e

Please sign in to comment.