-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: 2.6
-
Component/s: None
-
Environment:NA
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The link to `find` in the main docs from `collections.find()` ( http://api.mongodb.org/python/current/api/pymongo/collection.html#pymongo.collection.Collection.find) in the 2.6 python docs takes you to:
http://docs.mongodb.org/manual/tutorial/query-documents//
which has no style sheets loaded. It should go to
http://docs.mongodb.org/manual/tutorial/query-documents/
Looks like the extra // messes up the relative paths to find the css.