@@ -12,7 +12,7 @@ MongoDB {+driver-short+} Documentation
1212
1313.. toctree::
1414
15- Getting Started </get-started>
15+ Get Started </get-started>
1616 Connect </connect>
1717 Databases & Collections </databases-collections>
1818 CRUD Operations </crud>
@@ -58,101 +58,57 @@ Read and Write Data
5858
5959Learn how to find, update, and delete data in the :ref:`pymongo-crud` section.
6060
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-
7261Transform Your Data with Aggregation
7362------------------------------------
7463
7564Learn how to use {+driver-short+} to perform aggregation operations in the
7665:ref:`pymongo-aggregation` section.
7766
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-
8467Data Formats
8568------------
8669
8770Learn how to work with specialized data formats and custom types in the
8871:ref:`pymongo-data-formats` section.
8972
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+ -----------------------------
10475
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.
10778
108- What's New
109- ----------
79+ Run a Database Command
80+ ----------------------
11081
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.
11383
114- Upgrade {+driver-short+} Versions
115- ------------------------
84+ Atlas Search
85+ ------------
11686
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.
11989
120- Migrate from Motor to {+driver-async+}
121- -------------------------------------
90+ Secure Your Data
91+ ----------------
12292
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.
12895
129- Switch from {+driver-short+} to {+driver-async+}
130- ----------------------------------------------
96+ Monitoring and Logging
97+ ----------------------
13198
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.
134101
135- Previous Versions
102+ API Documentation
136103-----------------
137104
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+}>`__ .
140107
141108Issues & Help
142109-------------
143110
144111Learn how to report bugs, contribute to the driver, and find help in the
145112:ref:`<pymongo-issues-help>` section.
146113
147- Compatibility
148- -------------
149114
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