Skip to content

Commit c112bd3

Browse files
authored
Merge pull request #18 from aclark4life/main
Update docs
2 parents 9470ece + 74c26cb commit c112bd3

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616

17-
extensions = []
17+
extensions = ["sphinx_copybutton"]
1818

1919
templates_path = ["_templates"]
2020
exclude_patterns = []

docs/source/index.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ About
1616

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

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>`.
19+
- :ref:`Running third party library test suites <third-party-libraries>` with `Django MongoDB Backend`_ and MongoDB's `Django fork`_.
20+
- Creating `Django projects`_ with `Django MongoDB Backend`_ and :ref:`third party libraries <third-party-libraries>`.
2421

2522
Table of Contents
2623
-----------------

docs/source/installation/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Create a virtual environment
1919
source .venv/bin/activate
2020

2121

22-
Install CLI
23-
-----------
22+
Install ``dm`` command
23+
----------------------
2424

2525
::
2626

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626
"rich",
2727
"setuptools", # For django-rest-framework
2828
"sphinx-autobuild", # For django-mongodb-backend documentation
29+
"sphinx-copybutton", # For django-mongodb-backend documentation
2930
"toml",
3031
]
3132

0 commit comments

Comments
 (0)