From 8c53e7a4a1407d3f029b1d5ed07dca8bdf2975e0 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Wed, 30 Apr 2025 12:38:24 -0400 Subject: [PATCH 1/3] references page --- snooty.toml | 3 ++- source/reference.txt | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index 94a678ff..e98cea4b 100644 --- a/snooty.toml +++ b/snooty.toml @@ -11,7 +11,8 @@ toc_landing_pages = [ "crud", "/crud/query", "/crud/update", - "/monitoring-and-logging" + "/monitoring-and-logging", + "reference" ] intersphinx = [ diff --git a/source/reference.txt b/source/reference.txt index 6529672e..1fd6acb3 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -12,4 +12,12 @@ Reference Compatibility Upgrade Guides Migrate to PyMongo Async - Previous Versions \ No newline at end of file + Previous Versions + +For information about versioning, upgrades and migrations, see the following pages: + + - :ref:`Release Notes ` + - :ref:`Compatibility ` + - :ref:`Upgrade Guides ` + - :ref:`Migrate to PyMongo Async ` + - :ref:`Previous Versions ` \ No newline at end of file From 3e90658b9e27e18fc1434f6aede21daf984b7e57 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Wed, 30 Apr 2025 13:05:05 -0400 Subject: [PATCH 2/3] RR feedback --- source/reference.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/reference.txt b/source/reference.txt index 1fd6acb3..4863c166 100644 --- a/source/reference.txt +++ b/source/reference.txt @@ -14,7 +14,8 @@ Reference Migrate to PyMongo Async Previous Versions -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 ` - :ref:`Compatibility ` From ee23c152b5b7dbccea60f2c556086b9f7c7749d9 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Wed, 30 Apr 2025 13:05:41 -0400 Subject: [PATCH 3/3] RR feedback --- snooty.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index e98cea4b..125cb037 100644 --- a/snooty.toml +++ b/snooty.toml @@ -8,11 +8,11 @@ toc_landing_pages = [ "/security/authentication", "/data-formats", "/connect/connection-options", - "crud", + "/crud", "/crud/query", "/crud/update", "/monitoring-and-logging", - "reference" + "/reference" ] intersphinx = [