Skip to content

Commit

Permalink
rebuidl
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed May 3, 2021
1 parent 40a1aeb commit e2be2ed
Show file tree
Hide file tree
Showing 80 changed files with 8,790 additions and 5,952 deletions.
10,251 changes: 6,877 additions & 3,374 deletions analyse-R.html

Large diffs are not rendered by default.

Binary file modified analyse-R.pdf
Binary file not shown.
49 changes: 15 additions & 34 deletions analyse-de-reseaux.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@

<title>Analyse de réseaux</title>

<script src="libs/header-attrs-2.6/header-attrs.js"></script>
<script src="libs/header-attrs-2.7/header-attrs.js"></script>
<script src="libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.5/css/paper.min.css" rel="stylesheet" />
<script src="libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="libs/navigation-1.1/tabsets.js"></script>
<link href="libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="libs/pagedtable-1.1/js/pagedtable.js"></script>
Expand Down Expand Up @@ -75,32 +84,6 @@



<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>



Expand All @@ -112,10 +95,6 @@
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
Expand All @@ -131,6 +110,9 @@
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>


Expand All @@ -143,7 +125,6 @@
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
Expand Down Expand Up @@ -386,7 +367,7 @@
<div class="col-sm-9" role="main">
<article>

<div class="fluid-row" id="header">
<div id="header">



Expand Down Expand Up @@ -617,7 +598,7 @@ <h1 class="title toc-ignore">Analyse de réseaux</h1>

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
Expand Down
268 changes: 134 additions & 134 deletions analyse-de-survie.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions analyse-des-correspondances-multiples.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
Expand Down
49 changes: 15 additions & 34 deletions analyse-spatiale.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@

<title>Analyse spatiale</title>

<script src="libs/header-attrs-2.6/header-attrs.js"></script>
<script src="libs/header-attrs-2.7/header-attrs.js"></script>
<script src="libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.5/css/paper.min.css" rel="stylesheet" />
<script src="libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="libs/navigation-1.1/tabsets.js"></script>
<link href="libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="libs/pagedtable-1.1/js/pagedtable.js"></script>
Expand Down Expand Up @@ -75,32 +84,6 @@



<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>



Expand All @@ -112,10 +95,6 @@
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
Expand All @@ -131,6 +110,9 @@
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>


Expand All @@ -143,7 +125,6 @@
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
Expand Down Expand Up @@ -386,7 +367,7 @@
<div class="col-sm-9" role="main">
<article>

<div class="fluid-row" id="header">
<div id="header">



Expand Down Expand Up @@ -625,7 +606,7 @@ <h1 class="title toc-ignore">Analyse spatiale</h1>

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
Expand Down
64 changes: 24 additions & 40 deletions annotations-mathematiques.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@

<title>Annotations mathématiques</title>

<script src="libs/header-attrs-2.6/header-attrs.js"></script>
<script src="libs/header-attrs-2.7/header-attrs.js"></script>
<script src="libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="libs/bootstrap-3.3.5/css/paper.min.css" rel="stylesheet" />
<script src="libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<style>h1 {font-size: 34px;}
h1.title {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);}
pre:not([class]) { background-color: white }</style>
<script src="libs/navigation-1.1/tabsets.js"></script>
<link href="libs/pagedtable-1.1/css/pagedtable.css" rel="stylesheet" />
<script src="libs/pagedtable-1.1/js/pagedtable.js"></script>
Expand Down Expand Up @@ -73,11 +82,19 @@
</style>


<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
code {
white-space: pre;
}
.sourceCode {
overflow: visible;
}
</style>
<style type="text/css" data-origin="pandoc">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
Expand Down Expand Up @@ -160,39 +177,8 @@
}
})();
</script>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>


<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>



Expand All @@ -204,10 +190,6 @@
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
}
Expand All @@ -223,6 +205,9 @@
summary {
display: list-item;
}
pre code {
padding: 0;
}
</style>


Expand All @@ -235,7 +220,6 @@
max-height: 500px;
min-height: 44px;
overflow-y: auto;
background: white;
border: 1px solid #ddd;
border-radius: 4px;
}
Expand Down Expand Up @@ -478,7 +462,7 @@
<div class="col-sm-9" role="main">
<article>

<div class="fluid-row" id="header">
<div id="header">



Expand Down Expand Up @@ -753,7 +737,7 @@ <h2>Syntaxe de plotmath</h2>

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
Expand Down
Loading

0 comments on commit e2be2ed

Please sign in to comment.