Skip to content

Commit

Permalink
build based on 8d77d5f
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 30, 2024
1 parent 6f4d042 commit 6092b8c
Show file tree
Hide file tree
Showing 8 changed files with 209 additions and 35 deletions.
4 changes: 2 additions & 2 deletions dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="icon" href="/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.23">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



Expand Down Expand Up @@ -414,7 +414,7 @@ <h1>404 - Not found</h1>
<script id="__config" type="application/json">{"base": "/", "features": ["content.code.copy", "content.code.annotate", "navigation.top", "navigation.footer", "search.highlight", "search.share", "search.suggest", "toc.follow", "header.autohide"], "search": "/assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="/assets/javascripts/bundle.ebd0bdb7.min.js"></script>
<script src="/assets/javascripts/bundle.081f42fc.min.js"></script>

<script src="/javascripts/mathjax.js"></script>

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


<link rel="icon" href="../../../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.23">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



Expand Down Expand Up @@ -760,7 +760,7 @@ <h2 id="str_subset"><code>str_subset()</code><a class="headerlink" href="#str_su
<script id="__config" type="application/json">{"base": "../../../..", "features": ["content.code.copy", "content.code.annotate", "navigation.top", "navigation.footer", "search.highlight", "search.share", "search.suggest", "toc.follow", "header.autohide"], "search": "../../../../assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="../../../../assets/javascripts/bundle.ebd0bdb7.min.js"></script>
<script src="../../../../assets/javascripts/bundle.081f42fc.min.js"></script>

<script src="../../../../javascripts/mathjax.js"></script>

Expand Down
11 changes: 9 additions & 2 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<link rel="icon" href="assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.23">
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.25">



Expand Down Expand Up @@ -426,6 +426,7 @@ <h2 id="tidierstrings">TidierStrings<a class="headerlink" href="#tidierstrings"
<li><code>str_detect()</code></li>
<li><code>str_replace()</code></li>
<li><code>str_replace_all()</code></li>
<li><code>str_replace_missing()</code></li>
<li><code>str_removal_all()</code></li>
<li><code>str_remove()</code></li>
<li><code>str_count()</code></li>
Expand All @@ -444,6 +445,12 @@ <h2 id="tidierstrings">TidierStrings<a class="headerlink" href="#tidierstrings"
<li><code>str_starts()</code></li>
<li><code>str_ends()</code></li>
<li><code>str_which()</code></li>
<li><code>str_flatten()</code></li>
<li><code>str_flatten_comma()</code></li>
<li><code>str_locate()</code></li>
<li><code>str_locate_all()</code></li>
<li><code>str_conv</code></li>
<li><code>str_like</code></li>
<li><code>word()</code></li>
</ul>

Expand Down Expand Up @@ -551,7 +558,7 @@ <h2 id="tidierstrings">TidierStrings<a class="headerlink" href="#tidierstrings"
<script id="__config" type="application/json">{"base": ".", "features": ["content.code.copy", "content.code.annotate", "navigation.top", "navigation.footer", "search.highlight", "search.share", "search.suggest", "toc.follow", "header.autohide"], "search": "assets/javascripts/workers/search.b8dbb3d2.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>


<script src="assets/javascripts/bundle.ebd0bdb7.min.js"></script>
<script src="assets/javascripts/bundle.081f42fc.min.js"></script>

<script src="javascripts/mathjax.js"></script>

Expand Down
Loading

0 comments on commit 6092b8c

Please sign in to comment.