Skip to content

Commit

Permalink
Deployed 19ddfd0 to 0.4 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 3, 2024
1 parent 978458f commit 9b90f91
Show file tree
Hide file tree
Showing 606 changed files with 3,438 additions and 3,428 deletions.
18 changes: 9 additions & 9 deletions 0.4/api/faststream/BaseMiddleware/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/Context/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/Depends/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 0.4/api/faststream/FastStream/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/Header/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/Path/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/TestApp/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions 0.4/api/faststream/app/ABCApp/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 0.4/api/faststream/app/FastStream/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/apply_types/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 0.4/api/faststream/asyncapi/base/AsyncAPIOperation/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 0.4/api/faststream/asyncapi/get_asyncapi_html/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 0.4/api/faststream/asyncapi/schema/Schema/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</code></pre></div> <div class="doc doc-contents "> </div> </div> <div class="doc doc-object doc-attribute"> <h3 id=faststream.asyncapi.schema.Schema.info class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code> <span class="doc doc-object-name doc-attribute-name">info</span> <span class="doc doc-labels"> <small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small> </span> <a href=#faststream.asyncapi.schema.Schema.info class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>info</span><span class=p>:</span> <span class=n><a class="autorefs autorefs-internal" title="faststream.asyncapi.schema.info.Info" href="../info/Info/#faststream.asyncapi.schema.info.Info">Info</a></span>
</code></pre></div> <div class="doc doc-contents "> </div> </div> <div class="doc doc-object doc-attribute"> <h3 id=faststream.asyncapi.schema.Schema.servers class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code> <span class="doc doc-object-name doc-attribute-name">servers</span> <span class="doc doc-labels"> <small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small> <small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small> </span> <a href=#faststream.asyncapi.schema.Schema.servers class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>servers</span><span class=p>:</span> <span class=n><a class="autorefs autorefs-external" title="typing.Optional" href="https://docs.python.org/3/library/typing.html#typing.Optional">Optional</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-external" title="typing.Dict" href="https://docs.python.org/3/library/typing.html#typing.Dict">Dict</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span><span class=p>,</span> <span class=n><a class="autorefs autorefs-internal" title="faststream.asyncapi.schema.servers.Server" href="../servers/Server/#faststream.asyncapi.schema.servers.Server">Server</a></span><span class=p>]]</span> <span class=o>=</span> <span class=kc>None</span>
</code></pre></div> <div class="doc doc-contents "> </div> </div> <div class="doc doc-object doc-attribute"> <h3 id=faststream.asyncapi.schema.Schema.tags class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-attribute"></code> <span class="doc doc-object-name doc-attribute-name">tags</span> <span class="doc doc-labels"> <small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small> <small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small> </span> <a href=#faststream.asyncapi.schema.Schema.tags class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>tags</span><span class=p>:</span> <span class=n><a class="autorefs autorefs-external" title="typing.Optional" href="https://docs.python.org/3/library/typing.html#typing.Optional">Optional</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-external" title="typing.List" href="https://docs.python.org/3/library/typing.html#typing.List">List</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-external" title="typing.Union" href="https://docs.python.org/3/library/typing.html#typing.Union">Union</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-internal" title="faststream.asyncapi.schema.utils.Tag" href="../utils/Tag/#faststream.asyncapi.schema.utils.Tag">Tag</a></span><span class=p>,</span> <span class=n><a class="autorefs autorefs-internal" title="faststream.asyncapi.schema.utils.TagDict" href="../utils/TagDict/#faststream.asyncapi.schema.utils.TagDict">TagDict</a></span><span class=p>,</span> <span class=n><a class="autorefs autorefs-external" title="typing.Dict" href="https://docs.python.org/3/library/typing.html#typing.Dict">Dict</a></span><span class=p>[</span><span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span><span class=p>,</span> <span class=n><a class="autorefs autorefs-external" title="typing.Any" href="https://docs.python.org/3/library/typing.html#typing.Any">Any</a></span><span class=p>]]]]</span> <span class=o>=</span> <span class=kc>None</span>
</code></pre></div> <div class="doc doc-contents "> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_json class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_json</span> <a href=#faststream.asyncapi.schema.Schema.to_json class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>to_json</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span>
</code></pre></div> <div class="doc doc-contents "> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_json class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_json</span> <a href=#faststream.asyncapi.schema.Schema.to_json class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=nf>to_json</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span>
</code></pre></div> <div class="doc doc-contents "> <p>Convert the schema to a JSON string.</p> <details class=quote> <summary>Source code in <code>faststream/asyncapi/schema/main.py</code></summary> <div class=highlight><table class=highlighttable><tr><td class=linenos><div class=linenodiv><pre><span></span><span class=normal><a href=#__codelineno-0-108>108</a></span>
<span class=normal><a href=#__codelineno-0-109>109</a></span>
<span class=normal><a href=#__codelineno-0-110>110</a></span>
Expand All @@ -30,7 +30,7 @@
<a id=__codelineno-0-112 name=__codelineno-0-112></a> <span class=n>by_alias</span><span class=o>=</span><span class=kc>True</span><span class=p>,</span>
<a id=__codelineno-0-113 name=__codelineno-0-113></a> <span class=n>exclude_none</span><span class=o>=</span><span class=kc>True</span><span class=p>,</span>
<a id=__codelineno-0-114 name=__codelineno-0-114></a> <span class=p>)</span>
</code></pre></div></td></tr></table></div> </details> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_jsonable class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_jsonable</span> <a href=#faststream.asyncapi.schema.Schema.to_jsonable class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>to_jsonable</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" title="typing.Any" href="https://docs.python.org/3/library/typing.html#typing.Any">Any</a></span>
</code></pre></div></td></tr></table></div> </details> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_jsonable class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_jsonable</span> <a href=#faststream.asyncapi.schema.Schema.to_jsonable class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=nf>to_jsonable</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" title="typing.Any" href="https://docs.python.org/3/library/typing.html#typing.Any">Any</a></span>
</code></pre></div> <div class="doc doc-contents "> <p>Convert the schema to a JSON-serializable object.</p> <details class=quote> <summary>Source code in <code>faststream/asyncapi/schema/main.py</code></summary> <div class=highlight><table class=highlighttable><tr><td class=linenos><div class=linenodiv><pre><span></span><span class=normal><a href=#__codelineno-0-100>100</a></span>
<span class=normal><a href=#__codelineno-0-101>101</a></span>
<span class=normal><a href=#__codelineno-0-102>102</a></span>
Expand All @@ -44,7 +44,7 @@
<a id=__codelineno-0-104 name=__codelineno-0-104></a> <span class=n>by_alias</span><span class=o>=</span><span class=kc>True</span><span class=p>,</span>
<a id=__codelineno-0-105 name=__codelineno-0-105></a> <span class=n>exclude_none</span><span class=o>=</span><span class=kc>True</span><span class=p>,</span>
<a id=__codelineno-0-106 name=__codelineno-0-106></a> <span class=p>)</span>
</code></pre></div></td></tr></table></div> </details> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_yaml class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_yaml</span> <a href=#faststream.asyncapi.schema.Schema.to_yaml class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=n>to_yaml</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span>
</code></pre></div></td></tr></table></div> </details> </div> </div> <div class="doc doc-object doc-function"> <h3 id=faststream.asyncapi.schema.Schema.to_yaml class="doc doc-heading"> <code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">to_yaml</span> <a href=#faststream.asyncapi.schema.Schema.to_yaml class=headerlink title="Permanent link">#</a></h3> <div class="doc-signature highlight"><pre><span></span><code><a id=__codelineno-0-1 name=__codelineno-0-1 href=#__codelineno-0-1></a><span class=nf>to_yaml</span><span class=p>()</span> <span class=o>-&gt;</span> <span class=n><a class="autorefs autorefs-external" href="https://docs.python.org/3/library/stdtypes.html#str">str</a></span>
</code></pre></div> <div class="doc doc-contents "> <p>Convert the schema to a YAML string.</p> <details class=quote> <summary>Source code in <code>faststream/asyncapi/schema/main.py</code></summary> <div class=highlight><table class=highlighttable><tr><td class=linenos><div class=linenodiv><pre><span></span><span class=normal><a href=#__codelineno-0-116>116</a></span>
<span class=normal><a href=#__codelineno-0-117>117</a></span>
<span class=normal><a href=#__codelineno-0-118>118</a></span>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 9b90f91

Please sign in to comment.