@@ -12,7 +12,7 @@ MongoDB {+driver-short+} Documentation
12
12
13
13
.. toctree::
14
14
15
- Getting Started </get-started>
15
+ Get Started </get-started>
16
16
Connect </connect>
17
17
Databases & Collections </databases-collections>
18
18
CRUD Operations </crud>
@@ -58,101 +58,57 @@ Read and Write Data
58
58
59
59
Learn how to find, update, and delete data in the :ref:`pymongo-crud` section.
60
60
61
- Run a Database Command
62
- ----------------------
63
-
64
- Learn how to run a database command in the :ref:`pymongo-run-command` section.
65
-
66
- Optimize Queries with Indexes
67
- -----------------------------
68
-
69
- Learn how to work with common types of indexes in the :ref:`pymongo-indexes`
70
- section.
71
-
72
61
Transform Your Data with Aggregation
73
62
------------------------------------
74
63
75
64
Learn how to use {+driver-short+} to perform aggregation operations in the
76
65
:ref:`pymongo-aggregation` section.
77
66
78
- Secure Your Data
79
- ----------------
80
-
81
- Learn about ways you can authenticate your application and encrypt your data in
82
- the :ref:`pymongo-security` section.
83
-
84
67
Data Formats
85
68
------------
86
69
87
70
Learn how to work with specialized data formats and custom types in the
88
71
:ref:`pymongo-data-formats` section.
89
72
90
- Monitoring and Logging
91
- ----------------------
92
-
93
- Learn how to monitor changes to your application and write them to logs in the
94
- :ref:`pymongo-monitoring-logging` section.
95
-
96
- Serialization
97
- -------------
98
-
99
- Learn how {+driver-short+} serializes and deserializes data in the
100
- :ref:`pymongo-serialization` section.
101
-
102
- Third-Party Tools
103
- -----------------
73
+ Optimize Queries with Indexes
74
+ -----------------------------
104
75
105
- For a list of popular third-party Python libraries for working with
106
- MongoDB, see the :ref:`pymongo-tools` section.
76
+ Learn how to work with common types of indexes in the :ref:`pymongo-indexes`
77
+ section.
107
78
108
- What's New
109
- ----------
79
+ Run a Database Command
80
+ ----------------------
110
81
111
- For a list of new features and changes in each version, see the :ref:`<pymongo-release-notes>`
112
- section.
82
+ Learn how to run a database command in the :ref:`pymongo-run-command` section.
113
83
114
- Upgrade {+driver-short+} Versions
115
- ------------------------
84
+ Atlas Search
85
+ ------------
116
86
117
- Learn what changes you might need to make to your application to upgrade driver versions
118
- in the :ref:`pymongo-upgrade ` section.
87
+ Learn how to use Atlas Search to build full-text search capabilities in the
88
+ :ref:`pymongo-atlas-search ` section.
119
89
120
- Migrate from Motor to {+driver-async+}
121
- -------------------------------------
90
+ Secure Your Data
91
+ ----------------
122
92
123
- In September 2024, MongoDB released the experimental {+driver-async+} driver as a replacement
124
- for `Motor <https://www.mongodb.com/docs/drivers/motor/>`__, the previous asynchronous
125
- MongoDB driver for Python. Learn how to migrate from Motor
126
- to the {+driver-async+} driver in the :ref:`pymongo-async-motor-migration`
127
- section.
93
+ Learn about ways you can authenticate your application and encrypt your data in
94
+ the :ref:`pymongo-security` section.
128
95
129
- Switch from {+driver-short+} to {+driver-async+}
130
- ----------------------------------------------
96
+ Monitoring and Logging
97
+ ----------------------
131
98
132
- Learn what changes you need to make to switch from {+driver-short+} to
133
- the experimental {+driver-async+} driver in the :ref:`pymongo-to-async-guide ` section.
99
+ Learn how to monitor changes to your application and write them to logs in the
100
+ :ref:`pymongo-monitoring-logging ` section.
134
101
135
- Previous Versions
102
+ API Documentation
136
103
-----------------
137
104
138
- For documentation on versions of the driver v4.6.x and earlier , see the
139
- :ref:`pymongo-previous-versions` section .
105
+ For detailed information about types and methods in {+driver-short+} , see
106
+ the `{+driver-short+} API documentation <{+api-root+}>`__ .
140
107
141
108
Issues & Help
142
109
-------------
143
110
144
111
Learn how to report bugs, contribute to the driver, and find help in the
145
112
:ref:`<pymongo-issues-help>` section.
146
113
147
- Compatibility
148
- -------------
149
114
150
- For compatibility tables that show the recommended {+driver-short+}
151
- version to use for specific Python and {+mdb-server+} versions, see the
152
- :ref:`pymongo-compatibility` section.
153
-
154
- API Documentation
155
- -----------------
156
-
157
- For detailed information about types and methods in {+driver-short+}, see
158
- the `{+driver-short+} API documentation <{+api-root+}>`__.
0 commit comments