summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-09 14:42:33 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-09 14:42:43 -0800
commit3287d9d82f33e86dc107e15a5b3a6bb6ae302dc5 (patch)
tree5172e1d4e72b59f374e33332e2a7bb4b15bb4155
parent629bbce1c88a4a576182c7a41372a70a864d8226 (diff)
downloadpbr-3287d9d82f33e86dc107e15a5b3a6bb6ae302dc5.tar.gz
Link to the documentation in the readme
Change-Id: Ib4ddd8bcb749e21615c856026d10df16be3923f9
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e7a1311..7a19c70 100644
--- a/README.rst
+++ b/README.rst
@@ -22,6 +22,8 @@ when that library itself will alter how the setup is processed. As Metadata
2.0 and other modern Python packaging PEPs come out, `pbr` aims to support
them as quickly as possible.
+You can read more in `the documentation`_.
+
Running Tests
=============
The testing system is based on a combination of tox and testr. The canonical
@@ -45,3 +47,5 @@ In you go this route, you can interact with the testr command directly.
Running `testr run` will run the entire test suite. `testr run --parallel`
will run it in parallel (this is the default incantation tox uses.) More
information about testr can be found at: http://wiki.openstack.org/testr
+
+.. _`the documentation`: http://docs.openstack.org/developer/pbr/