mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[2.2.x] Used extlinks for Django's source code.
Backport of a68c029e22
from master.
This commit is contained in:
parent
ffdacc5879
commit
2fb602f581
12 changed files with 38 additions and 69 deletions
|
@ -74,17 +74,16 @@ newspaper in Lawrence, Kansas, USA. Django's now run by an international
|
|||
How is Django licensed?
|
||||
=======================
|
||||
|
||||
Django is distributed under `the 3-clause BSD license
|
||||
<https://github.com/django/django/blob/master/LICENSE>`_. This is an open
|
||||
source license granting broad permissions to modify and redistribute Django.
|
||||
Django is distributed under :source:`the 3-clause BSD license <LICENSE>`. This
|
||||
is an open source license granting broad permissions to modify and redistribute
|
||||
Django.
|
||||
|
||||
Why does Django include Python's license file?
|
||||
==============================================
|
||||
|
||||
Django includes code from the Python standard library. Python is distributed
|
||||
under a permissive open source license. `A copy of the Python license
|
||||
<https://github.com/django/django/blob/master/LICENSE.python>`_ is
|
||||
included with Django for compliance with Python's terms.
|
||||
under a permissive open source license. :source:`A copy of the Python license
|
||||
<LICENSE.python>` is included with Django for compliance with Python's terms.
|
||||
|
||||
Which sites use Django?
|
||||
=======================
|
||||
|
@ -183,15 +182,13 @@ The Django docs are available in the ``docs`` directory of each Django tarball
|
|||
release. These docs are in reST (reStructuredText) format, and each text file
|
||||
corresponds to a Web page on the official Django site.
|
||||
|
||||
Because the documentation is `stored in revision control`_, you can browse
|
||||
documentation changes just like you can browse code changes.
|
||||
Because the documentation is :source:`stored in revision control <docs>`, you
|
||||
can browse documentation changes just like you can browse code changes.
|
||||
|
||||
Technically, the docs on Django's site are generated from the latest development
|
||||
versions of those reST documents, so the docs on the Django site may offer more
|
||||
information than the docs that come with the latest Django release.
|
||||
|
||||
.. _stored in revision control: https://github.com/django/django/tree/master/docs/
|
||||
|
||||
How do I cite Django?
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue