<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's still markdown syntax. I'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"><<a href="mailto:greghendershott@gmail.com" target="_blank">greghendershott@gmail.com</a>></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's normal branch(es) (not just the "gh-pages"<br>
branch).<br>
<br>
For a smallish project, it might be OK for all its documentation to be<br>
the repo'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'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's an<br>
another option.)<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Feb 26, 2013 at 8:09 AM, Laurent <<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>> wrote:<br>
> Just in case this can help, there is githubpreview, and maybe pages.github:<br>
> <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>
><br>
> Haven't tried, but I suppose it's probably not the perfect solution.<br>
> Laurent<br>
><br>
><br>
> On Tue, Feb 26, 2013 at 1:34 PM, Jay McCarthy <<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>><br>
> wrote:<br>
>><br>
>> This is one of the items on the list of future work:<br>
>><br>
>><br>
>> <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>
>><br>
>> It's not trivial because (a) the package system only ships source, not<br>
>> compiled things like docs; (b) packages can have many Scribble documents as<br>
>> their documentation; and (c) the main distribution mechanism, Github, is<br>
>> designed for source and not HTML. Obviously it would be trivial to allow<br>
>> package authors to add a link in their package description to docs<br>
>> somewhere, but that wouldn't be very robust and would put a lot of work on<br>
>> them.<br>
>><br>
>> Jay<br>
>><br>
>><br>
>> On Mon, Feb 25, 2013 at 10:39 AM, Michael Wilber <<a href="mailto:mwilber@uccs.edu">mwilber@uccs.edu</a>> wrote:<br>
>>><br>
>>> Hey there!<br>
>>><br>
>>> Is there any convention for linking to docs from planet2's online list<br>
>>> of packages?<br>
>>><br>
>>> E.g. as a user, it would be nice to have a "Click here to see<br>
>>> documentation" link from, say,<br>
>>> <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>
>>> scribbled docs in the source or to a URL specified by the package author<br>
>>> in info.rkt or somewhere.<br>
>>> ____________________<br>
>>> Racket Users list:<br>
>>> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
>><br>
>><br>
>><br>
>><br>
>> --<br>
>> Jay McCarthy <<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>><br>
>> Assistant Professor / Brigham Young University<br>
>> <a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
>><br>
>> "The glory of God is Intelligence" - D&C 93<br>
>><br>
>> ____________________<br>
>> Racket Users list:<br>
>> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
>><br>
><br>
><br>
> ____________________<br>
> Racket Users list:<br>
> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
</div></div></blockquote></div><br></div>