Skip to content

Commit

Permalink
Deploying to gh-pages from @ d55efad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Nov 30, 2023
1 parent d846af7 commit 3c4383f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions docs/articles/schemes-with-repado.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ <h1 class="title">schemes-with-repado.md</h1>
<h1>Using custom schemes when using <code>repado</code></h1>
<p>The recommended installation location for custom schemes is the <code>PERSONAL</code> folder. If you are using <code>repado</code> in <code>nostrict</code> mode, then this is not an issue as the <code>PERSONAL</code> folder is still accessible. However, if you are using <code>repado</code> in <code>strict</code> mode, then the <code>PERSONAL</code> folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the <code>adopath()</code> option.</p>
<p>A simple implementation is as follows:</p>
<pre><code>global myproject "/path/to/project/"
<pre><code> global myproject "/path/to/project/"
repado , adopath("${myproject}/ado") mode(strict)

repado , adopath("${myproject}/ado/") mode(strict)

copy "https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme" ///
"${repkit}/src/tests/plus-ado/scheme-uncluttered.scheme" , replace
local url "https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme"
copy "`url" "${myproject}/ado/scheme-uncluttered.scheme" , replace

set scheme uncluttered , perm
graph set eps fontface "Helvetica"
Expand Down
4 changes: 2 additions & 2 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"href": "articles/schemes-with-repado.html",
"title": "schemes-with-repado.md",
"section": "",
"text": "The recommended installation location for custom schemes is the PERSONAL folder. If you are using repado in nostrict mode, then this is not an issue as the PERSONAL folder is still accessible. However, if you are using repado in strict mode, then the PERSONAL folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the adopath() option.\nA simple implementation is as follows:\nglobal myproject \"/path/to/project/\"\n\nrepado , adopath(\"${myproject}/ado/\") mode(strict)\n\ncopy \"https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme\" ///\n \"${repkit}/src/tests/plus-ado/scheme-uncluttered.scheme\" , replace\n\n set scheme uncluttered , perm\n graph set eps fontface \"Helvetica\"\n\n sysuse auto, clear\n scatter price mpg\nThis means that, by installing the project’s scheme in the project-specific ado-folder, you will ensure that all project members and replicators are guaranteed exactly-matching outputs."
"text": "The recommended installation location for custom schemes is the PERSONAL folder. If you are using repado in nostrict mode, then this is not an issue as the PERSONAL folder is still accessible. However, if you are using repado in strict mode, then the PERSONAL folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the adopath() option.\nA simple implementation is as follows:\n global myproject \"/path/to/project/\"\n repado , adopath(\"${myproject}/ado\") mode(strict)\n\n local url \"https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme\" \n copy \"`url\" \"${myproject}/ado/scheme-uncluttered.scheme\" , replace\n\n set scheme uncluttered , perm\n graph set eps fontface \"Helvetica\"\n\n sysuse auto, clear\n scatter price mpg\nThis means that, by installing the project’s scheme in the project-specific ado-folder, you will ensure that all project members and replicators are guaranteed exactly-matching outputs."
},
{
"objectID": "reference/index.html",
Expand Down Expand Up @@ -95,6 +95,6 @@
"href": "src/vignettes/schemes-with-repado.html",
"title": "repkit",
"section": "",
"text": "The recommended installation location for custom schemes is the PERSONAL folder. If you are using repado in nostrict mode, then this is not an issue as the PERSONAL folder is still accessible. However, if you are using repado in strict mode, then the PERSONAL folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the adopath() option.\nA simple implementation is as follows:\nglobal myproject \"/path/to/project/\"\n\nrepado , adopath(\"${myproject}/ado/\") mode(strict)\n\ncopy \"https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme\" ///\n \"${repkit}/src/tests/plus-ado/scheme-uncluttered.scheme\" , replace\n\n set scheme uncluttered , perm\n graph set eps fontface \"Helvetica\"\n\n sysuse auto, clear\n scatter price mpg\nThis means that, by installing the project’s scheme in the project-specific ado-folder, you will ensure that all project members and replicators are guaranteed exactly-matching outputs."
"text": "The recommended installation location for custom schemes is the PERSONAL folder. If you are using repado in nostrict mode, then this is not an issue as the PERSONAL folder is still accessible. However, if you are using repado in strict mode, then the PERSONAL folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the adopath() option.\nA simple implementation is as follows:\n global myproject \"/path/to/project/\"\n repado , adopath(\"${myproject}/ado\") mode(strict)\n\n local url \"https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme\" \n copy \"`url\" \"${myproject}/ado/scheme-uncluttered.scheme\" , replace\n\n set scheme uncluttered , perm\n graph set eps fontface \"Helvetica\"\n\n sysuse auto, clear\n scatter price mpg\nThis means that, by installing the project’s scheme in the project-specific ado-folder, you will ensure that all project members and replicators are guaranteed exactly-matching outputs."
}
]
9 changes: 4 additions & 5 deletions docs/src/vignettes/schemes-with-repado.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@ <h2 id="toc-title">On this page</h2>
<h1>Using custom schemes when using <code>repado</code></h1>
<p>The recommended installation location for custom schemes is the <code>PERSONAL</code> folder. If you are using <code>repado</code> in <code>nostrict</code> mode, then this is not an issue as the <code>PERSONAL</code> folder is still accessible. However, if you are using <code>repado</code> in <code>strict</code> mode, then the <code>PERSONAL</code> folder is no longer accessible. In this case we recommend installing the custom schemes in the folder used in the <code>adopath()</code> option.</p>
<p>A simple implementation is as follows:</p>
<pre><code>global myproject "/path/to/project/"
<pre><code> global myproject "/path/to/project/"
repado , adopath("${myproject}/ado") mode(strict)

repado , adopath("${myproject}/ado/") mode(strict)

copy "https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme" ///
"${repkit}/src/tests/plus-ado/scheme-uncluttered.scheme" , replace
local url "https://github.com/graykimbrough/uncluttered-stata-graphs/raw/master/schemes/scheme-uncluttered.scheme"
copy "`url" "${myproject}/ado/scheme-uncluttered.scheme" , replace

set scheme uncluttered , perm
graph set eps fontface "Helvetica"
Expand Down

0 comments on commit 3c4383f

Please sign in to comment.