From 16bfbd38c4fd1fe80b33502ed444f9adada7c26a Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Thu, 17 Apr 2025 20:40:16 -0400 Subject: [PATCH] Update docs --- docs/source/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f9b36ba..c3570eb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,10 +9,13 @@ Django MongoDB CLI Django MongoDB Backend should refer to the `Django MongoDB Backend documentation`_. +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 libraries ` with the ``dm repo`` command. -- Testing `Django MongoDB Backend`_ projects with :ref:`third party libraries ` with the ``dm startproject`` command. +- 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 `. Table of Contents ----------------- @@ -26,4 +29,4 @@ Table of Contents .. _`Django MongoDB Backend`: https://github.com/mongodb/django-mongodb-backend .. _`Django fork`: https://github.com/mongodb-forks/django -.. _`Django MongoDB Backend documentation`: https://www.mongodb.com/docs/languages/python/django-mongodb/v5.0/ +.. _`Django MongoDB Backend documentation`: https://www.mongodb.com/docs/languages/python/django-mongodb/v5.1/