From e4c1b9c1c457dd651cf306af176f2426df97f84b Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Wed, 17 Feb 2016 00:47:49 +0000 Subject: [PATCH] Add link to license page to index.rst --- doc/en/index.rst | 1 + doc/en/license.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/en/index.rst b/doc/en/index.rst index 09e342e22..04b4512da 100644 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -7,6 +7,7 @@ pytest: helps you write better programs **a mature full-featured Python testing tool** - runs on Posix/Windows, Python 2.6-3.5, PyPy and (possibly still) Jython-2.5.1 + - free and open source software, distributed under the terms of the :ref:`MIT license ` - **well tested** with more than a thousand tests against itself - **strict backward compatibility policy** for safe pytest upgrades - :ref:`comprehensive online ` and `PDF documentation `_ diff --git a/doc/en/license.rst b/doc/en/license.rst index 75b6c64f5..dca7e8dfe 100644 --- a/doc/en/license.rst +++ b/doc/en/license.rst @@ -1,3 +1,5 @@ +.. _license: + License -------