Skip to content

Commit

Permalink
Deployed 9df26cc with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Nov 20, 2024
1 parent 604ed8c commit f57cad9
Show file tree
Hide file tree
Showing 30 changed files with 858 additions and 1,164 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-event-audit/img/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
267 changes: 252 additions & 15 deletions cli/index.html

Large diffs are not rendered by default.

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


<link rel="icon" href="../../img/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
2 changes: 1 addition & 1 deletion configure/async/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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
2 changes: 1 addition & 1 deletion configure/cloudwatch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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
2 changes: 1 addition & 1 deletion configure/ignore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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
2 changes: 1 addition & 1 deletion configure/tracking/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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
19 changes: 15 additions & 4 deletions exporters/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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 @@ -1058,6 +1058,11 @@ <h2 id="base-exporter-class">Base exporter class</h2>








<div class="doc doc-children">


Expand Down Expand Up @@ -1097,7 +1102,9 @@ <h2 id="event_audit.exporters.base.AbstractExporter.export" class="doc doc-headi
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>events</code></td>
<td>
<code>events</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>events to export</p>
Expand Down Expand Up @@ -1169,7 +1176,9 @@ <h2 id="event_audit.exporters.base.AbstractExporter.from_filters" class="doc doc
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>filters</code></td>
<td>
<code>filters</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>search filters.</p>
Expand All @@ -1183,7 +1192,9 @@ <h2 id="event_audit.exporters.base.AbstractExporter.from_filters" class="doc doc
</td>
</tr>
<tr class="doc-section-item">
<td><code>repo_name</code></td>
<td>
<code>repo_name</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>name of the repo to use. Defaults to None.</p>
Expand Down
27 changes: 21 additions & 6 deletions exporters/csv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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 @@ -1032,6 +1032,11 @@ <h1 id="csv-exporter">CSV exporter</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1065,7 +1070,9 @@ <h2 id="event_audit.exporters.csv.CSVExporter.__init__" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>delimiter</code></td>
<td>
<code>delimiter</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>delimiter. Defaults to ",".</p>
Expand All @@ -1083,7 +1090,9 @@ <h2 id="event_audit.exporters.csv.CSVExporter.__init__" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>quotechar</code></td>
<td>
<code>quotechar</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>quote character. Defaults to '"'.</p>
Expand All @@ -1101,7 +1110,9 @@ <h2 id="event_audit.exporters.csv.CSVExporter.__init__" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>quoting</code></td>
<td>
<code>quoting</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>quoting. Defaults to QUOTE_ALL.</p>
Expand All @@ -1119,7 +1130,9 @@ <h2 id="event_audit.exporters.csv.CSVExporter.__init__" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>ignore_fields</code></td>
<td>
<code>ignore_fields</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>fields to ignore. By
Expand Down Expand Up @@ -1167,7 +1180,9 @@ <h2 id="event_audit.exporters.csv.CSVExporter.export" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>events</code></td>
<td>
<code>events</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>events to export.</p>
Expand Down
15 changes: 12 additions & 3 deletions exporters/json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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 @@ -1034,6 +1034,11 @@ <h1 id="json-exporter">JSON exporter</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1067,7 +1072,9 @@ <h2 id="event_audit.exporters.json.JSONExporter.__init__" class="doc doc-heading
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>stringify</code></td>
<td>
<code>stringify</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>whether to return a string or a dict. By
Expand Down Expand Up @@ -1115,7 +1122,9 @@ <h2 id="event_audit.exporters.json.JSONExporter.export" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>events</code></td>
<td>
<code>events</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>events to export.</p>
Expand Down
11 changes: 9 additions & 2 deletions exporters/tsv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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 @@ -1014,6 +1014,11 @@ <h1 id="tsv-exporter">TSV exporter</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1047,7 +1052,9 @@ <h2 id="event_audit.exporters.tsv.TSVExporter.__init__" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>ignore_fields</code></td>
<td>
<code>ignore_fields</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>fields to ignore. By
Expand Down
19 changes: 15 additions & 4 deletions exporters/xlsx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../../img/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 @@ -1032,6 +1032,11 @@ <h1 id="xlsx-exporter">XLSX exporter</h1>








<div class="doc doc-children">


Expand Down Expand Up @@ -1065,7 +1070,9 @@ <h2 id="event_audit.exporters.xlsx.XLSXExporter.__init__" 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>path to the file or BytesIO object to
Expand All @@ -1080,7 +1087,9 @@ <h2 id="event_audit.exporters.xlsx.XLSXExporter.__init__" class="doc doc-heading
</td>
</tr>
<tr class="doc-section-item">
<td><code>ignore_fields</code></td>
<td>
<code>ignore_fields</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>fields to ignore. By
Expand Down Expand Up @@ -1128,7 +1137,9 @@ <h2 id="event_audit.exporters.xlsx.XLSXExporter.export" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>events</code></td>
<td>
<code>events</code>
</td>
<td class="doc-param-details">
<div class="doc-md-description">
<p>events to export.</p>
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="img/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
2 changes: 1 addition & 1 deletion install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="../img/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 f57cad9

Please sign in to comment.