|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
|
3 | 3 |
|
4 | 4 | <meta charset="utf-8">
|
5 |
| -<meta name="generator" content="quarto-1.5.57"> |
| 5 | +<meta name="generator" content="quarto-1.6.39"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
8 | 8 |
|
|
69 | 69 | <script src="../site_libs/quarto-html/tippy.umd.min.js"></script>
|
70 | 70 | <script src="../site_libs/quarto-html/anchor.min.js"></script>
|
71 | 71 | <link href="../site_libs/quarto-html/tippy.css" rel="stylesheet">
|
72 |
| -<link href="../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
| 72 | +<link href="../site_libs/quarto-html/quarto-syntax-highlighting-e26003cea8cd680ca0c55a263523d882.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
73 | 73 | <script src="../site_libs/bootstrap/bootstrap.min.js"></script>
|
74 | 74 | <link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
|
75 |
| -<link href="../site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light"> |
| 75 | +<link href="../site_libs/bootstrap/bootstrap-ce8de41c5dcf49f81f95ec2a54f3a28e.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
76 | 76 | <script id="quarto-search-options" type="application/json">{
|
77 | 77 | "location": "navbar",
|
78 | 78 | "copy-button": false,
|
@@ -260,6 +260,7 @@ <h3 class="anchored" data-anchor-id="python-dependencies">Python dependencies</h
|
260 | 260 | <li>Install project dependencies</li>
|
261 | 261 | </ol>
|
262 | 262 | <div class="sourceCode" id="cb5"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a><span class="ex">poetry</span> install</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
|
| 263 | +<p>(Note: if <code>psycopg2</code> installation fails with a <code>ChefBuildError</code>, you just need to install the PostgreSQL headers first and then try again.)</p> |
263 | 264 | <ol start="3" type="1">
|
264 | 265 | <li>Activate shell</li>
|
265 | 266 | </ol>
|
@@ -405,8 +406,6 @@ <h2 class="anchored" data-anchor-id="lint-types-with-mypy">Lint types with mypy<
|
405 | 406 | });
|
406 | 407 | clipboard.on('success', onCopySuccess);
|
407 | 408 | if (window.document.getElementById('quarto-embedded-source-code-modal')) {
|
408 |
| - // For code content inside modals, clipBoardJS needs to be initialized with a container option |
409 |
| - // TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860) |
410 | 409 | const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
|
411 | 410 | text: getTextToCopy,
|
412 | 411 | container: window.document.getElementById('quarto-embedded-source-code-modal')
|
@@ -517,7 +516,6 @@ <h2 class="anchored" data-anchor-id="lint-types-with-mypy">Lint types with mypy<
|
517 | 516 | if (window.Quarto?.typesetMath) {
|
518 | 517 | window.Quarto.typesetMath(note);
|
519 | 518 | }
|
520 |
| - // TODO in 1.5, we should make sure this works without a callout special case |
521 | 519 | if (note.classList.contains("callout")) {
|
522 | 520 | return note.outerHTML;
|
523 | 521 | } else {
|
|
0 commit comments