Skip to content

Commit

Permalink
Deployed bac4843 to v0.8.0 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Apr 18, 2024
1 parent f10c7b5 commit e7fbc72
Show file tree
Hide file tree
Showing 94 changed files with 7,952 additions and 16 deletions.
48 changes: 48 additions & 0 deletions latest/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,54 @@
data-domain="developmentseed.org/lonboard"
src="https://plausible.io/js/script.outbound-links.js"
></script>

<!-- Vendored from https://gitlab.com/notpushkin/material-plausible-plugin/ under the BSD 0 clause license. -->
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};

/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function () {
/* Set up search tracking */
if (document.forms.search) {
var query = document.forms.search.query;
query.addEventListener("blur", function () {
if (this.value)
plausible("Search", { props: { search_term: this.value } });
});
}

/* Set up feedback, i.e. "Was this page helpful?" */
document$.subscribe(function () {
var feedback = document.forms.feedback;
if (typeof feedback === "undefined") return;

/* Send feedback to Plausible */
for (var button of feedback.querySelectorAll("[type=submit]")) {
button.addEventListener("click", function (ev) {
ev.preventDefault();

var page = document.location.pathname;
var value = this.getAttribute("data-md-value");
plausible(`Feedback: ${value}`);

/* Disable form and show note, if given */
feedback.firstElementChild.disabled = true;
var note = feedback.querySelector(
".md-feedback__note [data-md-value='" + value + "']",
);
if (note) note.hidden = false;
});

/* Show feedback */
feedback.hidden = false;
}
});
});
</script>

<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>

Expand Down
88 changes: 88 additions & 0 deletions latest/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,54 @@
data-domain="developmentseed.org/lonboard"
src="https://plausible.io/js/script.outbound-links.js"
></script>

<!-- Vendored from https://gitlab.com/notpushkin/material-plausible-plugin/ under the BSD 0 clause license. -->
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};

/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function () {
/* Set up search tracking */
if (document.forms.search) {
var query = document.forms.search.query;
query.addEventListener("blur", function () {
if (this.value)
plausible("Search", { props: { search_term: this.value } });
});
}

/* Set up feedback, i.e. "Was this page helpful?" */
document$.subscribe(function () {
var feedback = document.forms.feedback;
if (typeof feedback === "undefined") return;

/* Send feedback to Plausible */
for (var button of feedback.querySelectorAll("[type=submit]")) {
button.addEventListener("click", function (ev) {
ev.preventDefault();

var page = document.location.pathname;
var value = this.getAttribute("data-md-value");
plausible(`Feedback: ${value}`);

/* Disable form and show note, if given */
feedback.firstElementChild.disabled = true;
var note = feedback.querySelector(
".md-feedback__note [data-md-value='" + value + "']",
);
if (note) note.hidden = false;
});

/* Show feedback */
feedback.hidden = false;
}
});
});
</script>

<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>

Expand Down Expand Up @@ -2779,6 +2827,46 @@ <h2 id="010-2023-10-17">[0.1.0] - 2023-10-17<a class="headerlink" href="#010-202



<form class="md-feedback" name="feedback" hidden>
<fieldset>
<legend class="md-feedback__title">
Was this page helpful?
</legend>
<div class="md-feedback__inner">
<div class="md-feedback__list">

<button class="md-feedback__icon md-icon" type="submit" title="This page was helpful" data-md-value="good">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5 14.7 8 15.5 8s1.5.7 1.5 1.5m-5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81Z"/></svg>
</button>

<button class="md-feedback__icon md-icon" type="submit" title="This page could be improved" data-md-value="bad">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-6.5-4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m2 4.5c1.75 0 3.29.72 4.19 1.81l-1.42 1.42C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14Z"/></svg>
</button>

</div>
<div class="md-feedback__note">

<div data-md-value="good" hidden>




Thanks for your feedback!
</div>

<div data-md-value="bad" hidden>




Thanks for your feedback!
</div>

</div>
</div>
</fieldset>
</form>




Expand Down
88 changes: 88 additions & 0 deletions latest/alternatives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,54 @@
data-domain="developmentseed.org/lonboard"
src="https://plausible.io/js/script.outbound-links.js"
></script>

<!-- Vendored from https://gitlab.com/notpushkin/material-plausible-plugin/ under the BSD 0 clause license. -->
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};

