Skip to content

Commit dc619c6

Browse files
author
Chris Cho
authored
DOCS-13677 pymongo links (#646)
* DOCS-13677: update pymongo links
1 parent c401b50 commit dc619c6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/pymongo.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ PyMongo
1010
:local:
1111
:backlinks: none
1212
:depth: 2
13-
:class: twocols
13+
:class: singlecol
1414

1515
Introduction
1616
------------
1717

1818
**PyMongo** is the recommended way to work with MongoDB from Python.
1919

20-
- :api:`Tutorial <python/current/tutorial.html>`
20+
- `Tutorial <https://pymongo.readthedocs.io/en/stable/tutorial.html>`__
2121

22-
- :api:`API Reference <python/current/api/index.html>`
22+
- `API Reference <https://pymongo.readthedocs.io/en/stable/api/index.html>`__
2323

24-
- :api:`Changelog <python/current/changelog.html>`
24+
- `Changelog <https://pymongo.readthedocs.io/en/stable/changelog.html>`__
2525

2626
- `Source Code <https://github.com/mongodb/mongo-python-driver>`__
2727

@@ -62,8 +62,8 @@ To upgrade using pip:
6262
$ python -m pip install --upgrade pymongo
6363

6464

65-
See :api:`Installation <python/current/installation.html>` for more
66-
ways to install.
65+
See `Installation <https://pymongo.readthedocs.io/en/stable/installation.html>`__
66+
for more ways to install.
6767

6868

6969
Connect to MongoDB Atlas

source/python.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MongoDB Python Drivers
1212
:local:
1313
:backlinks: none
1414
:depth: 1
15-
:class: twocols
15+
:class: singlecol
1616

1717
Introduction
1818
------------
@@ -30,7 +30,7 @@ Take the free online course taught by MongoDB
3030
.. figure:: /figures/M220P_hero.jpg
3131

3232
- `M220P: MongoDB for Python Developers <https://university.mongodb.com/courses/M220P/about>`__
33-
33+
3434
Learn the essentials of Python application development with MongoDB.
3535

3636

0 commit comments

Comments
 (0)