Skip to content

Commit

Permalink
Deployed 25012cf with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogopZ committed Nov 6, 2024
1 parent 8102881 commit a371b18
Show file tree
Hide file tree
Showing 15 changed files with 139 additions and 131 deletions.
24 changes: 12 additions & 12 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
<title>ICOS Carbon Portal<br>Jupyter Solutions</title>
<link rel="stylesheet" href="/jupyter/css/theme.css" />
<link rel="stylesheet" href="/jupyter/css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script src="/jupyter/js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="/jupyter/js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand Down Expand Up @@ -70,7 +69,7 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="/jupyter/." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li><a href="/jupyter/." class="icon icon-home" aria-label="Docs"></a></li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
Expand Down Expand Up @@ -116,14 +115,15 @@ <h1 id="404-page-not-found">404</h1>

</span>
</div>
<script>var base_url = '/jupyter/';</script>
<script src="/jupyter/js/theme_extra.js" defer></script>
<script src="/jupyter/js/theme.js" defer></script>
<script src="/jupyter/search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="/jupyter/js/jquery-3.6.0.min.js"></script>
<script>var base_url = "/jupyter/";</script>
<script src="/jupyter/js/theme_extra.js"></script>
<script src="/jupyter/js/theme.js"></script>
<script src="/jupyter/search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
40 changes: 24 additions & 16 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Changelog - ICOS Carbon Portal<br>Jupyter Solutions</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
Expand All @@ -17,12 +17,11 @@
var mkdocs_page_url = "/jupyter/changelog/";
</script>

<script src="../js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand Down Expand Up @@ -61,9 +60,9 @@
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">Changelog</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">Changelog</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#210-07032023-05042024">2.1.0 (07/03/2023 - 05/04/2024)</a>
<li class="toctree-l2"><a class="reference internal" href="#210-07032023-06112024">2.1.0 (07/03/2023 - 06/11/2024)</a>
</li>
<li class="toctree-l2"><a class="reference internal" href="#201-15112022">2.0.1 (15/11/2022)</a>
</li>
Expand Down Expand Up @@ -97,8 +96,8 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li>Changelog</li>
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Changelog</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/ICOS-Carbon-Portal/jupyter/edit/master/docs/changelog.md" class="icon icon-github"> Edit on GitHub</a>
</li>
Expand All @@ -115,8 +114,16 @@ <h1 id="changelog">Changelog</h1>
the latest release found <a href="https://pypi.org/project/icoscp/">here</a> or the latest
master branch found <a href="https://github.com/ICOS-Carbon-Portal/pylib">here</a>.</li>
</ul>
<h2 id="210-07032023-05042024">2.1.0 <p>(07/03/2023 - 05/04/2024)</p></h2>
<h2 id="210-07032023-06112024">2.1.0 <p>(07/03/2023 - 06/11/2024)</p></h2>
<ul>
<li>Add <code>rsync</code> utility to docker image installation (06/11/2024).</li>
<li>Add <a href="">itables</a> version 2.2.2 to pip requirements (28/10/2024).</li>
<li>Bump <a href="https://pypi.org/project/icoscp/">icoscp</a> to version 0.2.2
(18/10/2024).</li>
<li>Bump <a href="https://pypi.org/project/icoscp_stilt/">icoscp_stilt</a> to version 0.1.3
(18/10/2024).</li>
<li>Bump <a href="https://pypi.org/project/icoscp_core/">icoscp_core</a> to version 0.3.7
(17/10/2024).</li>
<li>Bump <a href="https://github.com/ICOS-Carbon-Portal/pylib/tree/c68ad7afa1c27efb69f3350ad7723827517ad004">icoscp</a>
to master branch (05/04/2024).</li>
<li>Bump <a href="https://pypi.org/project/icoscp_core/">icoscp_core</a> to version 0.3.3
Expand Down Expand Up @@ -235,14 +242,15 @@ <h4 id="docker-jupyterdatascience-notebook">Docker <a href="https://jupyter-dock

