Skip to content

Commit

Permalink
Merge pull request #3 from OldLipe/master
Browse files Browse the repository at this point in the history
Update notebooks link in MERC 2023
  • Loading branch information
marujore authored Nov 21, 2023
2 parents e9a75a4 + 695fc65 commit 0532dbb
Show file tree
Hide file tree
Showing 188 changed files with 26,198 additions and 6,834 deletions.
12 changes: 11 additions & 1 deletion _sources/jornada-merc-2023/course/notebooks-sits.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Satellite Imate Time Series (SITS)
++++++++++++++++++++++++++++++++++


- notebooks-sits
- `Introdução ao SITS <https://www.kaggle.com/code/esensing/introduction-to-sits>`_.

- `Trabalhando com séries temporais de imagens de satélites <https://www.kaggle.com/code/esensing/working-with-time-series-in-sits>`_.

- `Criação de cubos de dados <https://www.kaggle.com/code/esensing/creating-data-cubes-in-sits>`_.

- `Operações em cubos de dados <https://www.kaggle.com/code/esensing/operations-in-data-cubes>`_.

- `Classificação de imagens de satélites <https://www.kaggle.com/code/esensing/classification-of-raster-data-cubes>`_.

- `Melhorando as amostras de treinamento <https://www.kaggle.com/code/esensing/improving-quality-of-training-samples>`_.
114 changes: 32 additions & 82 deletions _static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -130,7 +130,7 @@ ul.search li a {
font-weight: bold;
}

