summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-02-24 09:46:54 -0800
committerDavid Lord <davidism@gmail.com>2021-02-24 09:46:54 -0800
commit9b3c64d5c4d61387ad98d0a75b67c8ba9586647c (patch)
tree7ca5f1540ff328b9b93d12a98fabccaccca86b3e /docs
parent3f6a7e8ea995aefd4b45ca35395edaa0921a12d3 (diff)
downloadjinja2-9b3c64d5c4d61387ad98d0a75b67c8ba9586647c.tar.gz
docs rename changelog to changes, add license
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst (renamed from docs/changelog.rst)4
-rw-r--r--docs/index.rst3
-rw-r--r--docs/license.rst4
3 files changed, 8 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changes.rst
index 218fe33..955deaf 100644
--- a/docs/changelog.rst
+++ b/docs/changes.rst
@@ -1,4 +1,4 @@
-Changelog
-=========
+Changes
+=======
.. include:: ../CHANGES.rst
diff --git a/docs/index.rst b/docs/index.rst
index dcaa9ff..4ce2071 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -25,4 +25,5 @@ syntax. Then the template is passed data to render the final document.
switching
tricks
faq
- changelog
+ license
+ changes
diff --git a/docs/license.rst b/docs/license.rst
new file mode 100644
index 0000000..a53a98c
--- /dev/null
+++ b/docs/license.rst
@@ -0,0 +1,4 @@
+BSD-3-Clause License
+====================
+
+.. include:: ../LICENSE.rst