Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3f8a933 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Dec 12, 2023
1 parent 01fc620 commit 287f64e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Field_Guide.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Flowing_with_the_Flow.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Introduction_and_Usage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Language_Interface.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Principles_of_Qi.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Qi_Forms.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Qi_Macros.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tutorial.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Using_These_Docs.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!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>1&nbsp;Using These Docs</title><link rel="stylesheet" type="text/css" href="scribble.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,&quot;tocview_0&quot;);">&#9660;</a></td><td></td><td><a href="index.html" class="tocviewlink" data-pltdoc="x">Qi:<span class="mywbr"> &nbsp;</span> An Embeddable Flow-<wbr></wbr>Oriented Language</a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1&nbsp;</td><td><a href="" class="tocviewselflink" data-pltdoc="x">Using These Docs</a></td></tr><tr><td align="right">2&nbsp;</td><td><a href="Introduction_and_Usage.html" class="tocviewlink" data-pltdoc="x">Introduction and Usage</a></td></tr><tr><td align="right">3&nbsp;</td><td><a href="Tutorial.html" class="tocviewlink" data-pltdoc="x">Tutorial</a></td></tr><tr><td align="right">4&nbsp;</td><td><a href="Language_Interface.html" class="tocviewlink" data-pltdoc="x">Language Interface</a></td></tr><tr><td align="right">5&nbsp;</td><td><a href="Qi_Forms.html" class="tocviewlink" data-pltdoc="x">The Qi Language</a></td></tr><tr><td align="right">6&nbsp;</td><td><a href="Qi_Macros.html" class="tocviewlink" data-pltdoc="x">Qi Macros</a></td></tr><tr><td align="right">7&nbsp;</td><td><a href="Field_Guide.html" class="tocviewlink" data-pltdoc="x">Field Guide</a></td></tr><tr><td align="right">8&nbsp;</td><td><a href="Principles_of_Qi.html" class="tocviewlink" data-pltdoc="x">Principles of Qi</a></td></tr><tr><td align="right">9&nbsp;</td><td><a href="When_Should_I_Use_Qi_.html" class="tocviewlink" data-pltdoc="x">When Should I Use Qi?</a></td></tr></table></div></div></div></div><div class="maincolumn"><div class="main"><div class="navsettop"><span class="navleft"><div class="nosearchform"></div>&nbsp;&nbsp;<span class="tocsettoggle">&nbsp;&nbsp;<a href="javascript:void(0);" title="show/hide table of contents" onclick="TocsetToggle();">contents</a></span></span><span class="navright">&nbsp;&nbsp;<a href="index.html" title="backward to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x" rel="prev">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="Introduction_and_Usage.html" title="forward to &quot;2 Introduction and Usage&quot;" data-pltdoc="x" rel="next">next &rarr;</a></span>&nbsp;</div><h3>1<tt>&nbsp;</tt><a name="(part._.Using_.These_.Docs)"></a>Using These Docs</h3><p><a href="Introduction_and_Usage.html" data-pltdoc="x">Introduction and Usage</a> provides a high-level overview and includes installation and setup instructions. Learn the language by going through the <a href="Tutorial.html" data-pltdoc="x">Tutorial</a>, and read <a href="When_Should_I_Use_Qi_.html" data-pltdoc="x">When Should I Use Qi?</a> for examples illustrating its use. The many ways in which Qi may be used from the host language (e.g. Racket), as well as the ways in which Qi may be used in tandem with other DSLs, are described in <a href="Language_Interface.html" data-pltdoc="x">Language Interface</a>. The various built-in forms of the language are documented in <a href="Qi_Forms.html" data-pltdoc="x">The Qi Language</a>, while <a href="Qi_Macros.html" data-pltdoc="x">Qi Macros</a> covers using macros to extend the language by adding new features or implementing new DSLs. <a href="Principles_of_Qi.html" data-pltdoc="x">Principles of Qi</a> provides a theoretical foundation to develop a sound intuition for Qi, and the <a href="Field_Guide.html" data-pltdoc="x">Field Guide</a> contains practical advice.</p><p>This site hosts <span class="emph">user</span> documentation. If you are interested in contributing to Qi development you may be interested in the <span class="emph">developer</span> documentation at the <a href="https://github.com/drym-org/qi/wiki">Qi Wiki</a>. The wiki is also your one-stop shop for keeping up with planned events in the Qi community.</p><div class="navsetbottom"><span class="navleft"><div class="nosearchform"></div>&nbsp;&nbsp;<span class="tocsettoggle">&nbsp;&nbsp;<a href="javascript:void(0);" title="show/hide table of contents" onclick="TocsetToggle();">contents</a></span></span><span class="navright">&nbsp;&nbsp;<a href="index.html" title="backward to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x" rel="prev">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="Introduction_and_Usage.html" title="forward to &quot;2 Introduction and Usage&quot;" data-pltdoc="x" rel="next">next &rarr;</a></span>&nbsp;</div></div></div><div id="contextindicator">&nbsp;</div></body></html>
<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>1&nbsp;Using These Docs</title><link rel="stylesheet" type="text/css" href="scribble.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,&quot;tocview_0&quot;);">&#9660;</a></td><td></td><td><a href="index.html" class="tocviewlink" data-pltdoc="x">Qi:<span class="mywbr"> &nbsp;</span> An Embeddable Flow-<wbr></wbr>Oriented Language</a></td></tr></table></div><div class="tocviewsublistonly" style="display: block;" id="tocview_0"><table cellspacing="0" cellpadding="0"><tr><td align="right">1&nbsp;</td><td><a href="" class="tocviewselflink" data-pltdoc="x">Using These Docs</a></td></tr><tr><td align="right">2&nbsp;</td><td><a href="Introduction_and_Usage.html" class="tocviewlink" data-pltdoc="x">Introduction and Usage</a></td></tr><tr><td align="right">3&nbsp;</td><td><a href="Tutorial.html" class="tocviewlink" data-pltdoc="x">Tutorial</a></td></tr><tr><td align="right">4&nbsp;</td><td><a href="Language_Interface.html" class="tocviewlink" data-pltdoc="x">Language Interface</a></td></tr><tr><td align="right">5&nbsp;</td><td><a href="Qi_Forms.html" class="tocviewlink" data-pltdoc="x">The Qi Language</a></td></tr><tr><td align="right">6&nbsp;</td><td><a href="Qi_Macros.html" class="tocviewlink" data-pltdoc="x">Qi Macros</a></td></tr><tr><td align="right">7&nbsp;</td><td><a href="Field_Guide.html" class="tocviewlink" data-pltdoc="x">Field Guide</a></td></tr><tr><td align="right">8&nbsp;</td><td><a href="Principles_of_Qi.html" class="tocviewlink" data-pltdoc="x">Principles of Qi</a></td></tr><tr><td align="right">9&nbsp;</td><td><a href="When_Should_I_Use_Qi_.html" class="tocviewlink" data-pltdoc="x">When Should I Use Qi?</a></td></tr><tr><td align="right">10&nbsp;</td><td><a href="Flowing_with_the_Flow.html" class="tocviewlink" data-pltdoc="x">Flowing with the Flow</a></td></tr></table></div></div></div></div><div class="maincolumn"><div class="main"><div class="navsettop"><span class="navleft"><div class="nosearchform"></div>&nbsp;&nbsp;<span class="tocsettoggle">&nbsp;&nbsp;<a href="javascript:void(0);" title="show/hide table of contents" onclick="TocsetToggle();">contents</a></span></span><span class="navright">&nbsp;&nbsp;<a href="index.html" title="backward to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x" rel="prev">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="Introduction_and_Usage.html" title="forward to &quot;2 Introduction and Usage&quot;" data-pltdoc="x" rel="next">next &rarr;</a></span>&nbsp;</div><h3>1<tt>&nbsp;</tt><a name="(part._.Using_.These_.Docs)"></a>Using These Docs</h3><p><a href="Introduction_and_Usage.html" data-pltdoc="x">Introduction and Usage</a> provides a high-level overview and includes installation and setup instructions. Learn the language by going through the <a href="Tutorial.html" data-pltdoc="x">Tutorial</a>, and read <a href="When_Should_I_Use_Qi_.html" data-pltdoc="x">When Should I Use Qi?</a> for examples illustrating its use. The many ways in which Qi may be used from the host language (e.g. Racket), as well as the ways in which Qi may be used in tandem with other DSLs, are described in <a href="Language_Interface.html" data-pltdoc="x">Language Interface</a>. The various built-in forms of the language are documented in <a href="Qi_Forms.html" data-pltdoc="x">The Qi Language</a>, while <a href="Qi_Macros.html" data-pltdoc="x">Qi Macros</a> covers using macros to extend the language by adding new features or implementing new DSLs. <a href="Principles_of_Qi.html" data-pltdoc="x">Principles of Qi</a> provides a theoretical foundation to develop a sound intuition for Qi, and the <a href="Field_Guide.html" data-pltdoc="x">Field Guide</a> contains practical advice.</p><p>This site hosts <span class="emph">user</span> documentation. If you are interested in contributing to Qi development you may be interested in the <span class="emph">developer</span> documentation at the <a href="https://github.com/drym-org/qi/wiki">Qi Wiki</a>. The wiki is also your one-stop shop for keeping up with planned events in the Qi community.</p><div class="navsetbottom"><span class="navleft"><div class="nosearchform"></div>&nbsp;&nbsp;<span class="tocsettoggle">&nbsp;&nbsp;<a href="javascript:void(0);" title="show/hide table of contents" onclick="TocsetToggle();">contents</a></span></span><span class="navright">&nbsp;&nbsp;<a href="index.html" title="backward to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x" rel="prev">&larr; prev</a>&nbsp;&nbsp;<a href="index.html" title="up to &quot;Qi: An Embeddable Flow-Oriented Language&quot;" data-pltdoc="x">up</a>&nbsp;&nbsp;<a href="Introduction_and_Usage.html" title="forward to &quot;2 Introduction and Usage&quot;" data-pltdoc="x" rel="next">next &rarr;</a></span>&nbsp;</div></div></div><div id="contextindicator">&nbsp;</div></body></html>
2 changes: 1 addition & 1 deletion When_Should_I_Use_Qi_.html

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit 287f64e

Please sign in to comment.