Export to GitHub

pydocweb - issue #6

Source location for %s known, but failed ...


Posted on Sep 15, 2008 by Grumpy Monkey

Some docstring generate "Source location for %s known, but failed to find a place for the docstring" messages.

These seem to be mostly associated with docstrings in Pyrex files: {{{ ERROR: Source location for numpy.lib.function_base.iterable known, but failed to find a place for the docstring ERROR: Source location for numpy.random.mtrand.RandomState.bytes known, but failed to find a place for the docstring ERROR: Source location for numpy.random.mtrand.RandomState.dirichlet known, but failed to find a place for the docstring ERROR: Source location for numpy.random.mtrand.RandomState.multinomial known, but failed to find a place for the docstring ERROR: Source location for numpy.random.mtrand.RandomState.permutation known, but failed to find a place for the docstring ERROR: Source location for numpy.random.mtrand.RandomState.shuffle known, but failed to find a place for the docstring }}} The Pyrex patch generation code should probably be revised a bit.

Status: Assigned

Labels:
Type-Defect Severity-Minor