/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function () {
/* Set up search tracking */
if (document.forms.search) {
var query = document.forms.search.query;
query.addEventListener("blur", function () {
if (this.value)
plausible("Search", { props: { search_term: this.value } });
});
}

/* Set up feedback, i.e. "Was this page helpful?" */
document$.subscribe(function () {
var feedback = document.forms.feedback;
if (typeof feedback === "undefined") return;

/* Send feedback to Plausible */
for (var button of feedback.querySelectorAll("[type=submit]")) {
button.addEventListener("click", function (ev) {
ev.preventDefault();

var page = document.location.pathname;
var value = this.getAttribute("data-md-value");
plausible(`Feedback: ${value}`);

/* Disable form and show note, if given */
feedback.firstElementChild.disabled = true;
var note = feedback.querySelector(
".md-feedback__note [data-md-value='" + value + "']",
);
if (note) note.hidden = false;
});

/* Show feedback */
feedback.hidden = false;
}
});
});
</script>

<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>

Expand Down Expand Up @@ -1965,6 +2013,46 @@ <h2 id="lonboard-vs-datashader">Lonboard vs datashader<a class="headerlink" href



<form class="md-feedback" name="feedback" hidden>
<fieldset>
<legend class="md-feedback__title">
Was this page helpful?
</legend>
<div class="md-feedback__inner">
<div class="md-feedback__list">

<button class="md-feedback__icon md-icon" type="submit" title="This page was helpful" data-md-value="good">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5 14.7 8 15.5 8s1.5.7 1.5 1.5m-5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81Z"/></svg>
</button>

<button class="md-feedback__icon md-icon" type="submit" title="This page could be improved" data-md-value="bad">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-6.5-4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m2 4.5c1.75 0 3.29.72 4.19 1.81l-1.42 1.42C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14Z"/></svg>
</button>

</div>
<div class="md-feedback__note">

<div data-md-value="good" hidden>




Thanks for your feedback!
</div>

<div data-md-value="bad" hidden>




Thanks for your feedback!
</div>

</div>
</div>
</fieldset>
</form>




Expand Down
88 changes: 88 additions & 0 deletions latest/api/basemap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,54 @@
data-domain="developmentseed.org/lonboard"
src="https://plausible.io/js/script.outbound-links.js"
></script>

<!-- Vendored from https://gitlab.com/notpushkin/material-plausible-plugin/ under the BSD 0 clause license. -->
<script>
window.plausible =
window.plausible ||
function () {
(window.plausible.q = window.plausible.q || []).push(arguments);
};

/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function () {
/* Set up search tracking */
if (document.forms.search) {
var query = document.forms.search.query;
query.addEventListener("blur", function () {
if (this.value)
plausible("Search", { props: { search_term: this.value } });
});
}

/* Set up feedback, i.e. "Was this page helpful?" */
document$.subscribe(function () {
var feedback = document.forms.feedback;
if (typeof feedback === "undefined") return;

/* Send feedback to Plausible */
for (var button of feedback.querySelectorAll("[type=submit]")) {
button.addEventListener("click", function (ev) {
ev.preventDefault();

var page = document.location.pathname;
var value = this.getAttribute("data-md-value");
plausible(`Feedback: ${value}`);

/* Disable form and show note, if given */
feedback.firstElementChild.disabled = true;
var note = feedback.querySelector(
".md-feedback__note [data-md-value='" + value + "']",
);
if (note) note.hidden = false;
});

/* Show feedback */
feedback.hidden = false;
}
});
});
</script>

<script>"undefined"!=typeof __md_analytics&&__md_analytics()</script>

Expand Down Expand Up @@ -2182,6 +2230,46 @@ <h3 id="lonboard.basemap.CartoBasemap.VoyagerNoLabels" class="doc doc-heading">



<form class="md-feedback" name="feedback" hidden>
<fieldset>
<legend class="md-feedback__title">
Was this page helpful?
</legend>
<div class="md-feedback__inner">
<div class="md-feedback__list">

<button class="md-feedback__icon md-icon" type="submit" title="This page was helpful" data-md-value="good">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5 14.7 8 15.5 8s1.5.7 1.5 1.5m-5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81Z"/></svg>
</button>

<button class="md-feedback__icon md-icon" type="submit" title="This page could be improved" data-md-value="bad">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 12a8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2a10 10 0 0 1 10 10m-6.5-4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5 7.7 8 8.5 8s1.5.7 1.5 1.5m2 4.5c1.75 0 3.29.72 4.19 1.81l-1.42 1.42C14.32 16.5 13.25 16 12 16s-2.32.5-2.77 1.23l-1.42-1.42C8.71 14.72 10.25 14 12 14Z"/></svg>
</button>

</div>
<div class="md-feedback__note">

<div data-md-value="good" hidden>




Thanks for your feedback!
</div>

<div data-md-value="bad" hidden>




Thanks for your feedback!
</div>

</div>
</div>
</fieldset>
</form>




Expand Down
Loading

0 comments on commit e7fbc72

Please sign in to comment.