Skip to content

Commit 736d919

Browse files
authored
Merge pull request #113 from wilsonrljr/docs/analytics
update docs for analytics
2 parents 255e97a + f5c2837 commit 736d919

File tree

56 files changed

+150
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+150
-132
lines changed

docs/book/contents/index.html

+2-2
Large diffs are not rendered by default.

docs/book/preface/index.html

+3-3
Large diffs are not rendered by default.

docs/changelog/changelog/index.html

+2-2
Large diffs are not rendered by default.

docs/code/aols/index.html

+2-2
Large diffs are not rendered by default.

docs/code/basis-function/index.html

+2-2
Large diffs are not rendered by default.

docs/code/entropic-regression/index.html

+2-2
Large diffs are not rendered by default.

docs/code/frols/index.html

+2-2
Large diffs are not rendered by default.

docs/code/general-estimators/index.html

+2-2
Large diffs are not rendered by default.

docs/code/metaheuristics/index.html

+2-2
Large diffs are not rendered by default.

docs/code/metamss/index.html

+2-2
Large diffs are not rendered by default.

docs/code/metrics/index.html

+2-2
Large diffs are not rendered by default.

docs/code/narmax-base/index.html

+2-2
Large diffs are not rendered by default.

docs/code/neural-narx/index.html

+2-2
Large diffs are not rendered by default.

docs/code/parameter-estimation/index.html

+2-2
Large diffs are not rendered by default.

docs/code/residues/index.html

+2-2
Large diffs are not rendered by default.

docs/code/simulation/index.html

+2-2
Large diffs are not rendered by default.

docs/code/utils/index.html

+2-2
Large diffs are not rendered by default.

docs/events/estatidados/index.html

+2-2
Large diffs are not rendered by default.

docs/events/events/index.html

+2-2
Large diffs are not rendered by default.

docs/events/gcom-meetup/index.html

+2-2
Large diffs are not rendered by default.

docs/events/nubank-meetup-open-source/index.html

+2-2
Large diffs are not rendered by default.

docs/events/nubank-meetup/index.html

+2-2
Large diffs are not rendered by default.

docs/examples/PV_forecasting_benchmark/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/air_passenger_benchmark/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/aols/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/basic_steps/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/defining_lags/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/entropic_regression/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/extended_least_squares/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/f_16_benchmark/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/fourier_basis_function/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/general_estimators/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/identification_of_an_electromechanical_system/index.html

+4-4
Large diffs are not rendered by default.

docs/examples/information_criteria_examples/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/load_forecasting_benchmark/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/metamss/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/multiple_inputs_example/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/n_steps_ahead_prediction/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/narx_neural_network/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/parameter_estimation/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/save_and_load_models/index.html

+3-3
Large diffs are not rendered by default.

docs/examples/simulating_a_predefined_model/index.html

+3-3
Large diffs are not rendered by default.

