summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-11-03 16:33:48 -0700
committerDavid Lord <davidism@gmail.com>2018-11-03 16:33:48 -0700
commit3ca906f84dda8c97d7500a924604fc83367ded9b (patch)
tree7d5619d7df9b0000967fbe132a715e3e8e3b1b4b
parentab4f8630afe03916989e6d189bf1376e55303e2f (diff)
downloadmarkupsafe-3ca906f84dda8c97d7500a924604fc83367ded9b.tar.gz
add changelog and license to docs
-rw-r--r--docs/changes.rst4
-rw-r--r--docs/index.rst18
-rw-r--r--docs/license.rst4
3 files changed, 26 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
new file mode 100644
index 0000000..955deaf
--- /dev/null
+++ b/docs/changes.rst
@@ -0,0 +1,4 @@
+Changes
+=======
+
+.. include:: ../CHANGES.rst
diff --git a/docs/index.rst b/docs/index.rst
index 016fd1c..3db77ef 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -27,9 +27,27 @@ Markup('&lt;em&gt;Hello&lt;/em&gt; &lt;strong&gt;World&lt;/strong&gt;')
refer to the :class:`str` class. In Python 2, this would be the
``unicode`` class instead.
+
+Installing
+----------
+
+Install and update using `pip`_:
+
+.. code-block:: text
+
+ pip install -U MarkupSafe
+
+.. _pip: https://pip.pypa.io/en/stable/quickstart/
+
+
+Table of Contents
+-----------------
+
.. toctree::
:maxdepth: 2
escaping
html
formatting
+ license
+ changes
diff --git a/docs/license.rst b/docs/license.rst
new file mode 100644
index 0000000..cc8c2f3
--- /dev/null
+++ b/docs/license.rst
@@ -0,0 +1,4 @@
+License
+=======
+
+.. include:: ../LICENSE.rst