Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kritisingh1/ec8c2ed2cac58e5815b9d9bcf45a8008 to your computer and use it in GitHub Desktop.
Save kritisingh1/ec8c2ed2cac58e5815b9d9bcf45a8008 to your computer and use it in GitHub Desktop.
Sphinx warning logs
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.array:5: WARNING: py:obj reference target not found: string_
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.array:5: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.array:5: WARNING: py:mod reference target not found: numpy.core.defchararray
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray:5: WARNING: py:obj reference target not found: object_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray:5: WARNING: py:obj reference target not found: string_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray:5: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray:53: WARNING: py:obj reference target not found: ndarray.strides
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.capitalize:17: WARNING: py:obj reference target not found: char.capitalize
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.count:17: WARNING: py:obj reference target not found: char.count
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.decode:16: WARNING: py:obj reference target not found: char.decode
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.encode:16: WARNING: py:obj reference target not found: char.encode
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.endswith:17: WARNING: py:obj reference target not found: char.endswith
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.expandtabs:17: WARNING: py:obj reference target not found: char.expandtabs
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.find:17: WARNING: py:obj reference target not found: char.find
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray.flags:20: WARNING: py:obj reference target not found: ndarray.setflags
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray.flat:21: WARNING: py:obj reference target not found: flatiter
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.index:16: WARNING: py:obj reference target not found: char.index
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isalnum:18: WARNING: py:obj reference target not found: char.isalnum
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isalpha:18: WARNING: py:obj reference target not found: char.isalpha
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isdecimal:17: WARNING: py:obj reference target not found: char.isdecimal
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isdigit:17: WARNING: py:obj reference target not found: char.isdigit
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.islower:18: WARNING: py:obj reference target not found: char.islower
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isnumeric:17: WARNING: py:obj reference target not found: char.isnumeric
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isspace:18: WARNING: py:obj reference target not found: char.isspace
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.istitle:17: WARNING: py:obj reference target not found: char.istitle
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.isupper:18: WARNING: py:obj reference target not found: char.isupper
docstring of numpy.char.chararray.itemset:27: WARNING: py:obj reference target not found: ndarray
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.join:17: WARNING: py:obj reference target not found: char.join
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.ljust:17: WARNING: py:obj reference target not found: char.ljust
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.lower:17: WARNING: py:obj reference target not found: char.lower
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.lstrip:17: WARNING: py:obj reference target not found: char.lstrip
docstring of numpy.char.chararray.ravel:20: WARNING: py:obj reference target not found: ndarray.flat
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.replace:17: WARNING: py:obj reference target not found: char.replace
docstring of numpy.char.chararray.reshape:22: WARNING: py:obj reference target not found: ndarray
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.rfind:18: WARNING: py:obj reference target not found: char.rfind
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.rindex:17: WARNING: py:obj reference target not found: char.rindex
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.rjust:17: WARNING: py:obj reference target not found: char.rjust
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.rsplit:17: WARNING: py:obj reference target not found: char.rsplit
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.rstrip:17: WARNING: py:obj reference target not found: char.rstrip
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.char.chararray.shape:25: WARNING: py:obj reference target not found: ndarray.reshape
docstring of numpy.char.chararray.sort:38: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.split:17: WARNING: py:obj reference target not found: char.split
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.splitlines:17: WARNING: py:obj reference target not found: char.splitlines
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.startswith:17: WARNING: py:obj reference target not found: char.startswith
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.strip:17: WARNING: py:obj reference target not found: char.strip
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.swapcase:17: WARNING: py:obj reference target not found: char.swapcase
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.title:18: WARNING: py:obj reference target not found: char.title
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.translate:19: WARNING: py:obj reference target not found: char.translate
docstring of numpy.char.chararray.transpose:37: WARNING: py:obj reference target not found: ndarray.T
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.upper:17: WARNING: py:obj reference target not found: char.upper
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.char.chararray.zfill:17: WARNING: py:obj reference target not found: char.zfill
docstring of numpy.char.decode:33: WARNING: py:obj reference target not found: str.decode
docstring of numpy.char.isdecimal:30: WARNING: py:obj reference target not found: unicode.isdecimal
docstring of numpy.char.isnumeric:30: WARNING: py:obj reference target not found: unicode.isnumeric
docstring of numpy.char.mod:29: WARNING: py:obj reference target not found: str.__mod__
docstring of numpy.char.str_len:24: WARNING: py:obj reference target not found: __builtin__.len
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.chararray:5: WARNING: py:obj reference target not found: object_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.chararray:5: WARNING: py:obj reference target not found: string_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.chararray:5: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.chararray:11: WARNING: py:obj reference target not found: unicode
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.choose:4: WARNING: py:obj reference target not found: numpy.lib.index_tricks
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.clip:46: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.compress:47: WARNING: py:obj reference target not found: np.extract
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.compress:49: WARNING: py:obj reference target not found: numpy.doc.ufuncs
docstring of numpy.core.defchararray.add:17: WARNING: py:obj reference target not found: string_
docstring of numpy.core.defchararray.add:17: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.array:5: WARNING: py:obj reference target not found: string_
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.array:5: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.array:5: WARNING: py:mod reference target not found: numpy.core.defchararray
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray:5: WARNING: py:obj reference target not found: object_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray:5: WARNING: py:obj reference target not found: string_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray:5: WARNING: py:obj reference target not found: unicode_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray:53: WARNING: py:obj reference target not found: ndarray.strides
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.capitalize:17: WARNING: py:obj reference target not found: char.capitalize
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.count:17: WARNING: py:obj reference target not found: char.count
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.decode:16: WARNING: py:obj reference target not found: char.decode
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.encode:16: WARNING: py:obj reference target not found: char.encode
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.endswith:17: WARNING: py:obj reference target not found: char.endswith
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.expandtabs:17: WARNING: py:obj reference target not found: char.expandtabs
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.find:17: WARNING: py:obj reference target not found: char.find
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray.flags:20: WARNING: py:obj reference target not found: ndarray.setflags
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray.flat:21: WARNING: py:obj reference target not found: flatiter
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.index:16: WARNING: py:obj reference target not found: char.index
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isalnum:18: WARNING: py:obj reference target not found: char.isalnum
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isalpha:18: WARNING: py:obj reference target not found: char.isalpha
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isdecimal:17: WARNING: py:obj reference target not found: char.isdecimal
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isdigit:17: WARNING: py:obj reference target not found: char.isdigit
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.islower:18: WARNING: py:obj reference target not found: char.islower
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isnumeric:17: WARNING: py:obj reference target not found: char.isnumeric
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isspace:18: WARNING: py:obj reference target not found: char.isspace
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.istitle:17: WARNING: py:obj reference target not found: char.istitle
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.isupper:18: WARNING: py:obj reference target not found: char.isupper
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.itemset:27: WARNING: py:obj reference target not found: ndarray
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.join:17: WARNING: py:obj reference target not found: char.join
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.ljust:17: WARNING: py:obj reference target not found: char.ljust
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.lower:17: WARNING: py:obj reference target not found: char.lower
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.lstrip:17: WARNING: py:obj reference target not found: char.lstrip
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.ravel:20: WARNING: py:obj reference target not found: ndarray.flat
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.replace:17: WARNING: py:obj reference target not found: char.replace
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.reshape:22: WARNING: py:obj reference target not found: ndarray
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.rfind:18: WARNING: py:obj reference target not found: char.rfind
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.rindex:17: WARNING: py:obj reference target not found: char.rindex
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.rjust:17: WARNING: py:obj reference target not found: char.rjust
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.rsplit:17: WARNING: py:obj reference target not found: char.rsplit
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.rstrip:17: WARNING: py:obj reference target not found: char.rstrip
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.core.defchararray.chararray.shape:25: WARNING: py:obj reference target not found: ndarray.reshape
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.sort:38: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.split:17: WARNING: py:obj reference target not found: char.split
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.splitlines:17: WARNING: py:obj reference target not found: char.splitlines
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.startswith:17: WARNING: py:obj reference target not found: char.startswith
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.strip:17: WARNING: py:obj reference target not found: char.strip
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.swapcase:17: WARNING: py:obj reference target not found: char.swapcase
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.title:18: WARNING: py:obj reference target not found: char.title
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.translate:19: WARNING: py:obj reference target not found: char.translate
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.transpose:37: WARNING: py:obj reference target not found: ndarray.T
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.upper:17: WARNING: py:obj reference target not found: char.upper
/usr/local/lib/python3.5/dist-packages/numpy/core/defchararray.py:docstring of numpy.core.defchararray.chararray.zfill:17: WARNING: py:obj reference target not found: char.zfill
docstring of numpy.core.defchararray.decode:33: WARNING: py:obj reference target not found: str.decode
docstring of numpy.core.defchararray.isdecimal:30: WARNING: py:obj reference target not found: unicode.isdecimal
docstring of numpy.core.defchararray.isnumeric:30: WARNING: py:obj reference target not found: unicode.isnumeric
docstring of numpy.core.defchararray.mod:29: WARNING: py:obj reference target not found: str.__mod__
docstring of numpy.core.defchararray.str_len:24: WARNING: py:obj reference target not found: __builtin__.len
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.correlate:42: WARNING: py:obj reference target not found: multiarray.correlate
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.cumprod:41: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.cumsum:22: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.datetime_data:4: WARNING: py:obj reference target not found: numpy.datetime64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.datetime_data:4: WARNING: py:obj reference target not found: numpy.timedelta64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.datetime_data:10: WARNING: py:obj reference target not found: datetime64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.datetime_data:10: WARNING: py:obj reference target not found: timedelta64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.diff:31: WARNING: py:obj reference target not found: datetime64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.diff:31: WARNING: py:obj reference target not found: timedelta64
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.exec_command
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.filepath_from_subprocess_output
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.find_executable
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.forward_bytes_to_stdout
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.get_pythonexe
/home/kriti/open-source/numpy/doc/source/reference/generated/numpy.distutils.exec_command.rst:17:<autosummary>:1: WARNING: py:obj reference target not found: numpy.distutils.exec_command.temp_file_name
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.dtype.flags:4: WARNING: py:obj reference target not found: numpy.core.multiarray
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.empty:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.empty:11: WARNING: py:obj reference target not found: numpy.float64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.fromfunction:10: WARNING: py:obj reference target not found: shape
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.fromfunction:10: WARNING: py:obj reference target not found: shape
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.fromfunction:27: WARNING: py:obj reference target not found: shape
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.all:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.any:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.argmax:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.argmin:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.argsort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.astype:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.byteswap:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.choose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.clip:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.compress:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.conjugate:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.copy:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.cumprod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.cumsum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.diagonal:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.dump:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.dumps:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.fill:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.flatten:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.getfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.item:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.itemset:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.max:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.mean:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.min:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.nonzero:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.prod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.ptp:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.put:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.ravel:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.repeat:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.reshape:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.resize:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.round:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.searchsorted:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.setfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.setflags:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.sort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.squeeze:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.std:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.sum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.swapaxes:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.take:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.tofile:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.tolist:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.tostring:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.trace:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.transpose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.var:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.generic.view:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.in1d:46: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.intersect1d:44: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.invert:56: WARNING: py:obj reference target not found: bitwise_not
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.isin:45: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.isscalar:24: WARNING: py:obj reference target not found: ndim
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.issubdtype:26: WARNING: py:obj reference target not found: numpy.core.numerictypes
/usr/local/lib/python3.5/dist-packages/numpy/lib/arrayterator.py:docstring of numpy.lib.Arrayterator:35: WARNING: py:obj reference target not found: ndenumerate
/usr/local/lib/python3.5/dist-packages/numpy/lib/arrayterator.py:docstring of numpy.lib.Arrayterator:38: WARNING: py:obj reference target not found: flatiter
/usr/local/lib/python3.5/dist-packages/numpy/lib/arrayterator.py:docstring of numpy.lib.Arrayterator:40: WARNING: py:obj reference target not found: memmap
/usr/local/lib/python3.5/dist-packages/numpy/lib/arrayterator.py:docstring of numpy.lib.Arrayterator.flat:18: WARNING: py:obj reference target not found: flatiter
/usr/local/lib/python3.5/dist-packages/numpy/lib/stride_tricks.py:docstring of numpy.lib.stride_tricks.as_strided:44: WARNING: py:obj reference target not found: broadcast_to
/usr/local/lib/python3.5/dist-packages/numpy/lib/stride_tricks.py:docstring of numpy.lib.stride_tricks.as_strided:46: WARNING: py:obj reference target not found: reshape
/usr/local/lib/python3.5/dist-packages/numpy/linalg/__init__.py:docstring of numpy.linalg.multi_dot:38: WARNING: py:obj reference target not found: dot
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.load:67: WARNING: py:obj reference target not found: lib.format.open_memmap
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.log:42: WARNING: py:obj reference target not found: emath.log
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.log10:40: WARNING: py:obj reference target not found: emath.log10
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.log2:39: WARNING: py:obj reference target not found: emath.log2
<unknown>:1: WARNING: py:class reference target not found: numpy.bool_
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.all:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.any:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.argmax:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.argmin:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.argsort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.astype:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.byteswap:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.choose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.clip:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.compress:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.conjugate:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.copy:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.cumprod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.cumsum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.diagonal:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.dump:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.dumps:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.fill:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.flatten:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.getfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.item:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.itemset:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.max:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.mean:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.min:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.nonzero:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.prod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.ptp:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.put:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.ravel:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.repeat:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.reshape:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.resize:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.round:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.searchsorted:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.setfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.setflags:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.sort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.squeeze:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.std:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.sum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.swapaxes:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.take:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.tofile:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.tolist:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.tostring:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.trace:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.transpose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.var:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.MaskType.view:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.all:22: WARNING: py:obj reference target not found: ndarray.all
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.any:20: WARNING: py:obj reference target not found: ndarray.any
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.argsort:58: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.argsort:60: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.cumprod:22: WARNING: py:obj reference target not found: ndarray.cumprod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.cumsum:22: WARNING: py:obj reference target not found: ndarray.cumsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.mean:21: WARNING: py:obj reference target not found: ndarray.mean
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.min:16: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.min:34: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.nonzero:41: WARNING: py:obj reference target not found: flatnonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.nonzero:44: WARNING: py:obj reference target not found: ndarray.nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.nonzero:46: WARNING: py:obj reference target not found: count_nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.prod:20: WARNING: py:obj reference target not found: ndarray.prod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.product:20: WARNING: py:obj reference target not found: ndarray.prod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.round:18: WARNING: py:obj reference target not found: ndarray.around
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.set_fill_value:21: WARNING: py:obj reference target not found: ma.set_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.shape:25: WARNING: py:obj reference target not found: ndarray.reshape
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.sort:48: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.sort:54: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.std:20: WARNING: py:obj reference target not found: ndarray.std
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.sum:20: WARNING: py:obj reference target not found: ndarray.sum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.tobytes:32: WARNING: py:obj reference target not found: ndarray.tobytes
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.transpose:37: WARNING: py:obj reference target not found: ndarray.T
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.var:64: WARNING: py:obj reference target not found: nanmean
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.var:64: WARNING: py:obj reference target not found: nanstd
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.var:64: WARNING: py:obj reference target not found: nanvar
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.MaskedArray.var:66: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.all:22: WARNING: py:obj reference target not found: ndarray.all
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.any:20: WARNING: py:obj reference target not found: ndarray.any
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.apply_along_axis:63: WARNING: py:obj reference target not found: apply_over_axes
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.arange:53: WARNING: py:obj reference target not found: linspace
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.arange:56: WARNING: py:obj reference target not found: ogrid
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.arange:58: WARNING: py:obj reference target not found: mgrid
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.argsort:58: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.argsort:60: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ma.clip:46: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.compress_cols:4: WARNING: py:obj reference target not found: extras.compress_rowcols
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.compress_cols:18: WARNING: py:obj reference target not found: extras.compress_rowcols
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.compress_rows:4: WARNING: py:obj reference target not found: extras.compress_rowcols
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.compress_rows:18: WARNING: py:obj reference target not found: extras.compress_rowcols
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.cumprod:22: WARNING: py:obj reference target not found: ndarray.cumprod
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.cumsum:22: WARNING: py:obj reference target not found: ndarray.cumsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.dstack:46: WARNING: py:obj reference target not found: dsplit
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty:11: WARNING: py:obj reference target not found: numpy.float64
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty:43: WARNING: py:obj reference target not found: full
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty_like:45: WARNING: py:obj reference target not found: ones_like
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty_like:48: WARNING: py:obj reference target not found: zeros_like
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.empty_like:51: WARNING: py:obj reference target not found: full_like
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ma.expand_dims:41: WARNING: py:obj reference target not found: doc.indexing
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.fromfunction:41: WARNING: py:obj reference target not found: meshgrid
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.harden_mask:18: WARNING: py:obj reference target not found: hardmask
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.hsplit:19: WARNING: py:obj reference target not found: split
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.hstack:48: WARNING: py:obj reference target not found: block
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ma.indices:30: WARNING: py:obj reference target not found: mgrid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ma.indices:30: WARNING: py:obj reference target not found: meshgrid
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.inner:31: WARNING: py:obj reference target not found: tensordot
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.inner:36: WARNING: py:obj reference target not found: einsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.innerproduct:31: WARNING: py:obj reference target not found: tensordot
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.innerproduct:36: WARNING: py:obj reference target not found: einsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.is_mask:27: WARNING: py:obj reference target not found: isMaskedArray
<unknown>:1: WARNING: py:class reference target not found: numpy.ma.core.MaskedArray
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.all:22: WARNING: py:obj reference target not found: ndarray.all
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.any:20: WARNING: py:obj reference target not found: ndarray.any
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.argsort:58: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.argsort:60: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.cumprod:22: WARNING: py:obj reference target not found: ndarray.cumprod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.cumsum:22: WARNING: py:obj reference target not found: ndarray.cumsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.mean:21: WARNING: py:obj reference target not found: ndarray.mean
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.min:16: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.min:34: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.nonzero:41: WARNING: py:obj reference target not found: flatnonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.nonzero:44: WARNING: py:obj reference target not found: ndarray.nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.nonzero:46: WARNING: py:obj reference target not found: count_nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.prod:20: WARNING: py:obj reference target not found: ndarray.prod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.product:20: WARNING: py:obj reference target not found: ndarray.prod
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.round:18: WARNING: py:obj reference target not found: ndarray.around
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.set_fill_value:21: WARNING: py:obj reference target not found: ma.set_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.shape:25: WARNING: py:obj reference target not found: ndarray.reshape
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.sort:48: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.sort:54: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.std:20: WARNING: py:obj reference target not found: ndarray.std
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.sum:20: WARNING: py:obj reference target not found: ndarray.sum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.tobytes:32: WARNING: py:obj reference target not found: ndarray.tobytes
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.transpose:37: WARNING: py:obj reference target not found: ndarray.T
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.var:64: WARNING: py:obj reference target not found: nanmean
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.var:64: WARNING: py:obj reference target not found: nanstd
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.var:64: WARNING: py:obj reference target not found: nanvar
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.masked_array.var:66: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.maximum_fill_value:31: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.mean:21: WARNING: py:obj reference target not found: ndarray.mean
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.min:16: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.min:34: WARNING: py:obj reference target not found: minimum_fill_value
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.mr_:17: WARNING: py:obj reference target not found: lib.index_tricks.RClass
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.nonzero:41: WARNING: py:obj reference target not found: flatnonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.nonzero:44: WARNING: py:obj reference target not found: ndarray.nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.nonzero:46: WARNING: py:obj reference target not found: count_nonzero
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.ones:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.ones:11: WARNING: py:obj reference target not found: numpy.float64
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.ones:34: WARNING: py:obj reference target not found: ones_like
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.ones:42: WARNING: py:obj reference target not found: full
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.outer:45: WARNING: py:obj reference target not found: einsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.outer:47: WARNING: py:obj reference target not found: ufunc.outer
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.outerproduct:45: WARNING: py:obj reference target not found: einsum
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.outerproduct:47: WARNING: py:obj reference target not found: ufunc.outer
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.polyfit:88: WARNING: py:obj reference target not found: polyval
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.polyfit:91: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.prod:20: WARNING: py:obj reference target not found: ndarray.prod
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.row_stack:46: WARNING: py:obj reference target not found: vsplit
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.row_stack:48: WARNING: py:obj reference target not found: block
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.shape:25: WARNING: py:obj reference target not found: alen
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.shape:27: WARNING: py:obj reference target not found: ndarray.shape
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.size:32: WARNING: py:obj reference target not found: ndarray.shape
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.size:34: WARNING: py:obj reference target not found: ndarray.size
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.soften_mask:18: WARNING: py:obj reference target not found: hardmask
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.sort:48: WARNING: py:obj reference target not found: ndarray.sort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.sort:54: WARNING: py:obj reference target not found: lexsort
/usr/local/lib/python3.5/dist-packages/numpy/ma/core.py:docstring of numpy.ma.sort:56: WARNING: py:obj reference target not found: searchsorted
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.stack:39: WARNING: py:obj reference target not found: split
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.stack:41: WARNING: py:obj reference target not found: block
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.std:20: WARNING: py:obj reference target not found: ndarray.std
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.sum:20: WARNING: py:obj reference target not found: ndarray.sum
/usr/local/lib/python3.5/dist-packages/numpy/ma/extras.py:docstring of numpy.ma.vander:42: WARNING: py:obj reference target not found: polynomial.polynomial.polyvander
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.var:64: WARNING: py:obj reference target not found: nanmean
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.var:64: WARNING: py:obj reference target not found: nanstd
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.var:64: WARNING: py:obj reference target not found: nanvar
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.var:66: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.vstack:46: WARNING: py:obj reference target not found: vsplit
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.vstack:48: WARNING: py:obj reference target not found: block
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.zeros:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.zeros:11: WARNING: py:obj reference target not found: numpy.float64
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.zeros:34: WARNING: py:obj reference target not found: zeros_like
/usr/local/lib/python3.5/dist-packages/numpy/ma/__init__.py:docstring of numpy.ma.zeros:42: WARNING: py:obj reference target not found: full
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.empty:28: WARNING: py:obj reference target not found: empty_like
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.identity:31: WARNING: py:obj reference target not found: matlib.eye
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.ones:35: WARNING: py:obj reference target not found: matlib.zeros
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.ones:40: WARNING: py:obj reference target not found: shape
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.rand:29: WARNING: py:obj reference target not found: numpy.random.rand
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.randn:29: WARNING: py:obj reference target not found: random.randn
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.zeros:34: WARNING: py:obj reference target not found: matlib.ones
/usr/local/lib/python3.5/dist-packages/numpy/matlib.py:docstring of numpy.matlib.zeros:39: WARNING: py:obj reference target not found: shape
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:4: WARNING: py:obj reference target not found: float64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:24: WARNING: py:obj reference target not found: float64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:29: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:70: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:76: WARNING: py:obj reference target not found: float16
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mean:76: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.memmap:26: WARNING: py:obj reference target not found: uint8
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.memmap:78: WARNING: py:obj reference target not found: lib.format.open_memmap
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.meshgrid:57: WARNING: py:obj reference target not found: index_tricks.mgrid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.meshgrid:59: WARNING: py:obj reference target not found: index_tricks.ogrid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mgrid:4: WARNING: py:obj reference target not found: numpy.lib.index_tricks.nd_grid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.mgrid:31: WARNING: py:obj reference target not found: numpy.lib.index_tricks.nd_grid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nancumsum:27: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmax:18: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmean:4: WARNING: py:obj reference target not found: float64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmean:23: WARNING: py:obj reference target not found: float64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmean:28: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmean:72: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanmin:18: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanprod:28: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanstd:68: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nansum:29: WARNING: py:obj reference target not found: doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanvar:24: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanvar:71: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nanvar:89: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.nditer:202: WARNING: py:obj reference target not found: __exit__
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ogrid:4: WARNING: py:obj reference target not found: numpy.lib.index_tricks.nd_grid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ogrid:31: WARNING: py:obj reference target not found: np.lib.index_tricks.nd_grid
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ones:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ones:11: WARNING: py:obj reference target not found: numpy.float64
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebdiv:30: WARNING: py:obj reference target not found: chemulx
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:85: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:85: WARNING: py:obj reference target not found: legfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:85: WARNING: py:obj reference target not found: lagfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:85: WARNING: py:obj reference target not found: hermfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:85: WARNING: py:obj reference target not found: hermefit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfit:97: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfromroots:43: WARNING: py:obj reference target not found: polyfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfromroots:43: WARNING: py:obj reference target not found: legfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfromroots:43: WARNING: py:obj reference target not found: lagfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfromroots:43: WARNING: py:obj reference target not found: hermfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebfromroots:43: WARNING: py:obj reference target not found: hermefromroots.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebline:25: WARNING: py:obj reference target not found: polyline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebroots:28: WARNING: py:obj reference target not found: polyroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebroots:28: WARNING: py:obj reference target not found: legroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebroots:28: WARNING: py:obj reference target not found: lagroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebroots:28: WARNING: py:obj reference target not found: hermroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebroots:28: WARNING: py:obj reference target not found: hermeroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.chebyshev.chebtrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebvander2d:51: WARNING: py:obj reference target not found: chebvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/chebyshev.py:docstring of numpy.polynomial.chebyshev.chebvander3d:52: WARNING: py:obj reference target not found: chebvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.Hermite:4: WARNING: py:obj reference target not found: ABCPolyBase
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:83: WARNING: py:obj reference target not found: chebfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:83: WARNING: py:obj reference target not found: legfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:83: WARNING: py:obj reference target not found: lagfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:83: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:83: WARNING: py:obj reference target not found: hermefit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfit:95: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfromroots:43: WARNING: py:obj reference target not found: polyfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfromroots:43: WARNING: py:obj reference target not found: legfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfromroots:43: WARNING: py:obj reference target not found: lagfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfromroots:43: WARNING: py:obj reference target not found: chebfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermfromroots:43: WARNING: py:obj reference target not found: hermefromroots.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermline:25: WARNING: py:obj reference target not found: polyline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermline:25: WARNING: py:obj reference target not found: chebline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermroots:28: WARNING: py:obj reference target not found: polyroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermroots:28: WARNING: py:obj reference target not found: legroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermroots:28: WARNING: py:obj reference target not found: lagroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermroots:28: WARNING: py:obj reference target not found: chebroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermroots:28: WARNING: py:obj reference target not found: hermeroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.hermite.hermtrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermvander2d:51: WARNING: py:obj reference target not found: hermvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite.py:docstring of numpy.polynomial.hermite.hermvander3d:52: WARNING: py:obj reference target not found: hermvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.HermiteE:4: WARNING: py:obj reference target not found: ABCPolyBase
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:83: WARNING: py:obj reference target not found: chebfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:83: WARNING: py:obj reference target not found: legfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:83: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:83: WARNING: py:obj reference target not found: hermfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:83: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefit:95: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefromroots:43: WARNING: py:obj reference target not found: polyfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefromroots:43: WARNING: py:obj reference target not found: legfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefromroots:43: WARNING: py:obj reference target not found: lagfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefromroots:43: WARNING: py:obj reference target not found: hermfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermefromroots:43: WARNING: py:obj reference target not found: chebfromroots.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeline:25: WARNING: py:obj reference target not found: polyline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeline:25: WARNING: py:obj reference target not found: chebline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeroots:28: WARNING: py:obj reference target not found: polyroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeroots:28: WARNING: py:obj reference target not found: legroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeroots:28: WARNING: py:obj reference target not found: lagroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeroots:28: WARNING: py:obj reference target not found: hermroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermeroots:28: WARNING: py:obj reference target not found: chebroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.hermite_e.hermetrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermevander2d:51: WARNING: py:obj reference target not found: hermevander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/hermite_e.py:docstring of numpy.polynomial.hermite_e.hermevander3d:52: WARNING: py:obj reference target not found: hermevander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.Laguerre:4: WARNING: py:obj reference target not found: ABCPolyBase
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:83: WARNING: py:obj reference target not found: chebfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:83: WARNING: py:obj reference target not found: legfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:83: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:83: WARNING: py:obj reference target not found: hermfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:83: WARNING: py:obj reference target not found: hermefit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfit:95: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfromroots:43: WARNING: py:obj reference target not found: polyfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfromroots:43: WARNING: py:obj reference target not found: legfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfromroots:43: WARNING: py:obj reference target not found: chebfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfromroots:43: WARNING: py:obj reference target not found: hermfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagfromroots:43: WARNING: py:obj reference target not found: hermefromroots.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagline:25: WARNING: py:obj reference target not found: polyline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagline:25: WARNING: py:obj reference target not found: chebline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagroots:28: WARNING: py:obj reference target not found: polyroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagroots:28: WARNING: py:obj reference target not found: legroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagroots:28: WARNING: py:obj reference target not found: chebroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagroots:28: WARNING: py:obj reference target not found: hermroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagroots:28: WARNING: py:obj reference target not found: hermeroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.laguerre.lagtrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagvander2d:51: WARNING: py:obj reference target not found: lagvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/laguerre.py:docstring of numpy.polynomial.laguerre.lagvander3d:52: WARNING: py:obj reference target not found: lagvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.Legendre:4: WARNING: py:obj reference target not found: ABCPolyBase
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:87: WARNING: py:obj reference target not found: chebfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:87: WARNING: py:obj reference target not found: polyfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:87: WARNING: py:obj reference target not found: lagfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:87: WARNING: py:obj reference target not found: hermfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:87: WARNING: py:obj reference target not found: hermefit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfit:99: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfromroots:43: WARNING: py:obj reference target not found: polyfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfromroots:43: WARNING: py:obj reference target not found: chebfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfromroots:43: WARNING: py:obj reference target not found: lagfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfromroots:43: WARNING: py:obj reference target not found: hermfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legfromroots:43: WARNING: py:obj reference target not found: hermefromroots.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legline:25: WARNING: py:obj reference target not found: polyline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legline:25: WARNING: py:obj reference target not found: chebline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legroots:28: WARNING: py:obj reference target not found: polyroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legroots:28: WARNING: py:obj reference target not found: chebroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legroots:28: WARNING: py:obj reference target not found: lagroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legroots:28: WARNING: py:obj reference target not found: hermroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legroots:28: WARNING: py:obj reference target not found: hermeroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.legendre.legtrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legvander2d:51: WARNING: py:obj reference target not found: legvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/legendre.py:docstring of numpy.polynomial.legendre.legvander3d:52: WARNING: py:obj reference target not found: legvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.Polynomial:4: WARNING: py:obj reference target not found: ABCPolyBase
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:88: WARNING: py:obj reference target not found: chebfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:88: WARNING: py:obj reference target not found: legfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:88: WARNING: py:obj reference target not found: lagfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:88: WARNING: py:obj reference target not found: hermfit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:88: WARNING: py:obj reference target not found: hermefit
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfit:97: WARNING: py:obj reference target not found: linalg.lstsq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfromroots:42: WARNING: py:obj reference target not found: chebfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfromroots:42: WARNING: py:obj reference target not found: legfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfromroots:42: WARNING: py:obj reference target not found: lagfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfromroots:42: WARNING: py:obj reference target not found: hermfromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyfromroots:42: WARNING: py:obj reference target not found: hermefromroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyline:25: WARNING: py:obj reference target not found: chebline
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyroots:28: WARNING: py:obj reference target not found: chebroots
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polyutils.py:docstring of numpy.polynomial.polynomial.polytrim:37: WARNING: py:obj reference target not found: trimseq
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyvander2d:51: WARNING: py:obj reference target not found: polyvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/polynomial/polynomial.py:docstring of numpy.polynomial.polynomial.polyvander3d:52: WARNING: py:obj reference target not found: polyvander3d.
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.prod:69: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.recarray:76: WARNING: py:obj reference target not found: rec.fromrecords
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.all:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.any:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.argmax:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.argmin:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.argsort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.astype:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.byteswap:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.choose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.clip:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.compress:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.conjugate:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.copy:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.cumprod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.cumsum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.diagonal:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.dump:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.dumps:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.fill:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.flatten:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.getfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.item:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.itemset:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.max:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.mean:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.min:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.nonzero:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.prod:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.ptp:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.put:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.ravel:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.repeat:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.reshape:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.resize:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.round:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.searchsorted:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.setfield:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.setflags:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.sort:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.squeeze:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.std:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.sum:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.swapaxes:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.take:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.tofile:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.tolist:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.tostring:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.trace:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.transpose:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.var:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.record.view:19: WARNING: py:obj reference target not found: The
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.s_:5: WARNING: py:obj reference target not found: index_exp
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.s_:30: WARNING: py:obj reference target not found: index_exp
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.set_printoptions:54: WARNING: py:obj reference target not found: numpy.timedelta64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.set_printoptions:55: WARNING: py:obj reference target not found: numpy.datetime64
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.set_printoptions:60: WARNING: py:obj reference target not found: numpy.string_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.set_printoptions:60: WARNING: py:obj reference target not found: numpy.unicode_
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.setdiff1d:34: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.seterr:4: WARNING: py:obj reference target not found: int16
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.sqrt:44: WARNING: py:obj reference target not found: lib.scimath.sqrt
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.std:65: WARNING: py:obj reference target not found: numpy.doc.ufuncs
<unknown>:1: WARNING: py:class reference target not found: numpy.testing._private.nosetester.NoseTester
/usr/local/lib/python3.5/dist-packages/numpy/testing/_private/utils.py:docstring of numpy.testing.assert_array_almost_equal_nulp:38: WARNING: py:obj reference target not found: spacing
/usr/local/lib/python3.5/dist-packages/numpy/testing/_private/utils.py:docstring of numpy.testing.rundocs:25: WARNING: py:obj reference target not found: numpy.lib
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.typename:24: WARNING: py:obj reference target not found: typecodes
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ufunc.accumulate:33: WARNING: undefined label: ufunc.__call__ (if the link has no caption the label must precede a section header)
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ufunc.reduce:46: WARNING: undefined label: ufunc.__call__ (if the link has no caption the label must precede a section header)
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.ufunc.reduceat:37: WARNING: undefined label: ufunc.__call__ (if the link has no caption the label must precede a section header)
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.union1d:26: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.unique:69: WARNING: py:obj reference target not found: numpy.lib.arraysetops
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.var:24: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.var:66: WARNING: py:obj reference target not found: numpy.doc.ufuncs
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.var:84: WARNING: py:obj reference target not found: float32
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.zeros:11: WARNING: py:obj reference target not found: numpy.int8
/usr/local/lib/python3.5/dist-packages/numpy/__init__.py:docstring of numpy.zeros:11: WARNING: py:obj reference target not found: numpy.float64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment