search for: 20introduction

Displaying 8 results from an estimated 8 matches for "20introduction".

2012 Dec 04
5
[LLVMdev] LLVM documentation work help
...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-project-pages-manually>. 2. make gh-pages (I modify file Makefile for my document name before do this) Jonathan --- 12/12/3 (一),Sean Silva <silvas at...
2005 Sep 20
3
Strange Result using weightedMedian
Dear all, I found a strange result using R's weightedMedian function. Consider the following: > x <- c (0.2, 0.3, 0.5) > w <- c (1,1,2) > weightedMedian(x,w) > 0.3666 In cases like above, when the weights are integers, one could argue that the weighted median should be the same as the standard median with the elements repeated according to their weights. This is
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...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-project-pages-manually>. > 2. make gh-pages (I modify file Makefile for my document name before do > this) > > Jonatha...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...> 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-project-pages-manually>. > 2. make gh-pages (I modify file Makefile for my document name before do this) > > Jonathan...
2012 Dec 04
1
[LLVMdev] LLVM documentation work help
...> 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-project-pages-manually>. > 2. make gh-pages (I modify file Makefile for my document name before do this) > > Jonathan...
2012 Dec 04
2
[LLVMdev] LLVM documentation work help
...om/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-project-pages-manually>. 2. make gh-pages (I modify file Makefile for my document name before do this) Jonathan --- 12/12/3 (一),Sean Silva <silvas a...
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
Let me explain how uvbook does it. They use a feature of github called "github pages", which provides small static website hosting. 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
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. > >