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 1 commit
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
3 changes: 2 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ toc_landing_pages = [
"crud",
"/crud/query",
"/crud/update",
"/monitoring-and-logging"
"/monitoring-and-logging",
"reference"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"reference"
"/reference",

]

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: oxford comma

Suggested change
For information about versioning, upgrades and migrations, see the following pages:
To find information about versioning, upgrading your driver, and migrating to the
asynchronous driver, see the following pages:

For information about versioning, upgrades and migrations, 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