search for: nikhilm

Displaying 7 results from an estimated 7 matches for "nikhilm".

Did you mean: nikhil
2012 Dec 04
5
[LLVMdev] LLVM documentation work help
...nload window while I cannot. The uvbook link is put on http://username.github.com/... while the "make gh-pages" put them on https://github.com/username/...  How can I have the download link like uvbook example? A really good example of a book written with Sphinx is <https://github.com/nikhilm/uvbook>. Sphinx can then generate HTML <http://nikhilm.github.com/uvbook/index.html> or PDF <http://nikhilm.github.com/uvbook/An%20Introduction%20to%20libuv.pdf> My steps as follows, 1. I follow your one time procedure as follows, <https://help.github.com/articles/creating-pro...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
You may need a ".nojekyll" file. uvbook has one < https://github.com/nikhilm/uvbook/blob/gh-pages/.nojekyll>. Also see < https://help.github.com/articles/files-that-start-with-an-underscore-are-missing >. Let me know if that doesn't work. -- Sean Silva On Mon, Dec 3, 2012 at 9:15 PM, gamma_chen <gamma_chen at yahoo.com.tw> wrote: > Sean, > >...
2012 Dec 04
2
[LLVMdev] LLVM documentation work help
Sean, I add the empty file .nojekyll to https://github.com/Jonathan2251/lbd/tree/gh-pages and do "make gh-pages" again. It's the same. I check the uvbook has the gh-pages as mine as follows, https://github.com/nikhilm/uvbook/tree/gh-pages https://github.com/Jonathan2251/lbd/tree/gh-pages In addition to gh-pages, uvbook has the the other web site on http://nikhilm.github.com/uvbook/ I think, maybe the extra web site is created manually and copy the gh-pages to it. Or the extra http site (not https) is created...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...t. The uvbook link is put on http://username.github.com/... while > the "make gh-pages" put them on https://github.com/username/... How can I have > the download link like uvbook example? > > A really good example of a book written with Sphinx is <https://github.com/ > nikhilm/uvbook>. Sphinx can then generate HTML <http://nikhilm.github.com/ > uvbook/index.html> or PDF <http://nikhilm.github.com/uvbook/ > An%20Introduction%20to%20libuv.pdf> > > > > My steps as follows, > 1. I follow your one time procedure as follows, > <http...
2012 Dec 04
1
[LLVMdev] LLVM documentation work help
...t. The uvbook link is put on http://username.github.com/... while > the "make gh-pages" put them on https://github.com/username/...  How can I have > the download link like uvbook example? > > A really good example of a book written with Sphinx is <https://github.com/ > nikhilm/uvbook>. Sphinx can then generate HTML <http://nikhilm.github.com/ > uvbook/index.html> or PDF <http://nikhilm.github.com/uvbook/ > An%20Introduction%20to%20libuv.pdf> > > > > My steps as follows, > 1. I follow your one time procedure as follows, > <http...
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
...sting. The way that github pages works is that you make a git branch `gh-pages` which contains the generated HTML. They explain it better here <https://help.github.com/articles/creating-project-pages-manually>. You can see how uvbook does it by looking at their makefile <https://github.com/nikhilm/uvbook/blob/master/Makefile#L160>. It should be easy to reuse. I think that you should do this so that it is easy for anyone to read the book without leaving their browser. That will mean that more people read it and contribute. -- Sean Silva On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamm...
2012 Dec 03
3
[LLVMdev] LLVM documentation work help
Sean, The `.. code-block:: bash` is work. Thank your information. Currently, I can put reStructuredText files on github. But, your example uvbook seems put the html and pdf on different github directory. Do you put html and pdf on github with version control? Jonathan On 2012/12/3, at 上午7:43, Sean Silva <silvas at purdue.edu> wrote: > It looks like things are going well. > >