From e83765cdd2c818ed9e00d56619b48f4e0a59bae2 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Fri, 18 Apr 2025 15:42:18 -0400 Subject: [PATCH 1/3] Update docs --- docs/source/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index c3570eb..b8d6e38 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,9 +4,10 @@ Django MongoDB CLI .. note:: - This documentation is for the MongoDB DBX Python team and developers of third - party libraries that support Django MongoDB Backend. End users of - Django MongoDB Backend should refer to the + This documentation is for the MongoDB Python Database Experience team and + developers of third party libraries that support `Django MongoDB Backend`_. + + End users of Django MongoDB Backend should refer to the `Django MongoDB Backend documentation`_. About From 9167510fad149be590a56826843c572724ebdec5 Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Fri, 18 Apr 2025 20:56:35 -0400 Subject: [PATCH 2/3] Update docs --- docs/source/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index b8d6e38..6b8df72 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,9 +5,10 @@ Django MongoDB CLI .. note:: This documentation is for the MongoDB Python Database Experience team and - developers of third party libraries that support `Django MongoDB Backend`_. + developers of third party libraries interested in supporting + `Django MongoDB Backend`_. - End users of Django MongoDB Backend should refer to the + Users of `Django MongoDB Backend`_ should read the `Django MongoDB Backend documentation`_. About @@ -16,7 +17,7 @@ About This library provides the ``dm`` command line utility which can be used for: - Testing `Django MongoDB Backend`_ with MongoDB's `Django fork`_ and :ref:`third party library test suites `. -- Testing Django projects with `Django MongoDB Backend`_ and :ref:`third party library integrations `. +- Testing Django projects with `Django MongoDB Backend`_ and :ref:`third party libraries `. Table of Contents ----------------- From 0116b1ab74d9fa982120889c090e4e0e2591291c Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Sat, 19 Apr 2025 08:06:42 -0400 Subject: [PATCH 3/3] Update docs --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6b8df72..b6be976 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,7 +14,7 @@ Django MongoDB CLI About ----- -This library provides the ``dm`` command line utility which can be used for: +This library provides the ``dm`` command which can be used for: - Testing `Django MongoDB Backend`_ with MongoDB's `Django fork`_ and :ref:`third party library test suites `. - Testing Django projects with `Django MongoDB Backend`_ and :ref:`third party libraries `.