Skip to content

Commit 06bc680

Browse files
committed
Update docs
1 parent 6ec947f commit 06bc680

16 files changed

+140
-657
lines changed

docs/source/index.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,22 @@ About
1616

1717
This library provides the ``dm`` command which can be used for:
1818

19-
- Testing `Django MongoDB Backend`_ with MongoDB's `Django fork`_ and :ref:`third party library test suites <third-party-libraries>`.
20-
- Testing Django projects with `Django MongoDB Backend`_ and :ref:`third party libraries <third-party-libraries>`.
19+
- Testing
20+
21+
22+
- :ref:`Third party library test suites <third-party-libraries>` with `Django MongoDB Backend`_ and MongoDB's `Django fork`_.
23+
- `Django projects`_ with `Django MongoDB Backend`_ and :ref:`third party libraries <third-party-libraries>`.
2124

2225
Table of Contents
2326
-----------------
2427

2528
.. toctree::
26-
:maxdepth: 2
29+
:maxdepth: 3
2730

2831
installation/index
2932
third-party-library-support/index
30-
supported-libraries/index
3133

3234
.. _`Django MongoDB Backend`: https://github.com/mongodb/django-mongodb-backend
3335
.. _`Django fork`: https://github.com/mongodb-forks/django
3436
.. _`Django MongoDB Backend documentation`: https://www.mongodb.com/docs/languages/python/django-mongodb/v5.1/
37+
.. _`Django projects`: https://docs.djangoproject.com/en/5.2/intro/tutorial01/#creating-a-project

docs/source/installation/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Install CLI
2626

2727
python -m pip install -e .
2828

29-
Install development dependencies
30-
--------------------------------
29+
Clone third-party library repositories
30+
--------------------------------------
3131

3232
::
3333

docs/source/supported-libraries/django-allauth.rst

-220
This file was deleted.

docs/source/supported-libraries/django-debug-toolbar.rst

-84
This file was deleted.

0 commit comments

Comments
 (0)