Commit Graph

45 Commits

Author SHA1 Message Date
Rin
b88415b8e8
refactor(ci): replace shell=True and awk pipes with native Python (#2671) 2026-01-09 09:23:00 -05:00
Casey Clements
6bdf07e726
PYTHON-5585 Add jira.mongodb.org/secure/ReleaseNote links to linkcheck_ignore (#2572) 2025-10-02 17:48:22 -04:00
Steven Silvester
55d399b75a
PYTHON-4019 Infinite loop in generic transactional provider due to dup keys (#2438) 2025-07-17 09:29:11 -05:00
Steven Silvester
7e19515d7b
PYTHON-5393 Make link checking more robust (#2374) 2025-06-11 10:44:46 -05:00
Steven Silvester
db1449b79f
PYTHON-5330 Convert no c extensions and doctests to use the standard test pattern (#2294) 2025-04-17 09:09:49 -05:00
Jeffrey A. Clark
166821f22c
PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
Steven Silvester
351196b91b
PYTHON-4813 Update specification documentation links (#1977) 2024-10-30 15:46:52 -05:00
Steven Silvester
6537415da7
PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
Steven Silvester
992d1507e7
PYTHON-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
Steven Silvester
6e2e70ab80
PYTHON-3381 Improve readability of sphinx docs (#1156) 2023-02-17 08:31:57 -06:00
Shane Harvey
864812d400
PYTHON-3366 Support mypy 0.971 and test with latest version (#1021)
PYTHON-3369 Use https://www.gevent.org
2022-07-25 15:25:41 -07:00
Steven Silvester
256cd002d6
PYTHON-3339 Ignore Sourceforge link that is giving 403 Error (#993) 2022-07-06 14:23:14 -05:00
Steven Silvester
77ace9a988
PYTHON-3299 Add Automatic Queryable Encryption Example to Docs (#964) 2022-06-07 17:29:51 -04:00
Shane Harvey
89d3fd0355
PYTHON-3279 Don't link check flakey wiki.centos.org (#951) 2022-05-23 12:44:44 -07:00
Steven Silvester
087950d869
PYTHON-3164 Outdated link from PyMongo docs to community forum (#895) 2022-03-15 15:49:11 -05:00
Steven Silvester
782c5517e0
PYTHON-3146 Test Failure - Could not import extension sphinxcontrib.shellcheck (#889) 2022-03-01 14:10:57 -06:00
Steven Silvester
a0fe7c03af
PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
Steven Silvester
0700a84432
PYTHON-1834 Add shellcheck (#858) 2022-02-11 06:32:01 -06:00
Steven Silvester
5578999a90
PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
Shane Harvey
f9bfd11290
PYTHON-2870 Add support for man/text/latex/etc.. docs output (#708)
Regenerate sphinx makefile with sphinx-quickstart 3.5.4.
Remove problematic mongodoc sphinx extension.
2021-08-19 13:31:46 -07:00
Shane Harvey
1390283a5d
PYTHON-2658 Remove NPS survey (#615) 2021-04-30 14:20:10 -07:00
Bernie Hackett
521f7b9af4 PYTHON-2133 Fix up docs
And finish deleting python 2 specific code.
2021-01-21 15:49:23 -08:00
Shane Harvey
5a1cbd8f20 PYTHON-2073 Add NPS Survey to documentation 2020-02-10 14:23:27 -08:00
Prashant Mital
83755b8739
PYTHON-1750 Support callbacks for simple types (#405) 2019-03-12 16:40:23 -07:00
ramiscoding
34d3dc7d86 Removing unused datetime module import 2017-11-14 15:58:54 -08:00
ramiscoding
e95a9ae478 Modifying the copyright date for reproducibility 2017-11-14 15:58:54 -08:00
ramiscoding
3ff3ce7937 Reproducibility-fix 2017-11-14 15:58:54 -08:00
Kay Kim
aa7a40c1b8 docs: add google tag (#331)
Update copyright for docs.
2017-08-01 14:59:25 -07:00
Bernie Hackett
c0767a551a PYTHON-1153 - Make docs build and test under python 3 2016-09-26 15:49:59 -07:00
A. Jesse Jiryu Davis
4edbd03d2b More info about gevent monkey patching effects. 2015-09-03 15:58:49 -04:00
Bernie Hackett
aec685b374 Fix up copyright dates. 2015-03-25 11:55:02 -07:00
A. Jesse Jiryu Davis
dc25d69f7e PYTHON-844 - Use the Python 3 docs' HTML theme. 2015-02-25 21:50:58 -05:00
A. Jesse Jiryu Davis
2fa1750b07 Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
A. Jesse Jiryu Davis
d2b23a535c Update docs for Connection->MongoClient change PYTHON-452 2013-02-10 10:53:35 -05:00
Bernie Hackett
1d2118e66c More Connection -> MongoClient in docs PYTHON-423 2012-11-16 18:07:37 -08:00
Tianjiao Yin
1d434d4752 Enable collapsiblesidebar in document 2012-10-20 13:56:26 +07:59
behackett
e945f5edbb Minor doc updates. 2012-07-05 15:27:11 -07:00
behackett
0b17c542e6 Fix some documentation build warnings. 2011-04-06 15:58:57 -07:00
behackett
1617054a81 Update copyright string. 2011-03-21 11:42:39 -07:00
Mike Dirolf
ad19a505f9 minor: move current directory to the front of sys.path for doc builds 2010-09-28 13:25:20 -04:00
Mike Dirolf
d92a292730 mongohub doc stuff 2010-01-29 17:35:21 -05:00
Mike Dirolf
9fd0ac4155 use doctest to test a bunch of docstrings - most importantly the tutorial and M/R example 2009-12-09 16:40:25 -05:00
Mike Dirolf
75a42727b5 doc cleanup for pymongo.connection module 2009-11-13 19:24:39 -05:00
Mike Dirolf
05ea42c6d4 tutorial 2009-11-12 16:47:29 -05:00
Mike Dirolf
4652b54bb9 API doc generation with Sphinx 2009-11-12 16:46:49 -05:00