Created
May 14, 2015 17:49
-
-
Save pitrou/6d129a50f505e8c0cd48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reading sources... [100%] user/vectorize | |
/home/antoine/numba/docs/source/cuda-reference/host.rst:107: WARNING: autodoc: failed to import function 'profile_start' from module 'numba.cuda'; the following exception was raised: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 108, in safe_getattr | |
return getattr(obj, name, *defargs) | |
AttributeError: 'module' object has no attribute 'profile_start' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 342, in import_object | |
obj = self.get_attr(obj, part) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 241, in get_attr | |
return safe_getattr(obj, name, *defargs) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 114, in safe_getattr | |
raise AttributeError(name) | |
AttributeError: profile_start | |
/home/antoine/numba/docs/source/cuda-reference/host.rst:108: WARNING: autodoc: failed to import function 'profile_stop' from module 'numba.cuda'; the following exception was raised: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 108, in safe_getattr | |
return getattr(obj, name, *defargs) | |
AttributeError: 'module' object has no attribute 'profile_stop' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 342, in import_object | |
obj = self.get_attr(obj, part) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 241, in get_attr | |
return safe_getattr(obj, name, *defargs) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 114, in safe_getattr | |
raise AttributeError(name) | |
AttributeError: profile_stop | |
/home/antoine/numba/docs/source/cuda-reference/host.rst:109: WARNING: autodoc: failed to import function 'profiling' from module 'numba.cuda'; the following exception was raised: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 108, in safe_getattr | |
return getattr(obj, name, *defargs) | |
AttributeError: 'module' object has no attribute 'profiling' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 342, in import_object | |
obj = self.get_attr(obj, part) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 241, in get_attr | |
return safe_getattr(obj, name, *defargs) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 114, in safe_getattr | |
raise AttributeError(name) | |
AttributeError: profiling | |
/home/antoine/numba/docs/source/cuda-reference/host.rst:124: WARNING: autodoc: failed to import function 'event_elapsed_time' from module 'numba.cuda'; the following exception was raised: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 108, in safe_getattr | |
return getattr(obj, name, *defargs) | |
AttributeError: 'module' object has no attribute 'event_elapsed_time' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 342, in import_object | |
obj = self.get_attr(obj, part) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 241, in get_attr | |
return safe_getattr(obj, name, *defargs) | |
File "/home/antoine/34/lib/python3.4/site-packages/sphinx/util/inspect.py", line 114, in safe_getattr | |
raise AttributeError(name) | |
AttributeError: event_elapsed_time | |
/home/antoine/34/lib/python3.4/site-packages/numba-0.18.0rc1-py3.4-linux-x86_64.egg/numba/cuda/cudadrv/devicearray.py:docstring of numba.cuda.cudadrv.devicearray.DeviceNDArray.reshape:1: WARNING: Inline emphasis start-string without end-string. | |
/home/antoine/34/lib/python3.4/site-packages/numba-0.18.0rc1-py3.4-linux-x86_64.egg/numba/cuda/cudadrv/devicearray.py:docstring of numba.cuda.cudadrv.devicearray.DeviceNDArray.reshape:1: WARNING: Inline emphasis start-string without end-string. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment