<div dir="ltr"><div>Also, the github wiki pages can be placed in the project repo:<br><a href="http://stackoverflow.com/questions/6941688/how-to-integrate-a-github-wiki-into-the-main-project">http://stackoverflow.com/questions/6941688/how-to-integrate-a-github-wiki-into-the-main-project</a><br>

</div><div>but that&#39;s still markdown syntax. I&#39;m not sure if it allows for plain html.<br></div><div><br></div>Laurent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 27, 2013 at 5:14 AM, Greg Hendershott <span dir="ltr">&lt;<a href="mailto:greghendershott@gmail.com" target="_blank">greghendershott@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Another option would be to generate Markdown files, which GitHub does<br>
display nicely for a repo&#39;s normal branch(es) (not just the &quot;gh-pages&quot;<br>
branch).<br>
<br>
For a smallish project, it might be OK for all its documentation to be<br>
the repo&#39;s README.md. Which you could generate from a README.scrbl<br>
file: Racket 5.3.2 added a --markdown flag to the Scribble<br>
command-line tool.<br>
<br>
Or if you prefer a simpler README.md, it could link to one or more<br>
separate Markdown files in the repo.<br>
<br>
(This isn&#39;t the answer for very big and/or complicated docs. And it<br>
might not even be the long-term answer for smaller ones. But it&#39;s an<br>
another option.)<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Feb 26, 2013 at 8:09 AM, Laurent &lt;<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>&gt; wrote:<br>
&gt; Just in case this can help, there is githubpreview, and maybe pages.github:<br>
&gt; <a href="http://stackoverflow.com/questions/8446218/how-to-see-an-html-page-on-github-as-a-normal-rendered-html-page-to-see-preview" target="_blank">http://stackoverflow.com/questions/8446218/how-to-see-an-html-page-on-github-as-a-normal-rendered-html-page-to-see-preview</a><br>


&gt;<br>
&gt; Haven&#39;t tried, but I suppose it&#39;s probably not the perfect solution.<br>
&gt; Laurent<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Feb 26, 2013 at 1:34 PM, Jay McCarthy &lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; This is one of the items on the list of future work:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://docs.racket-lang.org/planet2/Future_Plans.html#%28part._.Long_.Term%29" target="_blank">http://docs.racket-lang.org/planet2/Future_Plans.html#%28part._.Long_.Term%29</a><br>
&gt;&gt;<br>
&gt;&gt; It&#39;s not trivial because (a) the package system only ships source, not<br>
&gt;&gt; compiled things like docs; (b) packages can have many Scribble documents as<br>
&gt;&gt; their documentation; and (c) the main distribution mechanism, Github, is<br>
&gt;&gt; designed for source and not HTML. Obviously it would be trivial to allow<br>
&gt;&gt; package authors to add a link in their package description to docs<br>
&gt;&gt; somewhere, but that wouldn&#39;t be very robust and would put a lot of work on<br>
&gt;&gt; them.<br>
&gt;&gt;<br>
&gt;&gt; Jay<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Feb 25, 2013 at 10:39 AM, Michael Wilber &lt;<a href="mailto:mwilber@uccs.edu">mwilber@uccs.edu</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hey there!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Is there any convention for linking to docs from planet2&#39;s online list<br>
&gt;&gt;&gt; of packages?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; E.g. as a user, it would be nice to have a &quot;Click here to see<br>
&gt;&gt;&gt; documentation&quot; link from, say,<br>
&gt;&gt;&gt; <a href="https://pkg.racket-lang.org/info/disassemble" target="_blank">https://pkg.racket-lang.org/info/disassemble</a> that either links to the<br>
&gt;&gt;&gt; scribbled docs in the source or to a URL specified by the package author<br>
&gt;&gt;&gt; in info.rkt or somewhere.<br>
&gt;&gt;&gt; ____________________<br>
&gt;&gt;&gt;   Racket Users list:<br>
&gt;&gt;&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
&gt;&gt; Assistant Professor / Brigham Young University<br>
&gt;&gt; <a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
&gt;&gt;<br>
&gt;&gt; &quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
&gt;&gt;<br>
&gt;&gt; ____________________<br>
&gt;&gt;   Racket Users list:<br>
&gt;&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; ____________________<br>
&gt;   Racket Users list:<br>
&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
&gt;<br>
</div></div></blockquote></div><br></div>