Commit Graph

46 Commits

Author SHA1 Message Date
dependabot[bot]
820ba59552
Update sphinx requirement from <8,>=5.3 to >=5.3,<9 (#348)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
2025-09-30 10:26:01 -05:00
Noah Stapp
4f1962faf2
MOTOR-1469 - Update the wording of Motor Deprecation Message (#339) 2025-06-26 10:08:37 -04:00
Noah Stapp
e20ae5fe5b
PYTHON-5377 - Further update assets to align with GA release of Async PyMongo (#335) 2025-05-14 13:37:35 -04:00
Noah Stapp
f6a70b8c3c
PYTHON-5377 - Update assets to align with GA release of Async PyMongo (#334) 2025-05-13 16:27:42 -04:00
Steven Silvester
8f71800c4a
MOTOR-1210 Update pre-commit to match PyMongo Checks (#232)
* MOTOR-1210 Update pre-commit to match PyMongo Checks

* update doctests
2023-11-08 10:13:38 -06:00
Gleb
424d03e15b
Fix a grammar typo (#218) 2023-08-07 08:39:46 -05:00
Shane Harvey
0e729fb6f3
MOTOR-674 Fix incorrect doc examples for open_upload_stream (#100) 2021-02-12 11:32:37 -08:00
Prashant Mital
84f8a051d0
MOTOR-420 Remove legacy APIs/patterns from documentation (#85) 2020-08-13 16:03:48 -07:00
Prashant Mital
d72b4f5847
MOTOR-582 Deprecate Cursor.fetch_next and Cursor.next_object (#80) 2020-08-12 18:12:36 -07:00
A. Jesse Jiryu Davis
850539ab63 MOTOR-250 Delete callbacks from code examples 2018-07-01 18:47:29 -04:00
A. Jesse Jiryu Davis
e2901be3f2 Doc updates for 1.0. 2016-11-02 16:08:43 -04:00
A. Jesse Jiryu Davis
9bb62a8a23 MOTOR-127 Deprecate GridFS for GridFSBucket.
Use GridFSBucket in examples and in motor.web.GridFSHandler. This is a
BREAKING CHANGE to GridFSHandler.get_gridfs_file().
2016-10-31 23:36:06 -04:00
A. Jesse Jiryu Davis
1e6ab972b9 MOTOR-122 Make MotorGridOut iterable. 2016-10-31 11:38:29 -04:00
A. Jesse Jiryu Davis
601e08e660 MOTOR-116 Don't link arg names to unrelated docs. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
b50a8ffe74 MOTOR-79 Document Motor's asyncio API. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
a61cffec1f MOTOR-87 Remove deprecated APIs from docs. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
9176352a2b MOTOR-87 Initial port to PyMongo 3.3. 2016-10-26 06:28:45 -04:00
A. Jesse Jiryu Davis
d0290a508d MOTOR-79 Note docs aren't updated for asyncio yet. 2015-09-07 17:12:31 -04:00
A. Jesse Jiryu Davis
ca265b1583 MOTOR-76 Docs refer to motor.motor_tornado module.
For ease, set the Sphinx default role to 'py:obj' and just refer to Motor
classes like `MotorClient` instead of
:class:`~motor.motor_tornado.MotorClient`.

Requires an update to motor_extensions.py since a parameter name from PyMongo
like `limit` becomes a "pending xref"-type node.
2015-09-07 17:12:27 -04:00
rejoc
87f3c4244b All tests seem to pass 2015-04-06 14:26:31 +02:00
A. Jesse Jiryu Davis
0c3c4435fd Add a note about lazy connection in "differences". 2013-12-18 15:03:16 -05:00
A. Jesse Jiryu Davis
6edd4b98d1 Use intersphinx instead of URLs to refer to Tornado APIs. 2013-12-18 15:03:15 -05:00
A. Jesse Jiryu Davis
dd58befd82 Unused footnote. 2013-12-18 15:03:15 -05:00
A. Jesse Jiryu Davis
a0cb906ac7 Use intersphinx instead of URLs to refer to PyMongo APIs. 2013-12-18 15:03:15 -05:00
A. Jesse Jiryu Davis
f3a84e76e4 Update docs: open_sync() is gone. 2013-12-18 15:03:15 -05:00
A. Jesse Jiryu Davis
d8c11cac51 MotorCollection shouldn't accept kwargs. 2013-12-18 15:03:15 -05:00
A. Jesse Jiryu Davis
eda17eddd4 Obsolete sections in "Differences" doc. 2013-12-18 15:03:14 -05:00
A. Jesse Jiryu Davis
7296fb9a8b Update changelog and "differences" 2013-05-13 19:26:02 -04:00
A. Jesse Jiryu Davis
a2bf645c5b Improve is_locked doc in "differences" 2013-05-13 18:07:49 -04:00
A. Jesse Jiryu Davis
23ca096c17 General doc updates 2013-05-13 17:00:39 -04:00
A. Jesse Jiryu Davis
e94d725356 General doc updates 2013-05-13 16:07:40 -04:00
A. Jesse Jiryu Davis
e8d89f01ff Update docs: Futures, acknowledged writes by default, other recent changes 2013-05-11 11:17:16 -04:00
A. Jesse Jiryu Davis
b613a4d121 Docs cleanup 2013-04-17 16:53:33 -04:00
A. Jesse Jiryu Davis
ec668cba34 Replace gen.engine with gen.coroutine, drop async_test_engine for gen_test, plus remove redundant tests and fix test style 2013-04-17 14:26:34 -04:00
A. Jesse Jiryu Davis
b9f7b94f24 Remove MotorCursor.tail method 2013-04-15 16:28:23 -04:00
A. Jesse Jiryu Davis
65caa0717d Ban deprecated 'slave_okay' and 'safe' kwargs everywhere 2013-03-06 13:27:28 -05:00
A. Jesse Jiryu Davis
63b11dcd6d Update Motor docs' links from old MongoDB doc wiki to new MongoDB Manual 2013-02-25 12:54:50 -05:00
A. Jesse Jiryu Davis
c17407aa5b Update docs for connection -> client term change 2013-02-25 12:32:13 -05:00
A. Jesse Jiryu Davis
14459f8a5f Add max_wait_time option 2013-02-14 15:47:20 -05:00
A. Jesse Jiryu Davis
7a53ea1da5 Fix references to GridFSHandler in docs 2013-02-08 11:07:55 -05:00
A. Jesse Jiryu Davis
23a9e2ca4a Update docs for max_concurrent 2013-02-01 16:28:09 -05:00
A. Jesse Jiryu Davis
15d75f191a Use Sphinx's :members: directive instead of listing members manually in docs, plus general massive Motor docs improvements 2013-01-31 14:22:35 -05:00
A. Jesse Jiryu Davis
5e3ee8246f Motor now accepts 'w' parameter in place of deprecated 'safe' 2013-01-25 17:15:06 -05:00
A. Jesse Jiryu Davis
4560693338 Doc improvement 2013-01-18 20:55:59 -05:00
A. Jesse Jiryu Davis
d7f39355d7 Update docs for acknowledged writes and other topics 2013-01-16 09:28:14 -05:00
A. Jesse Jiryu Davis
3d6089eeee Initial import from my fork of PyMongo
https://github.com/ajdavis/mongo-python-driver/tree/motor/ is now deprecated :-)
2013-01-15 14:07:09 -05:00