Skip to content

References landing page #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ toc_landing_pages = [
"/security/authentication",
"/data-formats",
"/connect/connection-options",
"crud",
"/crud",
"/crud/query",
"/crud/update",
"/monitoring-and-logging"
"/monitoring-and-logging",
"/reference"
]

intersphinx = [
Expand Down
11 changes: 10 additions & 1 deletion source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@ Reference
Compatibility </reference/compatibility>
Upgrade Guides </reference/upgrade>
Migrate to PyMongo Async </reference/migration>
Previous Versions </reference/previous-versions>
Previous Versions </reference/previous-versions>

To find information about versioning, upgrading your driver, and migrating to
the asynchronous driver, see the following pages:

- :ref:`Release Notes <pymongo-release-notes>`
- :ref:`Compatibility <pymongo-compatibility>`
- :ref:`Upgrade Guides <pymongo-upgrade>`
- :ref:`Migrate to PyMongo Async <pymongo-async-migration>`
- :ref:`Previous Versions <pymongo-previous-versions>`
Loading