diff options
| author | David Smith <smithdc@gmail.com> | 2025-07-25 10:24:17 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | f81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch) | |
| tree | 44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/misc | |
| parent | 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff) | |
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
Diffstat (limited to 'docs/misc')
| -rw-r--r-- | docs/misc/design-philosophies.txt | 6 | ||||
| -rw-r--r-- | docs/misc/distributions.txt | 15 | ||||
| -rw-r--r-- | docs/misc/index.txt | 4 |
3 files changed, 12 insertions, 13 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt index af27bf02d7..0b989d760e 100644 --- a/docs/misc/design-philosophies.txt +++ b/docs/misc/design-philosophies.txt @@ -34,9 +34,9 @@ stack are independent of another wherever possible. Less code --------- -Django apps should use as little code as possible; they should lack boilerplate. -Django should take full advantage of Python's dynamic capabilities, such as -introspection. +Django apps should use as little code as possible; they should lack +boilerplate. Django should take full advantage of Python's dynamic +capabilities, such as introspection. .. _quick-development: diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt index 64b4f3d88e..fbf0de6344 100644 --- a/docs/misc/distributions.txt +++ b/docs/misc/distributions.txt @@ -3,10 +3,10 @@ Third-party distributions of Django =================================== Many third-party distributors are now providing versions of Django integrated -with their package-management systems. These can make installation and upgrading -much easier for users of Django since the integration includes the ability to -automatically install dependencies (like database adapters) that Django -requires. +with their package-management systems. These can make installation and +upgrading much easier for users of Django since the integration includes the +ability to automatically install dependencies (like database adapters) that +Django requires. Typically, these packages are based on the latest stable release of Django, so if you want to use the development version of Django you'll need to follow the @@ -21,15 +21,14 @@ a list of `Third Party Distributions`_ to help you out. .. _`Third Party Distributions`: https://code.djangoproject.com/wiki/Distributions - For distributors ================ If you'd like to package Django for distribution, we'd be happy to help out! Please introduce yourself on the `Django Forum`_. -We also encourage all distributors to subscribe to the |django-announce| mailing -list, which is a (very) low-traffic list for announcing new releases of Django -and important bugfixes. +We also encourage all distributors to subscribe to the |django-announce| +mailing list, which is a (very) low-traffic list for announcing new releases of +Django and important bugfixes. .. _Django Forum: https://forum.djangoproject.com/ diff --git a/docs/misc/index.txt b/docs/misc/index.txt index 6232a26e37..4ad67a3426 100644 --- a/docs/misc/index.txt +++ b/docs/misc/index.txt @@ -2,8 +2,8 @@ Meta-documentation and miscellany ================================= -Documentation that we can't find a more organized place for. Like that drawer in -your kitchen with the scissors, batteries, duct tape, and other junk. +Documentation that we can't find a more organized place for. Like that drawer +in your kitchen with the scissors, batteries, duct tape, and other junk. .. toctree:: :maxdepth: 2 |
