Skip to content

Commit

Permalink
deploy: 4015c91
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Nov 21, 2024
1 parent f78606b commit 82742da
Show file tree
Hide file tree
Showing 139 changed files with 147 additions and 49,293 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


<link rel="icon" href="/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down
26 changes: 25 additions & 1 deletion assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,33 @@
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

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

/* Symbols in Navigation and ToC. */
:root,
:root, :host,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--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-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
Expand All @@ -48,12 +61,14 @@
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--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-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
Expand All @@ -68,6 +83,15 @@ code.doc-symbol {
font-weight: bold;
}

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

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

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
Expand Down
7 changes: 6 additions & 1 deletion backends/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down Expand Up @@ -853,6 +853,11 @@ <h4 id="kstreams.backends.kafka.Kafka--ssl">SSL</h4>
</div>
</div>






<details class="quote">
<summary>Source code in <code>kstreams/backends/kafka.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 23</span>
Expand Down
15 changes: 12 additions & 3 deletions engine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down Expand Up @@ -846,6 +846,11 @@ <h2 id="kstreams.engine.StreamEngine" class="doc doc-heading">
</code></pre></div>
</div>






<details class="quote">
<summary>Source code in <code>kstreams/engine.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 27</span>
Expand Down Expand Up @@ -2457,7 +2462,9 @@ <h3 id="kstreams.engine.StreamEngine.add_stream" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>stream</code></td>
<td>
<code>stream</code>
</td>
<td>
<code><a class="autorefs autorefs-internal" title="kstreams.streams.Stream" href="../stream/#kstreams.streams.Stream">Stream</a></code>
</td>
Expand All @@ -2471,7 +2478,9 @@ <h3 id="kstreams.engine.StreamEngine.add_stream" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>error_policy</code></td>
<td>
<code>error_policy</code>
</td>
<td>
<code><span title="typing.Optional">Optional</span>[<span title="kstreams.streams_utils.StreamErrorPolicy">StreamErrorPolicy</span>]</code>
</td>
Expand Down
2 changes: 1 addition & 1 deletion getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down
2 changes: 1 addition & 1 deletion large_project_structure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down
2 changes: 1 addition & 1 deletion metrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down
26 changes: 24 additions & 2 deletions middleware/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down Expand Up @@ -797,6 +797,11 @@ <h1 id="middleware">Middleware</h1>
Bases: <code><span title="typing.Protocol">Protocol</span></code></p>







<details class="quote">
<summary>Source code in <code>kstreams/middleware/middleware.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">16</span>
Expand Down Expand Up @@ -934,6 +939,11 @@ <h2 id="default-middleware">Default Middleware</h2>
will be handled by this ExceptionMiddleware executing the
policy_error that was stablished.</p>






<details class="quote">
<summary>Source code in <code>kstreams/middleware/middleware.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 63</span>
Expand Down Expand Up @@ -1171,7 +1181,9 @@ <h2 id="kstreams.middleware.middleware.ExceptionMiddleware.cleanup_policy" class
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>exc</code></td>
<td>
<code>exc</code>
</td>
<td>
<code>Exception</code>
</td>
Expand Down Expand Up @@ -1440,6 +1452,11 @@ <h2 id="deserialization">Deserialization</h2>
<div class="doc doc-contents first">







<details class="quote">
<summary>Source code in <code>examples/dataclasses-avroschema-example/dataclasses_avroschema_example/middlewares.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 6</span>
Expand Down Expand Up @@ -1498,6 +1515,11 @@ <h2 id="deserialization">Deserialization</h2>
<div class="doc doc-contents first">







<details class="quote">
<summary>Source code in <code>examples/confluent-example/confluent_example/middlewares.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 9</span>
Expand Down
7 changes: 6 additions & 1 deletion monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.45">



Expand Down Expand Up @@ -699,6 +699,11 @@ <h2 id="kstreams.PrometheusMonitor" class="doc doc-heading">
metrics_scrape_time float: Amount of seconds that the monitor
will wait until next scrape iteration</p>






<details class="quote">
<summary>Source code in <code>kstreams/prometheus/monitor.py</code></summary>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal"> 17</span>
Expand Down
Loading

0 comments on commit 82742da

Please sign in to comment.