docs/index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<html class="no-js" lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-16K3SQT164"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
12+
gtag('config', 'G-16K3SQT164');
13+
</script>
514
<meta name="google-site-verification" content="kA6jl7EJGGtVoDdYEZwiDSoSa0jqLxgeyJgy2_XHCgw" />
615
<meta charset="utf-8" />
716
<meta content="width=device-width,initial-scale=1" name="viewport" />
@@ -26,6 +35,8 @@
2635
</style>
2736
<link href="assets/_mkdocstrings.css" rel="stylesheet" />
2837
<script>__md_scope = new URL(".", location), __md_hash = e => [...e].reduce((e, _) => (e << 5) - e + _.charCodeAt(0), 0), __md_get = (e, _ = localStorage, t = __md_scope) => JSON.parse(_.getItem(t.pathname + "." + e)), __md_set = (e, _, t = localStorage, a = __md_scope) => { try { t.setItem(a.pathname + "." + e, JSON.stringify(_)) } catch (e) { } }</script>
38+
<script
39+
id="__analytics">function __md_analytics() { function n() { dataLayer.push(arguments) } window.dataLayer = window.dataLayer || [], n("js", new Date), n("config", "G-16K3SQT164"), document.addEventListener("DOMContentLoaded", function () { document.forms.search && document.forms.search.query.addEventListener("blur", function () { this.value && n("event", "search", { search_term: this.value }) }), document$.subscribe(function () { var a = document.forms.feedback; if (void 0 !== a) for (var e of a.querySelectorAll("[type=submit]")) e.addEventListener("click", function (e) { e.preventDefault(); var t = document.location.pathname, e = this.getAttribute("data-md-value"); n("event", "feedback", { page: t, data: e }), a.firstElementChild.disabled = !0; e = a.querySelector(".md-feedback__note [data-md-value='" + e + "']"); e && (e.hidden = !1) }), a.hidden = !1 }), location$.subscribe(function (e) { n("config", "G-16K3SQT164", { page_path: e.pathname }) }) }); var e = document.createElement("script"); e.async = !0, e.src = "https://www.googletagmanager.com/gtag/js?id=G-16K3SQT164", document.getElementById("__analytics").insertAdjacentElement("afterEnd", e) }</script>
2940
<script>"undefined" != typeof __md_analytics && __md_analytics()</script>
3041
<link href="assets/stylesheets/glightbox.min.css" rel="stylesheet" />
3142
<style>
@@ -1110,7 +1121,7 @@ <h4 class="title">Contact Us</h4>
11101121
<div class="md-dialog__inner md-typeset"></div>
11111122
</div>
11121123
<script id="__config"
1113-
type="application/json">{"base": ".", "features": ["content.code.annotate", "content.tabs.link", "content.tooltips", "navigation.indexes", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "assets/javascripts/workers/search.208ed371.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>
1124+
type="application/json">{"base": ".", "features": ["content.code.copy", "content.action.edit", "content.action.view", "navigation.footer", "content.code.annotate", "content.tabs.link", "content.tooltips", "navigation.indexes", "navigation.tabs", "navigation.tabs.sticky", "navigation.top", "navigation.tracking", "search.highlight", "search.share", "search.suggest", "toc.follow"], "search": "assets/javascripts/workers/search.208ed371.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>
11141125
<script src="assets/javascripts/bundle.fac441b0.min.js"></script>
11151126
<script src="overrides/assets/extra.js"></script>
11161127
<script src="overrides/assets/javascripts/mathjax.js"></script>

docs/landing-page/about-us/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/attribute/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/basic-usage/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/ch0-narmax-intro/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/contribute/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/get-help/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/getting-started/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/license/index.html

+2-2
Large diffs are not rendered by default.

docs/landing-page/sponsor/index.html

+2-2
Large diffs are not rendered by default.

docs/overrides/blog.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{#-
2-
This file was automatically generated - do not edit
2+
This file was automatically generated - do not edit
33
-#}
44
{% extends "overrides/main.html" %}
55
{% block content %}
6-
{{ super() }}
7-
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
8-
<script src="https://giscus.app/client.js" data-repo="squidfunk/mkdocs-material" data-repo-id="MDEwOlJlcG9zaXRvcnk1MDYxNzQyOA==" data-category="_" data-category-id="DIC_kwDOAwRcVM4CAtJY" data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en" crossorigin="anonymous" async></script>
9-
<script>var theme,giscus=document.querySelector("script[src*=giscus]"),palette=__md_get("__palette");palette&&"object"==typeof palette.color&&(theme="slate"===palette.color.scheme?"dark":"light",giscus.setAttribute("data-theme",theme)),document.addEventListener("DOMContentLoaded",function(){document.querySelector("[data-md-component=palette]").addEventListener("change",function(){var e=__md_get("__palette");e&&"object"==typeof e.color&&(e="slate"===e.color.scheme?"dark":"light",document.querySelector(".giscus-frame").contentWindow.postMessage({giscus:{setConfig:{theme:e}}},"https://giscus.app"))})})</script>
10-
{% endblock %}
6+
{{ super() }}
7+
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
8+
<script src="https://giscus.app/client.js" data-repo="squidfunk/mkdocs-material"
9+
data-repo-id="MDEwOlJlcG9zaXRvcnk1MDYxNzQyOA==" data-category="_" data-category-id="DIC_kwDOAwRcVM4CAtJY"
10+
data-mapping="pathname" data-reactions-enabled="1" data-emit-metadata="1" data-theme="light" data-lang="en"
11+
crossorigin="anonymous" async></script>
12+
<script>var theme, giscus = document.querySelector("script[src*=giscus]"), palette = __md_get("__palette"); palette && "object" == typeof palette.color && (theme = "slate" === palette.color.scheme ? "dark" : "light", giscus.setAttribute("data-theme", theme)), document.addEventListener("DOMContentLoaded", function () { document.querySelector("[data-md-component=palette]").addEventListener("change", function () { var e = __md_get("__palette"); e && "object" == typeof e.color && (e = "slate" === e.color.scheme ? "dark" : "light", document.querySelector(".giscus-frame").contentWindow.postMessage({ giscus: { setConfig: { theme: e } } }, "https://giscus.app")) }) })</script>
13+
{% endblock %}

docs/overrides/partials/content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{% include ".icons/material/file-eye-outline.svg" %}
1212
</a>
1313
{% endif %}
14-
{% if "tags" in config.plugins %}
14+
{% if "material/tags" in config.plugins %}
1515
{% include "partials/tags.html" %}
1616
{% endif %}
1717
{% if not "\x3ch1" in page.content %}

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

mkdocs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ theme:
2727
# Default values, taken from mkdocs_theme.yml
2828
language: en
2929
features:
30+
- content.code.copy
31+
- content.action.edit
32+
- content.action.view
33+
- navigation.footer
3034
- content.code.annotate
3135
- content.tabs.link
3236
- content.tooltips

0 commit comments

Comments
 (0)