Skip to content

Commit

Permalink
play with style
Browse files Browse the repository at this point in the history
  • Loading branch information
MathildeMousset committed Oct 9, 2024
1 parent 7433352 commit b4325be
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 15 deletions.
4 changes: 2 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ execute:
format:
html:
theme:
- cosmo
- flatly
- styles.scss

toc: true
toc-depth: 5
toc-expand: 2
toc-expand: 1
toc-title: Table of content

citations-hover: true
Expand Down
18 changes: 9 additions & 9 deletions docs/reference/dictionary_sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../tutorial.html">
<span class="menu-text">Tutoriels</span></a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-how-to" role="link" data-bs-toggle="dropdown" aria-expanded="false">
<span class="menu-text">How-to</span>
Expand Down Expand Up @@ -195,14 +191,18 @@
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-cheatsheet">
<li>
<a class="dropdown-item" href="../cheatsheets/variable_control.html">
<span class="dropdown-text">Choosing variable controls</span></a>
<span class="dropdown-text">Variable controls</span></a>
</li>
<li>
<a class="dropdown-item" href="../cheatsheets/analyses.html">
<span class="dropdown-text">Setup analyses</span></a>
<span class="dropdown-text">Analyses</span></a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../tutorial.html">
<span class="menu-text">Tutoriel</span></a>
</li>
</ul>
</div> <!-- /navcollapse -->
<div class="quarto-navbar-tools">
Expand All @@ -216,7 +216,7 @@
<!-- sidebar -->
<!-- margin-sidebar -->
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
<nav id="TOC" role="doc-toc" class="toc-active" data-toc-expanded="2">
<nav id="TOC" role="doc-toc" class="toc-active" data-toc-expanded="1">
<h2 id="toc-title">Table of content</h2>

<ul>
Expand Down Expand Up @@ -416,7 +416,7 @@ <h3 class="anchored" data-anchor-id="variable-name">Variable Name</h3>
<p>Variable names are used to migrate data from one linelist file to the other: changing the variable name of a variable in the setup is equivalent to creating a new variable: the migration script will not be able to match the variables.</p>
</div>
</div>
<p>Variable names rules:</p>
<p><strong>Variable names rules:</strong></p>
<ul>
<li>Names must be unique in the <strong>setup file</strong>, even if the variables are on different sheets.<br>
</li>
Expand Down Expand Up @@ -1474,7 +1474,7 @@ <h3 class="anchored" data-anchor-id="formatting-values">Formatting values</h3>
</section>
<section id="lock-cells" class="level3">
<h3 class="anchored" data-anchor-id="lock-cells">Lock cells</h3>
<p>The Lock Cells section is not currently available.</p>
<p>The Lock Cells section is not currently available.</p>


</section>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"href": "reference/dictionary_sheet.html#sec-conditional-formating",
"title": "Dictionary sheet: define linelist tables and their variables",
"section": "Conditional Formatting",
"text": "Conditional Formatting\n\nThis section is used to define conditional formatting rules.\n\nFormatting condition\nThe “Formatting Condition” column is a free text column where one must provide the name of a variable to use as a reference. Rows for which the reference column contains 1 will be formatted with the formatting defined in the “Formatting Values” column. Row containing 0 will have no special formatting.\nThis means that in most cases, you will need to calculate a dummy variable, with a result of 1 or 0, to guide the formatting.\n\n\n\n\n\n\nTip\n\n\n\nyou can give special names to these calculated columns to easily identify them (e.g. format_xxx).\n\n\n\n\nFormatting values\nThis is a free text column, but what matters is not the text entered in it but the formatting applied to it, which is read and applied to the cells in the linelist file if the formatting condition is met.\n\n\nLock cells\nThe Lock Cells section is not currently available."
"text": "Conditional Formatting\n\nThis section is used to define conditional formatting rules.\n\nFormatting condition\nThe “Formatting Condition” column is a free text column where one must provide the name of a variable to use as a reference. Rows for which the reference column contains 1 will be formatted with the formatting defined in the “Formatting Values” column. Row containing 0 will have no special formatting.\nThis means that in most cases, you will need to calculate a dummy variable, with a result of 1 or 0, to guide the formatting.\n\n\n\n\n\n\nTip\n\n\n\nyou can give special names to these calculated columns to easily identify them (e.g. format_xxx).\n\n\n\n\nFormatting values\nThis is a free text column, but what matters is not the text entered in it but the formatting applied to it, which is read and applied to the cells in the linelist file if the formatting condition is met.\n\n\nLock cells\nThe Lock Cells section is not currently available."
},
{
"objectID": "reference/dictionary_sheet.html#footnotes",
Expand Down
6 changes: 3 additions & 3 deletions docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions docs/site_libs/quarto-html/quarto-syntax-highlighting-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4325be

Please sign in to comment.