Skip to content

Commit

Permalink
fix some file paths in schemes article
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur authored Nov 30, 2023
1 parent 24c6af0 commit d55efad
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/vignettes/schemes-with-repado.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ in the folder used in the `adopath()` option.

A simple implementation is as follows:
```
global myproject "/path/to/project/"
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 d55efad

Please sign in to comment.