Skip to content

Commit

Permalink
clean docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 27, 2023
1 parent a339f16 commit 37799da
Show file tree
Hide file tree
Showing 6 changed files with 4,991 additions and 5,004 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,12 @@ details, see the vignettes:
customization](vignettes/modelsummary_extension.html)
- [Themes and Styles](vignettes/appearance.html)

## Test image
##### Test image

``` r
with(mtcars, plot(wt, mpg))
```

![](README.markdown_strict_files/figure-markdown_strict/unnamed-chunk-1-1.png)

![](altdoc/images/modelsummary_montage.png)
8 changes: 0 additions & 8 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,3 @@ You will find that there are a million ways to customize the tables and plots pr
* [Model Plots](vignettes/modelplot.html)
* [`modelsummary` extensions and customization](vignettes/modelsummary_extension.html)
* [Themes and Styles](vignettes/appearance.html)



##### Test image

```{r}
with(mtcars, plot(wt, mpg))
```
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#why" id="toc-why" class="nav-link" data-scroll-target="#why">Why?</a></li>
<li><a href="#how" id="toc-how" class="nav-link" data-scroll-target="#how">How?</a></li>
<li><a href="#get-started" id="toc-get-started" class="nav-link" data-scroll-target="#get-started">Get started</a></li>
<li><a href="#test-image" id="toc-test-image" class="nav-link" data-scroll-target="#test-image">Test image</a></li>
</ul></li>
</ul>
</nav>
Expand Down Expand Up @@ -489,13 +488,14 @@ <h2 class="anchored" data-anchor-id="get-started">Get started</h2>
<li><a href="vignettes/modelsummary_extension.html"><code>modelsummary</code> extensions and customization</a></li>
<li><a href="vignettes/appearance.html">Themes and Styles</a></li>
</ul>
</section>
<section id="test-image" class="level2">
<h2 class="anchored" data-anchor-id="test-image">Test image</h2>
<section id="test-image" class="level5">
<h5 class="anchored" data-anchor-id="test-image">Test image</h5>
<div class="sourceCode" id="cb6"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb6-1"><a href="#cb6-1" aria-hidden="true" tabindex="-1"></a><span class="fu">with</span>(mtcars, <span class="fu">plot</span>(wt, mpg))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><img src="README.markdown_strict_files/figure-markdown_strict/unnamed-chunk-1-1.png" class="img-fluid"></p>
<p><img src="images/modelsummary_montage.png" class="img-fluid"></p>


</section>
</section>
</section>

Expand Down
Loading

0 comments on commit 37799da

Please sign in to comment.