Revert "Cleaned up some of the highlightin in getting_started.rst and llvmpy-package.rst"

This reverts commit 83f24e90d3.
This commit is contained in:
Maggie Mari 2012-08-10 11:34:32 -05:00
commit 68e6dc693e
172 changed files with 4 additions and 28972 deletions

View file

@ -107,6 +107,5 @@ Get llvmpy and install it:
.. code-block:: bash
$ git clone git@github.com:numba/llvmpy.git
$ cd llvmpy
$ python setup.py install
$ git clone git@github.com:numba/llvmpy.git $ cd
llvmpy $ python setup.py install

View file

@ -83,7 +83,5 @@ import llvmpy modules thus:
.. code-block:: python
from llvm import *
from llvm.core import *
from llvm.ee import *
from llvm.passes import *
from llvm import \* from llvm.core import \* from
llvm.ee import \* from llvm.passes import \*