</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme_extra.js" defer></script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
6 changes: 3 additions & 3 deletions css/theme.css

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions css/theme_extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pre .cs, pre .c {
form .search-query {
width: 100%;
border-radius: 50px;
padding: 6px 12px; /* csslint allow: box-model */
padding: 6px 12px;
border-color: #D1D4D5;
}

Expand Down Expand Up @@ -135,7 +135,7 @@ form .search-query {
}

td, th {
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
border: 1px solid #e1e4e5 !important;
border-collapse: collapse;
}

Expand All @@ -155,6 +155,12 @@ td, th {
padding-bottom: 40px;
}

/* For section-index only */
.wy-menu-vertical .current-section p {
background-color: #e3e3e3;
color: #404040;
}

/*
* The second step of above amendment: Here we make sure the items are aligned
* correctly within the .rst-current-version container. Using flexbox, we
Expand Down
28 changes: 14 additions & 14 deletions faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>FAQ - ICOS Carbon Portal<br>Jupyter Solutions</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
Expand All @@ -17,12 +17,11 @@
var mkdocs_page_url = "/jupyter/faq/";
</script>

<script src="../js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand Down Expand Up @@ -57,7 +56,7 @@
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">FAQ</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">FAQ</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#cartopy-maps-i-get-downloadwarning-and-an-error-message">Cartopy maps. I get DownloadWarning and an Error message.</a>
</li>
Expand Down Expand Up @@ -99,8 +98,8 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li>FAQ</li>
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">FAQ</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/ICOS-Carbon-Portal/jupyter/edit/master/docs/faq.md" class="icon icon-github"> Edit on GitHub</a>
</li>
Expand Down Expand Up @@ -259,14 +258,15 @@ <h2 id="data-licence">Data Licence</h2>

</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme_extra.js" defer></script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
28 changes: 14 additions & 14 deletions how_to/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>How to - ICOS Carbon Portal<br>Jupyter Solutions</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
Expand All @@ -17,12 +17,11 @@
var mkdocs_page_url = "/jupyter/how_to/";
</script>

<script src="../js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand Down Expand Up @@ -53,7 +52,7 @@
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">How to</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">How to</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#log-in-to-icos-cp-jupyter-hub">Log-in to ICOS CP Jupyter Hub</a>
</li>
Expand Down Expand Up @@ -113,8 +112,8 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li>How to</li>
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">How to</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/ICOS-Carbon-Portal/jupyter/edit/master/docs/how_to.md" class="icon icon-github"> Edit on GitHub</a>
</li>
Expand Down Expand Up @@ -327,14 +326,15 @@ <h4 id="jupyter-classic-interface">Jupyter-Classic interface</h4>

</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme_extra.js" defer></script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
28 changes: 14 additions & 14 deletions icos_notebooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>ICOS Notebooks - ICOS Carbon Portal<br>Jupyter Solutions</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/github.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
Expand All @@ -17,12 +17,11 @@
var mkdocs_page_url = "/jupyter/icos_notebooks/";
</script>

<script src="../js/jquery-3.6.0.min.js" defer></script>
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">
Expand All @@ -49,7 +48,7 @@
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">ICOS Notebooks</a>
<li class="toctree-l1 current"><a class="reference internal current" href="#">ICOS Notebooks</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#introductional">Introductional</a>
</li>
Expand Down Expand Up @@ -87,8 +86,8 @@
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a> &raquo;</li>
<li>ICOS Notebooks</li>
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">ICOS Notebooks</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/ICOS-Carbon-Portal/jupyter/edit/master/docs/icos_notebooks.md" class="icon icon-github"> Edit on GitHub</a>
</li>
Expand Down Expand Up @@ -188,14 +187,15 @@ <h2 id="educational">Educational</h2>

</span>
</div>
<script>var base_url = '..';</script>
<script src="../js/theme_extra.js" defer></script>
<script src="../js/theme.js" defer></script>
<script src="../search/main.js" defer></script>
<script defer>
window.onload = function () {
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
};
});
</script>

</body>
Expand Down
Binary file removed img/lab_go_to_control_panel.png
Binary file not shown.
Loading

0 comments on commit a371b18

Please sign in to comment.