|
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.53"> |
| 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 |
|
|
38 | 38 | <script src="../site_libs/quarto-html/tippy.umd.min.js"></script> |
39 | 39 | <script src="../site_libs/quarto-html/anchor.min.js"></script> |
40 | 40 | <link href="../site_libs/quarto-html/tippy.css" rel="stylesheet"> |
41 | | -<link href="../site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
42 | | -<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
| 41 | +<link href="../site_libs/quarto-html/quarto-syntax-highlighting-05fe91a66cf75bbbb8c9664867fe5124.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-text-highlighting-styles"> |
| 42 | +<link href="../site_libs/quarto-html/quarto-syntax-highlighting-dark-59fdbf2653e1aaac23acf64cc15a0d7d.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-text-highlighting-styles"> |
43 | 43 | <script src="../site_libs/bootstrap/bootstrap.min.js"></script> |
44 | 44 | <link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
45 | | -<link href="../site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
46 | | -<link href="../site_libs/bootstrap/bootstrap-dark.min.css" rel="prefetch" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
| 45 | +<link href="../site_libs/bootstrap/bootstrap-cf869eb658d26ce19cfcb227e4eac332.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light"> |
| 46 | +<link href="../site_libs/bootstrap/bootstrap-dark-ebc2472abfffb9fc8e3a08cdcaf408b6.min.css" rel="prefetch" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
47 | 47 | <script id="quarto-search-options" type="application/json">{ |
48 | 48 | "location": "navbar", |
49 | 49 | "copy-button": false, |
50 | 50 | "collapse-after": 3, |
51 | 51 | "panel-placement": "end", |
52 | 52 | "type": "overlay", |
53 | | - "limit": 200, |
| 53 | + "limit": 50, |
54 | 54 | "keyboard-shortcut": [ |
55 | 55 | "f", |
56 | 56 | "/", |
57 | 57 | "s" |
58 | 58 | ], |
| 59 | + "show-item-context": false, |
59 | 60 | "language": { |
60 | 61 | "search-no-results-text": "No results", |
61 | 62 | "search-matching-documents-text": "matching documents", |
|
102 | 103 | </script> |
103 | 104 |
|
104 | 105 | <link rel="stylesheet" href="../quarto-config/quarto_styles.css"> |
| 106 | +<meta property="og:title" content="Command-Line Interface Overview"> |
| 107 | +<meta property="og:description" content=""> |
| 108 | +<meta property="og:image" content="img/logo_tm.png"> |
| 109 | +<meta property="og:site_name" content="Stan Docs"> |
105 | 110 | </head> |
106 | 111 |
|
107 | 112 | <body class="nav-sidebar floating nav-fixed"> |
@@ -446,7 +451,7 @@ <h2 id="toc-title">On this page</h2> |
446 | 451 | <div class="toc-actions"><ul><li><a href="https://github.com/stan-dev/docs/edit/master/src/cmdstan-guide/command_line_options.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/stan-dev/docs/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav> |
447 | 452 | </div> |
448 | 453 | <!-- main --> |
449 | | -<main class="content" id="quarto-document-content"> |
| 454 | +<main class="content" id="quarto-document-content"><header id="title-block-header" class="quarto-title-block"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../cmdstan-guide/command_line_options.html">Running CmdStan</a></li><li class="breadcrumb-item"><a href="../cmdstan-guide/command_line_options.html">Command-Line Interface Overview</a></li></ol></nav></header> |
450 | 455 |
|
451 | 456 |
|
452 | 457 |
|
@@ -762,8 +767,6 @@ <h2 class="anchored" data-anchor-id="error-messages-and-return-codes">Error mess |
762 | 767 | }); |
763 | 768 | clipboard.on('success', onCopySuccess); |
764 | 769 | if (window.document.getElementById('quarto-embedded-source-code-modal')) { |
765 | | - // For code content inside modals, clipBoardJS needs to be initialized with a container option |
766 | | - // TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860) |
767 | 770 | const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', { |
768 | 771 | text: getTextToCopy, |
769 | 772 | container: window.document.getElementById('quarto-embedded-source-code-modal') |
@@ -874,7 +877,6 @@ <h2 class="anchored" data-anchor-id="error-messages-and-return-codes">Error mess |
874 | 877 | if (window.Quarto?.typesetMath) { |
875 | 878 | window.Quarto.typesetMath(note); |
876 | 879 | } |
877 | | - // TODO in 1.5, we should make sure this works without a callout special case |
878 | 880 | if (note.classList.contains("callout")) { |
879 | 881 | return note.outerHTML; |
880 | 882 | } else { |
|
0 commit comments