From 6ee2ff77af8c29cafdab716ea1a3911e533717cc Mon Sep 17 00:00:00 2001 From: GidonFrischkorn Date: Fri, 16 Feb 2024 15:15:34 +0100 Subject: [PATCH] Update Developer Notes to `bmmformula` syntax --- _book/add-new-model.html | 530 ++++++--------- _book/bmm-architecture.html | 306 +++------ _book/example-model.html | 682 +++++++++----------- _book/git-workflow.html | 224 +------ _book/index.html | 224 +------ _book/search.json | 83 +-- _book/setup.html | 224 +------ _book/site_libs/bootstrap/bootstrap.min.css | 12 +- add-new-model.qmd | 142 ++-- bmm-architecture.qmd | 59 +- example-model.qmd | 216 ++++--- index.qmd | 4 +- 12 files changed, 957 insertions(+), 1749 deletions(-) diff --git a/_book/add-new-model.html b/_book/add-new-model.html index e531038..dd205a8 100644 --- a/_book/add-new-model.html +++ b/_book/add-new-model.html @@ -2,7 +2,7 @@ - + @@ -22,7 +22,7 @@ } /* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } -pre > code.sourceCode > span { line-height: 1.25; } +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; } @@ -80,13 +80,7 @@ "collapse-after": 3, "panel-placement": "end", "type": "overlay", - "limit": 50, - "keyboard-shortcut": [ - "f", - "/", - "s" - ], - "show-item-context": false, + "limit": 20, "language": { "search-no-results-text": "No results", "search-matching-documents-text": "matching documents", @@ -95,7 +89,6 @@ "search-more-match-text": "more match in this document", "search-more-matches-text": "more matches in this document", "search-clear-button-title": "Clear", - "search-text-placeholder": "", "search-detached-cancel-button-title": "Cancel", "search-submit-button-title": "Submit", "search-label": "Search" @@ -109,9 +102,9 @@
-
-