Skip to content
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>

For information about versioning, upgrades and migrations, see the following pages:
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:


- :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