Skip to content

Commit

Permalink
add changelog and license to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Nov 3, 2018
1 parent ab4f863 commit 3ca906f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changes
=======

.. include:: ../CHANGES.rst
18 changes: 18 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,27 @@ Markup('<em>Hello</em> <strong>World</strong>')
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
4 changes: 4 additions & 0 deletions docs/license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
License
=======

.. include:: ../LICENSE.rst

0 comments on commit 3ca906f

Please sign in to comment.