﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15233	Docs misidentify modules for classes/functions	Aryeh Leib Taurog <vim@…>	Gabriel Hurley	"Looking at the documentation index, I see: ""reverse() (in module django.conf.urls.defaults),"" but it isn't there, it's in `django.core.urlresolvers`.  The problem is misplacement/omission/errors in the sphinx directives which identify the module/class of the objects begin documented.

I wrote a simple script to check the `genindex.html` file written by the html builder.  It tries to import all the classes and module-level functions it finds and prints a list of the imports that fail.  It's not foolproof, because some of the documented objects aren't really importable.

I'm attaching a patch for the docs; I went through many of the errors reported by said script and tried to tweak the `module`, `currentmodule`, `function`, and `method` directives so that the documented objects will be documented with correct paths."		closed	Documentation	dev		fixed	module directives index	vim@…	Accepted	1	0	0	0	0	0
