-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0f5df25
Showing
8 changed files
with
2,579 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=0.8"/><title>raco-run</title><link rel="stylesheet" type="text/css" href="scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="racket.css" title="default"/><link rel="stylesheet" type="text/css" href="manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="manual-racket.css" title="default"/><script type="text/javascript" src="scribble-common.js"></script><script type="text/javascript" src="manual-racket.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="scribble-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;"><a href="javascript:void(0);" title="Expand/Collapse" class="tocviewtoggle" onclick="TocviewToggle(this,"tocview_0");">►</a></td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x">raco-<wbr></wbr>run</a></td></tr></table></div><div class="tocviewsublistonly" style="display: none;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1 </td><td><a href="#%28part._raco-run-cmd%29" class="tocviewlink" data-pltdoc="x"><span class="stt">raco run</span></a></td></tr></table></div></div></div><div class="tocsub"><table class="tocsublist" cellspacing="0"><tr><td><span class="tocsublinknumber"></span><a href="#%28part._raco-run%29" class="tocsubseclink" data-pltdoc="x">raco-<wbr></wbr>run</a></td></tr><tr><td><span class="tocsublinknumber">1<tt> </tt></span><a href="#%28part._raco-run-cmd%29" class="tocsubseclink" data-pltdoc="x"><span class="stt">raco run</span></a></td></tr></table></div></div><div class="maincolumn"><div class="main"><div class="versionbox"><span class="versionNoNav">8.11</span></div><h2><a name="(part._raco-run)"></a>raco-run</h2><div class="SAuthorListBox"><span class="SAuthorList"><p class="author">Sam Phillips <<a href="mailto:[email protected]">[email protected]</a>></p></span></div><p><a href="https://github.com/samdphillips/raco-run"><span class="url">https://github.com/samdphillips/raco-run</span></a></p><p>Provides a <span class="stt">raco run</span> sub-command for executing submodules.</p><h3>1<tt> </tt><a name="(part._raco-run-cmd)"></a><span class="stt">raco run</span></h3><p><a href="#%28part._raco-run-cmd%29" class="plainlink" data-pltdoc="x"><span class="stt">raco run</span></a> | ||
<span class="sroman">‹<span style="font-style: italic">module</span>›</span> <span class="sroman">‹<span style="font-style: italic">submodule</span>›</span> <span class="sroman">‹<span style="font-style: italic">arguments</span>›</span> ... | ||
—<wbr></wbr> Runs the <span class="sroman">‹<span style="font-style: italic">submodule</span>›</span> of <span class="sroman">‹<span style="font-style: italic">module</span>›</span> setting | ||
<span class="RktSym"><a href="http://pkg-build.racket-lang.org/doc/reference/runtime.html#%28def._%28%28quote._~23~25kernel%29._current-command-line-arguments%29%29" class="RktValLink" data-pltdoc="x">current-command-line-arguments</a></span> to <span class="sroman">‹<span style="font-style: italic">arguments</span>›</span>. If | ||
<span class="sroman">‹<span style="font-style: italic">module</span>›</span> appears to be a file path (the name ends with <span class="RktVal">".rkt"</span> | ||
and is a file that exists) then that file is used as the parent module. | ||
Otherwise the <span class="sroman">‹<span style="font-style: italic">module</span>›</span> is treated as a collection path.</p></div></div><div id="contextindicator"> </div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,326 @@ | ||
/* See the beginning of "manual.css". */ | ||
|
||
/* Monospace: */ | ||
|
||
.RktIn, .RktRdr, .RktPn, .RktMeta, | ||
.RktMod, .RktKw, .RktVar, .RktSym, | ||
.RktRes, .RktOut, .RktCmt, .RktVal, | ||
.RktBlk, .RktErr { | ||
font-family: 'Fira-Mono', monospace; | ||
white-space: inherit; | ||
font-size: 1rem; | ||
line-height: 1.5; | ||
|
||
} | ||
|
||
/* this selctor grabs the first linked Racket symbol | ||
in a definition box (i.e., the symbol being defined) */ | ||
a.RktValDef, a.RktStxDef, a.RktSymDef, | ||
span.RktValDef, span.RktStxDef, span.RktSymDef | ||
{ | ||
font-size: 1.1rem; | ||
color: black; | ||
font-weight: 500; | ||
} | ||
|
||
|
||
.inheritedlbl { | ||
font-family: 'Fira', sans-serif; | ||
} | ||
|
||
.RBackgroundLabelInner { | ||
font-family: inherit; | ||
} | ||
|
||
/* ---------------------------------------- */ | ||
/* Inherited methods, left margin */ | ||
|
||
.inherited { | ||
width: 95%; | ||
margin-top: 0.5em; | ||
text-align: left; | ||
background-color: inherit; | ||
} | ||
|
||
.inherited td { | ||
font-size: 82%; | ||
padding-left: 0.5rem; | ||
line-height: 1.3; | ||
text-indent: 0; | ||
padding-right: 0; | ||
} | ||
|
||
.inheritedlbl { | ||
font-style: normal; | ||
} | ||
|
||
/* ---------------------------------------- */ | ||
/* Racket text styles */ | ||
|
||
.RktIn { | ||
color: #cc6633; | ||
background-color: #eee; | ||
white-space: pre; | ||
} | ||
|
||
.RktInBG { | ||
background-color: #eee; | ||
} | ||
|
||
|
||
.refcolumn .RktInBG { | ||
background-color: white; | ||
} | ||
|
||
.RktRdr { | ||
} | ||
|
||
.RktPn { | ||
color: #843c24; | ||
} | ||
|
||
.RktMeta { | ||
color: black; | ||
} | ||
|
||
.RktMod { | ||
color: inherit; | ||
} | ||
|
||
.RktOpt { | ||
color: black; | ||
font-style: italic; | ||
} | ||
|
||
.RktKw { | ||
color: black; | ||
} | ||
|
||
.RktErr { | ||
color: red; | ||
font-style: italic; | ||
font-weight: 400; | ||
} | ||
|
||
.RktVar { | ||
position: relative; | ||
left: -1px; font-style: italic; | ||
color: #444; | ||
} | ||
|
||
.SVInsetFlow .RktVar { | ||
font-weight: 400; | ||
color: #444; | ||
} | ||
|
||
|
||
.RktSym { | ||
color: inherit; | ||
} | ||
|
||
|
||
|
||
.RktValLink, .RktStxLink, .RktModLink { | ||
text-decoration: none; | ||
color: #07A; | ||
font-size: 1rem; | ||
} | ||
|
||
/* for syntax links within headings */ | ||
h2 a.RktStxLink, h3 a.RktStxLink, h4 a.RktStxLink, h5 a.RktStxLink, | ||
h2 a.RktValLink, h3 a.RktValLink, h4 a.RktValLink, h5 a.RktValLink, | ||
h2 .RktSym, h3 .RktSym, h4 .RktSym, h5 .RktSym, | ||
h2 .RktMod, h3 .RktMod, h4 .RktMod, h5 .RktMod, | ||
h2 .RktVal, h3 .RktVal, h4 .RktVal, h5 .RktVal, | ||
h2 .RktPn, h3 .RktPn, h4 .RktPn, h5 .RktPn { | ||
color: #333; | ||
font-size: 1.50rem; | ||
font-weight: 400; | ||
} | ||
|
||
.toptoclink .RktStxLink, .toclink .RktStxLink, | ||
.toptoclink .RktValLink, .toclink .RktValLink, | ||
.toptoclink .RktModLink, .toclink .RktModLink { | ||
color: inherit; | ||
} | ||
|
||
.tocset .RktValLink, .tocset .RktStxLink, .tocset .RktModLink, .tocset .RktSym { | ||
color: black; | ||
font-weight: 400; | ||
font-size: 0.9rem; | ||
} | ||
|
||
.tocset td a.tocviewselflink .RktValLink, | ||
.tocset td a.tocviewselflink .RktStxLink, | ||
.tocset td a.tocviewselflink .RktMod, | ||
.tocset td a.tocviewselflink .RktSym { | ||
font-weight: lighter; | ||
color: white; | ||
} | ||
|
||
|
||
.RktRes { | ||
color: #0000af; | ||
} | ||
|
||
.RktOut { | ||
color: #960096; | ||
} | ||
|
||
.RktCmt { | ||
color: #c2741f; | ||
} | ||
|
||
.RktVal { | ||
color: #228b22; | ||
} | ||
|
||
/* ---------------------------------------- */ | ||
/* Some inline styles */ | ||
|
||
.together { /* for definitions grouped together in one box */ | ||
width: 100%; | ||
border-top: 2px solid white; | ||
} | ||
|
||
tbody > tr:first-child > td > .together { | ||
border-top: 0px; /* erase border on first instance of together */ | ||
} | ||
|
||
.RktBlk { | ||
white-space: pre; | ||
text-align: left; | ||
} | ||
|
||
.highlighted { | ||
font-size: 1rem; | ||
background-color: #fee; | ||
} | ||
|
||
.defmodule { | ||
font-family: 'Fira-Mono', monospace; | ||
padding: 0.25rem 0.75rem 0.25rem 0.5rem; | ||
margin-bottom: 1rem; | ||
width: 100%; | ||
background-color: #ebf0f4; | ||
} | ||
|
||
.defmodule a { | ||
color: #444; | ||
} | ||
|
||
|
||
.defmodule td span.hspace:first-child { | ||
position: absolute; | ||
width: 0; | ||
display: inline-block; | ||
} | ||
|
||
.defmodule .RpackageSpec .Smaller, | ||
.defmodule .RpackageSpec .stt { | ||
font-size: 1rem; | ||
} | ||
|
||
/* make parens ordinary color in defmodule */ | ||
.defmodule .RktPn { | ||
color: inherit; | ||
} | ||
|
||
.specgrammar { | ||
float: none; | ||
padding-left: 1em; | ||
} | ||
|
||
|
||
.RBibliography td { | ||
vertical-align: text-top; | ||
padding-top: 1em; | ||
} | ||
|
||
.leftindent { | ||
margin-left: 2rem; | ||
margin-right: 0em; | ||
} | ||
|
||
.insetpara { | ||
margin-left: 1em; | ||
margin-right: 1em; | ||
} | ||
|
||
.SCodeFlow .Rfilebox { | ||
margin-left: -1em; /* see 17.2 of guide, module languages */ | ||
} | ||
|
||
.Rfiletitle { | ||
text-align: right; | ||
background-color: #eee; | ||
} | ||
|
||
.SCodeFlow .Rfiletitle { | ||
border-top: 1px dotted gray; | ||
border-right: 1px dotted gray; | ||
} | ||
|
||
|
||
.Rfilename { | ||
border-top: 0; | ||
border-right: 0; | ||
padding-left: 0.5em; | ||
padding-right: 0.5em; | ||
background-color: inherit; | ||
} | ||
|
||
.Rfilecontent { | ||
margin: 0.5em; | ||
} | ||
|
||
.RpackageSpec { | ||
padding-right: 0; | ||
} | ||
|
||
/* ---------------------------------------- */ | ||
/* For background labels */ | ||
|
||
.RBackgroundLabel { | ||
float: right; | ||
width: 0px; | ||
height: 0px; | ||
} | ||
|
||
.RBackgroundLabelInner { | ||
position: relative; | ||
width: 25em; | ||
left: -25.5em; | ||
top: 0.20rem; /* sensitive to monospaced font choice */ | ||
text-align: right; | ||
z-index: 0; | ||
font-weight: 300; | ||
font-family: 'Fira-Mono', monospace; | ||
font-size: 0.9rem; | ||
color: gray; | ||
} | ||
|
||
|
||
.RpackageSpec .Smaller { | ||
font-weight: 300; | ||
font-family: 'Fira-Mono', monospace; | ||
font-size: 0.9rem; | ||
} | ||
|
||
.RForeground { | ||
position: relative; | ||
left: 0px; | ||
top: 0px; | ||
z-index: 1; | ||
} | ||
|
||
/* ---------------------------------------- */ | ||
/* For section source modules & tags */ | ||
|
||
.RPartExplain { | ||
background: #eee; | ||
font-size: 0.9rem; | ||
margin-top: 0.2rem; | ||
padding: 0.2rem; | ||
text-align: left; | ||
} |
Oops, something went wrong.