search for: restructuredtext

Displaying 20 results from an estimated 59 matches for "restructuredtext".

2012 Nov 29
2
[LLVMdev] LLVM documentation work help
Sean, By try, I seems realize the github.com is free for register. So, just ignore my last mail. Anoushe, You can register with email and get an account on https://github.com/ I have put the our document reStructuredText on git.hub.com. You can clone it without register. After you get an account and I add it to collaborators, then you can do check in with our project as follows, https://github.com/Jonathan2251/lbd.git Jonathan On 2012/11/29, at 下午7:13, Sean Silva <silvas at purdue.edu> wrote: >> I a...
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. > > One s...
2012 Nov 29
2
[LLVMdev] LLVM documentation work help
Sean, I am happy to introduce Anoushe, my llvm backend documentation work helper for English and edit. Is it possible, me and Anoushe can get a git free space and access right for the reStructuredText files (include .png pictures) of me and Anoushe create in future? If not allowed. Can we hand over the reStructuredText files, and put to git server through you? Best regards Jonathan
2012 Nov 29
0
[LLVMdev] LLVM documentation work help
> I am happy to introduce Anoushe, my llvm backend documentation work helper for English and edit. Awesome! Great to see people helping out. Thank you both for working on this. > Is it possible, me and Anoushe can get a git free space and access right for the reStructuredText files (include .png pictures) of me and Anoushe create in future? If not allowed. Can we hand over the reStructuredText files, and put to git server through you? I would suggest that you create a git repository on github. LLVM itself does not have any git servers except for hosting the SVN mirror....
2018 Mar 29
4
[RFC] Markdown for documentation
There's been some desire recently to start writing documentation in Markdown instead of reStructuredText. I put up a [patch]( https://reviews.llvm.org/D44910) for that, but we should figure out a policy on how we want our documentation written first. The desire to use Markdown comes mostly from it being simpler, and having much wider adoption. It does lack some of the feature that reStructuredText h...
2012 Dec 03
0
[LLVMdev] LLVM documentation work help
...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 <gamma_chen at yahoo.com.tw> wrote: > 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 ar...
2012 Dec 02
0
[LLVMdev] LLVM documentation work help
...han <gamma_chen at yahoo.com.tw> wrote: > Sean, > > By try, I seems realize the github.com is free for register. So, just ignore my last mail. > > Anoushe, > > You can register with email and get an account on > https://github.com/ > > I have put the our document reStructuredText on git.hub.com. You can clone it without register. > After you get an account and I add it to collaborators, then you can do check in with our project as follows, > > https://github.com/Jonathan2251/lbd.git > > Jonathan > > On 2012/11/29, at 下午7:13, Sean Silva <silvas at pur...
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Hello list, I use LLVM's vimrc and found that this setting below is useful when editing of reStructuredText file. llvm/utils/vim/vimrc " Enable syntax highlighting for reStructuredText files. To use, copy " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) " to ~/.vim/syntax . augroup filetype au! BufRead,BufNewFile *.rst set filetype=rest augroup END Now LLVM and C...
2012 Dec 04
5
[LLVMdev] LLVM documentation work help
...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 <gamma_chen at yahoo.com.tw> wrote: > 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 ar...
2018 Mar 29
0
[RFC] Markdown for documentation
...s Markdown, great, let's do it. We can migrate docs from .rst to .md easily over time. On Thu, Mar 29, 2018 at 1:26 PM Michael Spencer via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There's been some desire recently to start writing documentation in > Markdown instead of reStructuredText. I put up a [patch]( > https://reviews.llvm.org/D44910) for that, but we should figure out a > policy on how we want our documentation written first. > > The desire to use Markdown comes mostly from it being simpler, and having > much wider adoption. It does lack some of the feature...
2010 Aug 09
1
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...; documentation, written by Georg Brandl and licensed under the BSD license. > > It was originally created for the new Python documentation, and it has > excellent facilities for the documentation of Python projects, but C/C++ is > already supported as well. > > Sphinx uses reStructuredText as its markup language, and many of its strengths > come from the power and straightforwardness of reStructuredText and its > parsing and translating suite, the Docutils. > > > What Does Sphinx Do For LLVM? > ----------------------------- > > * Creates a unified docume...
2018 Mar 29
2
[RFC] Markdown for documentation
...o .md easily over time. > > On Thu, Mar 29, 2018 at 1:26 PM Michael Spencer via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > There's been some desire recently to start writing documentation > in Markdown instead of reStructuredText. I put up a > [patch](https://reviews.llvm.org/D44910) for that, but we should > figure out a policy on how we want our documentation written first. > > The desire to use Markdown comes mostly from it being simpler, and > having much wider adoption.  It does lack some...
2007 Jan 09
1
Pandoc 0.3
I'm pleased to announce the release of Pandoc 0.3, with many improvements and bug fixes. Highlights: - A real markdown parser, not based on regex substitutions. - [More accurate] and [faster], in many cases, than Markdown.pl. - Multiple output formats--HTML, Docbook, LaTeX, reStructuredText, RTF, S5 slide shows--all generated natively, with no XSLT postprocessing. - Converts *to* markdown from HTML, LaTeX, and reStructuredText. - Unicode support. - Support for footnotes. - Support for "smart" quotes, dashes, and ellipses. - Support for document metadata (title, author, dat...
2006 Aug 10
1
pandoc - an implementation of Markdown in Haskell
I've just released an early version of a Markdown implementation in Haskell (using the Parsec parser combinator library). pandoc converts Markdown to HTML, LaTeX, reStructuredText, rich text format, and S5 HTML slide shows. It partially converts HTML, LaTeX, and reStructuredText to Markdown. It also makes it easy to include LaTeX math on HTML pages, using Peter Jipsen's ASCIIMathML.js. Source code and instructions are available at http://sophos.berkeley.edu/macfarlan...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...an Silva > > On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw<http://mc/compose?to=gamma_chen at yahoo.com.tw>> > wrote: > > 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<http://mc/...
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...h with r176235. In future, you can submit patches to the llvm-commits mailing list. :) -bw On Feb 27, 2013, at 9:03 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Hello list, > > I use LLVM's vimrc and found that this setting below is useful when > editing of reStructuredText file. > > > llvm/utils/vim/vimrc > > " Enable syntax highlighting for reStructuredText files. To use, copy > " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) > " to ~/.vim/syntax . > augroup filetype > au! BufRead,BufNewFile *.rst se...
2012 Dec 04
0
[LLVMdev] LLVM documentation work help
...nd contribute. > > -- Sean Silva > > On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote: > > 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...
2012 Dec 04
1
[LLVMdev] LLVM documentation work help
...nd contribute. > >     -- Sean Silva > >     On Sun, Dec 2, 2012 at 11:03 PM, Jonathan <gamma_chen at yahoo.com.tw> wrote: >     > 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...
2010 Aug 09
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...gt;  documentation, written by Georg Brandl and licensed under the BSD license. > >  It was originally created for the new Python documentation, and it has >  excellent facilities for the documentation of Python projects, but C/C++ is >  already supported as well. > >  Sphinx uses reStructuredText as its markup language, and many of its strengths >  come from the power and straightforwardness of reStructuredText and its >  parsing  and translating suite, the Docutils. > > > What Does Sphinx Do For LLVM? > ----------------------------- > > * Creates a unified documenta...
2010 Aug 09
5
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license. It was originally created for the new Python documentation, and it has excellent facilities for the documentation of Python projects, but C/C++ is already supported as well. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. What Does Sphinx Do For LLVM? ----------------------------- * Creates a unified documentation infrastructure. Sphinx can cre...