Skip to content

Commit

Permalink
Deploying to gh-pages from @ 406b7e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Apr 2, 2024
1 parent 59da333 commit d997013
Show file tree
Hide file tree
Showing 17 changed files with 139 additions and 99 deletions.
8 changes: 4 additions & 4 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@


<link rel="icon" href="/images/favicon.ico">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.2">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.15">



<title>Koza Documentation</title>



<link rel="stylesheet" href="/assets/stylesheets/main.50c56a3b.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.7e359304.min.css">


<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -483,10 +483,10 @@ <h1>404 - Not found</h1>
</div>


<script id="__config" type="application/json">{"base": "/", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "/assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "/", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="/assets/javascripts/bundle.d7c377c4.min.js"></script>
<script src="/assets/javascripts/bundle.bd41221c.min.js"></script>


</body>
Expand Down
33 changes: 14 additions & 19 deletions docs/Usage/API/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


<link rel="icon" href="../../images/favicon.ico">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.2">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.15">



<title>API - Koza Documentation</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.50c56a3b.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.7e359304.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -436,7 +436,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.get_koza_app" class="md-nav__link">
<span class="md-ellipsis">
get_koza_app()
get_koza_app
</span>
</a>

Expand All @@ -445,7 +445,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.get_translation_table" class="md-nav__link">
<span class="md-ellipsis">
get_translation_table()
get_translation_table
</span>
</a>

Expand All @@ -454,7 +454,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.test_koza" class="md-nav__link">
<span class="md-ellipsis">
test_koza()
test_koza
</span>
</a>

Expand All @@ -463,7 +463,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.transform_source" class="md-nav__link">
<span class="md-ellipsis">
transform_source()
transform_source
</span>
</a>

Expand All @@ -472,7 +472,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.validate_file" class="md-nav__link">
<span class="md-ellipsis">
validate_file()
validate_file
</span>
</a>

Expand Down Expand Up @@ -513,7 +513,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.get_koza_app" class="md-nav__link">
<span class="md-ellipsis">
get_koza_app()
get_koza_app
</span>
</a>

Expand All @@ -522,7 +522,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.get_translation_table" class="md-nav__link">
<span class="md-ellipsis">
get_translation_table()
get_translation_table
</span>
</a>

Expand All @@ -531,7 +531,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.test_koza" class="md-nav__link">
<span class="md-ellipsis">
test_koza()
test_koza
</span>
</a>

Expand All @@ -540,7 +540,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.transform_source" class="md-nav__link">
<span class="md-ellipsis">
transform_source()
transform_source
</span>
</a>

Expand All @@ -549,7 +549,7 @@
<li class="md-nav__item">
<a href="#src.koza.cli_runner.validate_file" class="md-nav__link">
<span class="md-ellipsis">
validate_file()
validate_file
</span>
</a>

Expand Down Expand Up @@ -601,7 +601,6 @@ <h1>API</h1>




<h2 id="src.koza.cli_runner.get_koza_app" class="doc doc-heading">
<code class="highlight language-python"><span class="n">get_koza_app</span></code>

Expand Down Expand Up @@ -674,7 +673,6 @@ <h2 id="src.koza.cli_runner.get_koza_app" class="doc doc-heading">




<h2 id="src.koza.cli_runner.get_translation_table" class="doc doc-heading">
<code class="highlight language-python"><span class="n">get_translation_table</span></code>

Expand Down Expand Up @@ -847,7 +845,6 @@ <h2 id="src.koza.cli_runner.get_translation_table" class="doc doc-heading">




<h2 id="src.koza.cli_runner.test_koza" class="doc doc-heading">
<code class="highlight language-python"><span class="n">test_koza</span></code>

Expand Down Expand Up @@ -878,7 +875,6 @@ <h2 id="src.koza.cli_runner.test_koza" class="doc doc-heading">




<h2 id="src.koza.cli_runner.transform_source" class="doc doc-heading">
<code class="highlight language-python"><span class="n">transform_source</span></code>

Expand Down Expand Up @@ -1145,7 +1141,6 @@ <h2 id="src.koza.cli_runner.transform_source" class="doc doc-heading">




<h2 id="src.koza.cli_runner.validate_file" class="doc doc-heading">
<code class="highlight language-python"><span class="n">validate_file</span></code>

Expand Down Expand Up @@ -1306,10 +1301,10 @@ <h2 id="src.koza.cli_runner.validate_file" class="doc doc-heading">
</div>


<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../../assets/javascripts/bundle.d7c377c4.min.js"></script>
<script src="../../assets/javascripts/bundle.bd41221c.min.js"></script>


</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/Usage/CLI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@


<link rel="icon" href="../../images/favicon.ico">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.2">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.15">



<title>CLI - Koza Documentation</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.50c56a3b.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.7e359304.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -647,10 +647,10 @@ <h2 id="koza-validate"><code>koza validate</code></h2>
</div>


<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../../assets/javascripts/bundle.d7c377c4.min.js"></script>
<script src="../../assets/javascripts/bundle.bd41221c.min.js"></script>


</body>
Expand Down
8 changes: 4 additions & 4 deletions docs/Usage/ingests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@


<link rel="icon" href="../../images/favicon.ico">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.2">
<meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.15">



<title>Ingests - Koza Documentation</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.50c56a3b.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.7e359304.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -969,10 +969,10 @@ <h2 id="3-transform-code">3. Transform Code</h2>
</div>


<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "../..", "features": ["content.code.copy", "navigation.expand", "navigation.instant", "navigation.tracking", "navigation.tabs", "navigation.tabs.sticky"], "search": "../../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../../assets/javascripts/bundle.d7c377c4.min.js"></script>
<script src="../../assets/javascripts/bundle.bd41221c.min.js"></script>


</body>
Expand Down
91 changes: 68 additions & 23 deletions docs/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,84 @@
float: right;
}

/* Keep headings consistent. */
h1.doc-heading,
h2.doc-heading,
h3.doc-heading,
h4.doc-heading,
h5.doc-heading,
h6.doc-heading {
font-weight: 400;
line-height: 1.5;
color: inherit;
text-transform: none;
/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--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-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--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-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

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

code.doc-symbol-attribute::after {
content: "attr";
}

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

code.doc-symbol-function::after {
content: "func";
}

h1.doc-heading {
font-size: 1.6rem;
code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

h2.doc-heading {
font-size: 1.2rem;
code.doc-symbol-method::after {
content: "meth";
}

h3.doc-heading {
font-size: 1.15rem;
code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

h4.doc-heading {
font-size: 1.10rem;
code.doc-symbol-class::after {
content: "class";
}

h5.doc-heading {
font-size: 1.05rem;
code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

h6.doc-heading {
font-size: 1rem;
code.doc-symbol-module::after {
content: "mod";
}
Loading

0 comments on commit d997013

Please sign in to comment.