diff --git a/docs/index.html b/docs/index.html index 36481ba50..e9a201037 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,6 +20,40 @@ margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */ vertical-align: middle; } +/* CSS for syntax highlighting */ +pre > code.sourceCode { white-space: pre; position: relative; } +pre > code.sourceCode > span { 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; } +@media screen { +div.sourceCode { overflow: auto; } +} +@media print { +pre > code.sourceCode { white-space: pre-wrap; } +pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; } +} +pre.numberSource code + { counter-reset: source-line 0; } +pre.numberSource code > span + { position: relative; left: -4em; counter-increment: source-line; } +pre.numberSource code > span > a:first-child::before + { content: counter(source-line); + position: relative; left: -1em; text-align: right; vertical-align: baseline; + border: none; display: inline-block; + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; + -ms-user-select: none; user-select: none; + padding: 0 4px; width: 4em; + } +pre.numberSource { margin-left: 3em; padding-left: 4px; } +div.sourceCode + { } +@media screen { +pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } +} @@ -560,12 +594,12 @@
To cite marginaleffects
in publications please use:
Arel-Bundock V, Greifer N, Heiss A (Forthcoming). “How to Interpret Statistical Models Using marginaleffects in R and Python.” Journal of Statistical Software.
A BibTeX entry for LaTeX users is:
-@Article{,
- title = {How to Interpret Statistical Models Using {marginaleffects} in {R} and {Python}},
- author = {Vincent Arel-Bundock and Noah Greifer and Andrew Heiss},
- year = {Forthcoming},
- journal = {Journal of Statistical Software},
-}
+
+ @Article{,
+ title = {How to Interpret Statistical Models Using {marginaleffects} in {R} and {Python}},
+ author = {Vincent Arel-Bundock and Noah Greifer and Andrew Heiss},
+ year = {Forthcoming},
+ journal = {Journal of Statistical Software}, }