File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ PyMongo
1010 :local:
1111 :backlinks: none
1212 :depth: 2
13- :class: twocols
13+ :class: singlecol
1414
1515Introduction
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
6969Connect to MongoDB Atlas
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ MongoDB Python Drivers
1212 :local:
1313 :backlinks: none
1414 :depth: 1
15- :class: twocols
15+ :class: singlecol
1616
1717Introduction
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
You can’t perform that action at this time.
0 commit comments