Skip to content

Commit

Permalink
Deployed 31a2fae with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Dec 3, 2024
1 parent 4fad828 commit d772868
Show file tree
Hide file tree
Showing 28 changed files with 352 additions and 4,686 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


<link rel="icon" href="/ckanext-charts/image/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">



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
23 changes: 18 additions & 5 deletions caching/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../image/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">



Expand Down Expand Up @@ -1071,6 +1071,11 @@ <h1 id="base-cache-strategy">Base Cache Strategy</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1108,7 +1113,9 @@ <h2 id="charts.cache.CacheStrategy.get_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to retrieve the data.</p>
Expand Down Expand Up @@ -1179,7 +1186,9 @@ <h2 id="charts.cache.CacheStrategy.invalidate" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to invalidate.</p>
Expand Down Expand Up @@ -1226,7 +1235,9 @@ <h2 id="charts.cache.CacheStrategy.set_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to store the data.</p>
Expand All @@ -1240,7 +1251,9 @@ <h2 id="charts.cache.CacheStrategy.set_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>data</code></td>
<td>
<code>data</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The data to be stored.</p>
Expand Down
81 changes: 64 additions & 17 deletions caching/file/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../image/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">



Expand Down Expand Up @@ -1283,6 +1283,11 @@ <h2 id="charts.cache.FileCache" class="doc doc-heading">








<div class="doc doc-children">


Expand Down Expand Up @@ -1316,7 +1321,9 @@ <h3 id="charts.cache.FileCache.generate_unique_consistent_filename" class="doc d
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to generate the filename.</p>
Expand Down Expand Up @@ -1383,7 +1390,9 @@ <h3 id="charts.cache.FileCache.get_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to retrieve the data.</p>
Expand Down Expand Up @@ -1450,7 +1459,9 @@ <h3 id="charts.cache.FileCache.invalidate" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to invalidate.</p>
Expand Down Expand Up @@ -1498,7 +1509,9 @@ <h3 id="charts.cache.FileCache.is_file_cache_expired" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file_path</code></td>
<td>
<code>file_path</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The path to the file.</p>
Expand Down Expand Up @@ -1565,7 +1578,9 @@ <h3 id="charts.cache.FileCache.make_file_path_from_key" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to generate the file path.</p>
Expand Down Expand Up @@ -1636,7 +1651,9 @@ <h3 id="charts.cache.FileCache.read_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file</code></td>
<td>
<code>file</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The file object to read the data.</p>
Expand Down Expand Up @@ -1703,7 +1720,9 @@ <h3 id="charts.cache.FileCache.set_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>key</code></td>
<td>
<code>key</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The cache key to store the data.</p>
Expand All @@ -1717,7 +1736,9 @@ <h3 id="charts.cache.FileCache.set_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>data</code></td>
<td>
<code>data</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The data to be stored.</p>
Expand Down Expand Up @@ -1764,7 +1785,9 @@ <h3 id="charts.cache.FileCache.write_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file_path</code></td>
<td>
<code>file_path</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The path to the file.</p>
Expand All @@ -1778,7 +1801,9 @@ <h3 id="charts.cache.FileCache.write_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>data</code></td>
<td>
<code>data</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The data to be stored.</p>
Expand Down Expand Up @@ -1827,6 +1852,11 @@ <h2 id="charts.cache.FileCacheORC" class="doc doc-heading">








<div class="doc doc-children">


Expand Down Expand Up @@ -1860,7 +1890,9 @@ <h3 id="charts.cache.FileCacheORC.read_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file</code></td>
<td>
<code>file</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The file object to read the data.</p>
Expand Down Expand Up @@ -1927,7 +1959,9 @@ <h3 id="charts.cache.FileCacheORC.write_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file_path</code></td>
<td>
<code>file_path</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The path to the file.</p>
Expand All @@ -1941,7 +1975,9 @@ <h3 id="charts.cache.FileCacheORC.write_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>data</code></td>
<td>
<code>data</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The data to be stored.</p>
Expand Down Expand Up @@ -1990,6 +2026,11 @@ <h2 id="charts.cache.FileCacheCSV" class="doc doc-heading">








<div class="doc doc-children">


Expand Down Expand Up @@ -2023,7 +2064,9 @@ <h3 id="charts.cache.FileCacheCSV.read_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file</code></td>
<td>
<code>file</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The file object to read the data.</p>
Expand Down Expand Up @@ -2090,7 +2133,9 @@ <h3 id="charts.cache.FileCacheCSV.write_data" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>file_path</code></td>
<td>
<code>file_path</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The path to the file.</p>
Expand All @@ -2104,7 +2149,9 @@ <h3 id="charts.cache.FileCacheCSV.write_data" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>data</code></td>
<td>
<code>data</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>The data to be stored.</p>
Expand Down
2 changes: 1 addition & 1 deletion caching/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../image/favicon.ico">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.44">



Expand Down
Loading

0 comments on commit d772868

Please sign in to comment.