Cleaned up bash highlighting.
This commit is contained in:
parent
5343267e92
commit
2d36906936
2 changed files with 6 additions and 4 deletions
|
|
@ -107,5 +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
|
||||
|
|
|
|||
|
|
@ -83,5 +83,7 @@ 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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue