Skip to content

Commit

Permalink
Deploy preview for PR 346 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Oct 22, 2024
1 parent dbffb65 commit 7f6c19d
Show file tree
Hide file tree
Showing 11 changed files with 1,184 additions and 120 deletions.
14 changes: 7 additions & 7 deletions pr-preview/pr-346/installation/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,13 +560,13 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#exec-1--version-v050-215-g3077c-2024-10-20" class="md-nav__link">
<a href="#exec-1--version-v050-219-g0c674-2024-10-22" class="md-nav__link">
<span class="md-ellipsis">
Version v0.5.0-215-g3077c (2024-10-20)
Version v0.5.0-219-g0c674 (2024-10-22)
</span>
</a>

<nav class="md-nav" aria-label="Version v0.5.0-215-g3077c (2024-10-20)">
<nav class="md-nav" aria-label="Version v0.5.0-219-g0c674 (2024-10-22)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -1825,13 +1825,13 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#exec-1--version-v050-215-g3077c-2024-10-20" class="md-nav__link">
<a href="#exec-1--version-v050-219-g0c674-2024-10-22" class="md-nav__link">
<span class="md-ellipsis">
Version v0.5.0-215-g3077c (2024-10-20)
Version v0.5.0-219-g0c674 (2024-10-22)
</span>
</a>

<nav class="md-nav" aria-label="Version v0.5.0-215-g3077c (2024-10-20)">
<nav class="md-nav" aria-label="Version v0.5.0-219-g0c674 (2024-10-22)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -2094,7 +2094,7 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
</div>
<p><details class="example" open="open">
<summary>Unreleased Changes</summary>
<h2 id="exec-1--version-v050-215-g3077c-2024-10-20">Version v0.5.0-215-g3077c (2024-10-20)<a class="headerlink" href="#exec-1--version-v050-215-g3077c-2024-10-20" title="Permanent link">&para;</a></h2>
<h2 id="exec-1--version-v050-219-g0c674-2024-10-22">Version v0.5.0-219-g0c674 (2024-10-22)<a class="headerlink" href="#exec-1--version-v050-219-g0c674-2024-10-22" title="Permanent link">&para;</a></h2>
<h3 id="exec-1--features">Features<a class="headerlink" href="#exec-1--features" title="Permanent link">&para;</a></h3>
<ul>
<li><a href="https://github.com/py-mine/mcproto/issues/209">#209</a>: Added <code>InvalidPacketContentError</code> exception, raised when deserializing of a specific packet fails. This error inherits from <code>IOError</code>, making it backwards compatible with the original implementation.</li>
Expand Down
Binary file modified pr-preview/pr-346/objects.inv
Binary file not shown.
35 changes: 32 additions & 3 deletions pr-preview/pr-346/reference/private/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1660,8 +1660,28 @@

<h1 id="internal-components-for-authentication">Internal components for authentication<a class="headerlink" href="#internal-components-for-authentication" title="Permanent link">&para;</a></h1>
<p>These are the utility components related to / used in the authentication module.</p>
<!-- TODO: https://github.com/mkdocstrings/mkdocstrings/discussions/699
-->


<div class="doc doc-object doc-module">




<div class="doc doc-contents first">








<div class="doc doc-children">








Expand All @@ -1676,7 +1696,7 @@ <h2 id="mcproto.auth.msa.MSAAccount" class="doc doc-heading">
<a href="#mcproto.auth.msa.MSAAccount" class="headerlink" title="Permanent link">&para;</a></h2>


<div class="doc doc-contents first">
<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="mcproto.auth.account.Account" href="../../public/authentication/#mcproto.auth.account.Account">Account</a></code></p>

Expand Down Expand Up @@ -1736,6 +1756,15 @@ <h3 id="mcproto.auth.msa.MSAAccount._get_access_token_from_xbox" class="doc doc-



</div>

</div>

</div>







Expand Down
Loading

0 comments on commit 7f6c19d

Please sign in to comment.