Commit graph

62 commits

Author SHA1 Message Date
Troy Powell
c199881b67 fixing index.rst 2013-11-18 15:59:01 -06:00
Siu Kwan Lam
020032b578 Update docs 2013-04-25 14:10:57 -05:00
David H Post
66346ee507 Corruption fixed in doc/llvm.core.Constant.rst (bottom of page needs work) 2013-04-11 02:36:00 -05:00
David H Post
125e65e261 Fix corrupted text and example in 7.3 Memory in LLVM 2013-04-10 15:15:19 -05:00
Jon Riehl
894539681b Modified documentation configuration to search for build specific to Python version. Updated copyright. First attempt at using llvm._version to set documentation version. 2013-02-26 15:48:00 -06:00
Paul Sokolovsky
4e87b5170a Allow Sphinx build docs with docstrings without installing module. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
d36cd1dbc7 Add docstring documentation to all llvm.core classes.
Some classes have docstrings, and lack rST docs (e.g. Module), few others
vice versa. It's unclear what is the best way to deal with this. IMHO,
docstrings should prevail, i.e. existing docs would rather be moved
to docstings. Anyway, for now just make sure that users don't miss
documentation, even if it's just list of classmembers.
2013-02-24 00:44:48 +02:00
Paul Sokolovsky
d74ff4dc2b Fill in required explicit argument for code-block. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
8086487ab7 Fix "title underline too short" warnings. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
769376b055 Sublists must have blank lines before and after. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
650a49dcab Fix import statements. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
fccf439117 Add missing titles to few docs to make sure they're rendered in docs. 2013-02-24 00:44:48 +02:00
Paul Sokolovsky
bf484aa216 Correct if-then-else LLVM asm example.
As was present vividly breaks LLVM IR constraints on SSA and basic-blocks:
same var being assigned twice, no control transfer at the end of basic block.
Compare with the original:
http://www.mdevan.org/llvm-py/kaleidoscope/PythonLangImpl5.html
2013-02-19 08:36:52 +02:00
John Szakmeister
b3a04c4a34 Move the closing curly branch to line up with the rest of the code. 2012-11-30 04:45:30 -05:00
John Szakmeister
78f81fec73 Fix the id matching in the kaleidoscope tutorial. 2012-11-30 04:04:14 -05:00
John Szakmeister
7c7c198953 Mark a block of code as text, and remove the python-isms.
The kaleidoscope language being implemented looks similar to Python, but
is not the same.
2012-11-30 04:01:04 -05:00
John Szakmeister
f9376bf2d0 Fix an error in the full listing for the kaleidoscope lexer. 2012-11-30 03:29:40 -05:00
Maggie Mari
425e382368 Fixed broken link in llvmpy docs. 2012-11-12 10:51:42 -06:00
Maggie Mari
52d7b8b6f5 Adding reference pages to toctree. 2012-11-12 10:51:42 -06:00
Travis E. Oliphant
469349be07 Fix author. 2012-11-11 01:37:33 -06:00
Travis E. Oliphant
994c1432a6 Add documentation for llvm_cbuilder 2012-11-10 18:56:24 -06:00
Travis E. Oliphant
a52db30af8 Add llvm_cbuilder tests 2012-11-10 18:56:02 -06:00
Jon Riehl
22d8e0048b Moved and updated LLPython (formerly LLNumba) documentation from Numba repository. 2012-11-08 15:51:14 -06:00
Siu Kwan Lam
d1fefe5a69 Fix doc about Python3.2 testing 2012-10-10 10:58:02 -05:00
Maggie Mari
f771c3a86d Finished editing PythonLangImpl7.rst 2012-08-23 11:16:54 -05:00
Maggie Mari
16860436d4 Finished editing PythonLangImpl6.rst. 2012-08-21 17:59:44 -05:00
Maggie Mari
e7cbaea1e8 Doc editing 2012-08-20 17:52:00 -05:00
Maggie Mari
c7cbebab7b Additional doc fixes. 2012-08-20 17:11:26 -05:00
Maggie Mari
67ee2792bf Removed extraneous slashes. 2012-08-20 13:34:40 -05:00
Maggie Mari
1b254f48b5 misc doc editing 2012-08-20 13:26:37 -05:00
Maggie Mari
cb7b778bfd Finished editing PythonLangImpl5.rst 2012-08-19 13:17:33 -05:00
Maggie Mari
ddcf6483d0 Removed more extraneous slashes and fixed the formatting on the mandelbrot example in docs. 2012-08-19 12:28:55 -05:00
Maggie Mari
391a121d6d Removed extraneous slashes. 2012-08-19 12:18:26 -05:00
Maggie Mari
9eecd92c7e Code spacing. 2012-08-19 12:13:48 -05:00
Maggie Mari
882c9e0271 Finished editting PythonLangImpl8.rst in docs. 2012-08-17 16:55:23 -05:00
Maggie Mari
f74f5129bd Completed editing of PythonLangImpl4.rst 2012-08-17 15:32:45 -05:00
Maggie Mari
1b67d32f4b Removed more extraneous code tags from docs. 2012-08-17 14:40:24 -05:00
Maggie Mari
8e00cd7e66 Misc doc cleanup 2012-08-17 14:34:51 -05:00
Maggie Mari
258efb0518 Finished editing PythonLangImpl2.rst doc 2012-08-17 12:03:26 -05:00
Maggie Mari
d8df9e2849 More code block cleanup. 2012-08-16 16:07:18 -05:00
Maggie Mari
c30095c77c Edited code blocks, fixed links. 2012-08-16 12:03:41 -05:00
Maggie Mari
7e1030d2a0 Code highlighting issues. 2012-08-15 18:55:00 -05:00
Maggie Mari
4bd7c31939 Minor formatting changes to docs. 2012-08-15 18:44:55 -05:00
Maggie Mari
3b16d92537 Edited more code blocks in docs 2012-08-15 18:34:10 -05:00
Maggie Mari
38078713f3 Corrected doc linking. 2012-08-15 18:11:25 -05:00
Maggie Mari
92b8225dc2 Fixed more code spacing in docs 2012-08-15 17:48:31 -05:00
Maggie Mari
d322b66a69 Removed extranaeous code highlighting tags 2012-08-15 17:40:27 -05:00
Maggie Mari
c25b4853fc Fixed some of the code spacing for docs 2012-08-15 17:28:23 -05:00
Maggie Mari
538fd76b1f Corrected special character formatting. 2012-08-14 18:28:17 -05:00
Maggie Mari
a5c892de72 Removed extraneous header code 2012-08-14 17:15:23 -05:00