mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
remove comments
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a core16.pxd
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a core8.pxd
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a crank16.pxd
|
||||
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a crank16.pxd
|
||||
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
@@ -1,11 +1,3 @@
|
||||
""" to compile this use:
|
||||
>>> python setup.py build_ext --inplace
|
||||
|
||||
to generate html report use:
|
||||
>>> cython -a crank.pxd
|
||||
|
||||
"""
|
||||
|
||||
#cython: cdivision=True
|
||||
#cython: boundscheck=False
|
||||
#cython: nonecheck=False
|
||||
|
||||
Reference in New Issue
Block a user