ul.search li p.context {
ul.search li div.context {
color: #888;
margin: 2px 0 0 30px;
text-align: left;
Expand Down Expand Up @@ -277,25 +277,25 @@ p.rubric {
font-weight: bold;
}

img.align-left, figure.align-left, .figure.align-left, object.align-left {
img.align-left, .figure.align-left, object.align-left {
clear: left;
float: left;
margin-right: 1em;
}

img.align-right, figure.align-right, .figure.align-right, object.align-right {
img.align-right, .figure.align-right, object.align-right {
clear: right;
float: right;
margin-left: 1em;
}

img.align-center, figure.align-center, .figure.align-center, object.align-center {
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}

img.align-default, figure.align-default, .figure.align-default {
img.align-default, .figure.align-default {
display: block;
margin-left: auto;
margin-right: auto;
Expand All @@ -319,8 +319,7 @@ img.align-default, figure.align-default, .figure.align-default {

/* -- sidebars -------------------------------------------------------------- */

div.sidebar,
aside.sidebar {
div.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
padding: 7px;
Expand Down Expand Up @@ -378,14 +377,12 @@ div.body p.centered {
/* -- content of sidebars/topics/admonitions -------------------------------- */

div.sidebar > :last-child,
aside.sidebar > :last-child,
div.topic > :last-child,
div.admonition > :last-child {
margin-bottom: 0;
}

div.sidebar::after,
aside.sidebar::after,
div.topic::after,
div.admonition::after,
blockquote::after {
Expand Down Expand Up @@ -458,22 +455,20 @@ td > :last-child {

/* -- figures --------------------------------------------------------------- */

div.figure, figure {
div.figure {
margin: 0.5em;
padding: 0.5em;
}

div.figure p.caption, figcaption {
div.figure p.caption {
padding: 0.3em;
}

div.figure p.caption span.caption-number,
figcaption span.caption-number {
div.figure p.caption span.caption-number {
font-style: italic;
}

div.figure p.caption span.caption-text,
figcaption span.caption-text {
div.figure p.caption span.caption-text {
}

/* -- field list styles ----------------------------------------------------- */
Expand Down Expand Up @@ -508,63 +503,6 @@ table.hlist td {
vertical-align: top;
}

/* -- object description styles --------------------------------------------- */

.sig {
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

.sig-name, code.descname {
background-color: transparent;
font-weight: bold;
}

.sig-name {
font-size: 1.1em;
}

code.descname {
font-size: 1.2em;
}

.sig-prename, code.descclassname {
background-color: transparent;
}

.optional {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.sig-param.n {
font-style: italic;
}

/* C++ specific styling */

.sig-inline.c-texpr,
.sig-inline.cpp-texpr {
font-family: unset;
}

.sig.c .k, .sig.c .kt,
.sig.cpp .k, .sig.cpp .kt {
color: #0033B3;
}

.sig.c .m,
.sig.cpp .m {
color: #1750EB;
}

.sig.c .s, .sig.c .sc,
.sig.cpp .s, .sig.cpp .sc {
color: #067D17;
}


/* -- other body styles ----------------------------------------------------- */

Expand Down Expand Up @@ -691,6 +629,14 @@ dl.glossary dt {
font-size: 1.1em;
}

.optional {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.versionmodified {
font-style: italic;
}
Expand Down Expand Up @@ -731,9 +677,8 @@ dl.glossary dt {

.classifier:before {
font-style: normal;
margin: 0 0.5em;
margin: 0.5em;
content: ":";
display: inline-block;
}

abbr, acronym {
Expand All @@ -757,7 +702,6 @@ span.pre {
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
white-space: nowrap;
}

div[class*="highlight-"] {
Expand Down Expand Up @@ -821,12 +765,8 @@ div.code-block-caption code {

table.highlighttable td.linenos,
span.linenos,
div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
-webkit-user-select: text; /* Safari fallback only */
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none;
}

div.code-block-caption span.caption-number {
Expand All @@ -841,6 +781,16 @@ div.literal-block-wrapper {
margin: 1em 0;
}

code.descname {
background-color: transparent;
font-weight: bold;
font-size: 1.2em;
}

code.descclassname {
background-color: transparent;
}

code.xref, a code {
background-color: transparent;
font-weight: bold;
Expand Down
8 changes: 4 additions & 4 deletions _static/clipboard.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _static/copy-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 19 additions & 45 deletions _static/copybutton.css
Original file line number Diff line number Diff line change
@@ -1,50 +1,30 @@
/* Copy buttons */
button.copybtn {
a.copybtn {
position: absolute;
display: flex;
top: .3em;
right: .3em;
width: 1.7em;
height: 1.7em;
opacity: 0;
transition: opacity 0.3s, border .3s, background-color .3s;
user-select: none;
padding: 0;
top: .2em;
right: .2em;
width: 1em;
height: 1em;
opacity: .3;
transition: opacity 0.5s;
border: none;
outline: none;
border-radius: 0.4em;
/* The colors that GitHub uses */
border: #1b1f2426 1px solid;
background-color: #f6f8fa;
color: #57606a;
}

button.copybtn.success {
border-color: #22863a;
color: #22863a;
}

button.copybtn svg {
stroke: currentColor;
width: 1.5em;
height: 1.5em;
padding: 0.1em;
user-select: none;
}

div.highlight {
position: relative;
}

.highlight:hover button.copybtn {
opacity: 1;
}

.highlight button.copybtn:hover {
background-color: rgb(235, 235, 235);
a.copybtn > img {
vertical-align: top;
margin: 0;
top: 0;
left: 0;
position: absolute;
}

.highlight button.copybtn:active {
background-color: rgb(187, 187, 187);
.highlight:hover .copybtn {
opacity: 1;
}

/**
Expand All @@ -64,10 +44,11 @@ div.highlight {
visibility: hidden;
position: absolute;
content: attr(data-tooltip);
padding: .2em;
font-size: .8em;
padding: 2px;
top: 0;
left: -.2em;
background: grey;
font-size: 1rem;
color: white;
white-space: nowrap;
z-index: 2;
Expand All @@ -84,10 +65,3 @@ div.highlight {
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
transition-delay: .5s;
}

/* By default the copy button shouldn't show up when printing a page */
@media print {
button.copybtn {
display: none;
}
}
Loading

0 comments on commit 0532dbb

Please sign in to comment.