Skip to content

Commit

Permalink
build based on e7e0004
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed May 16, 2024
1 parent 05c3af4 commit 6f4d042
Show file tree
Hide file tree
Showing 10 changed files with 174 additions and 50 deletions.
6 changes: 3 additions & 3 deletions dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


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



<title>TidierStrings.jl</title>



<link rel="stylesheet" href="/assets/stylesheets/main.732c4fb1.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
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.5cfa9459.min.js"></script>
<script src="/assets/javascripts/bundle.ebd0bdb7.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.

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,15 +20,15 @@


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



<title>Supported Functions - TidierStrings.jl</title>



<link rel="stylesheet" href="../../../../assets/stylesheets/main.732c4fb1.min.css">
<link rel="stylesheet" href="../../../../assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="../../../../assets/stylesheets/palette.06af60db.min.css">
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.5cfa9459.min.js"></script>
<script src="../../../../assets/javascripts/bundle.ebd0bdb7.min.js"></script>

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

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


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



<title>TidierStrings.jl</title>



<link rel="stylesheet" href="assets/stylesheets/main.732c4fb1.min.css">
<link rel="stylesheet" href="assets/stylesheets/main.6543a935.min.css">


<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -441,6 +441,9 @@ <h2 id="tidierstrings">TidierStrings<a class="headerlink" href="#tidierstrings"
<li><code>str_trim()</code></li>
<li><code>str_subset()</code></li>
<li><code>str_unique()</code></li>
<li><code>str_starts()</code></li>
<li><code>str_ends()</code></li>
<li><code>str_which()</code></li>
<li><code>word()</code></li>
</ul>

Expand Down Expand Up @@ -548,7 +551,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.5cfa9459.min.js"></script>
<script src="assets/javascripts/bundle.ebd0bdb7.min.js"></script>

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

Expand Down
Loading

0 comments on commit 6f4d042

Please sign in to comment.