From d10b97733618b92e1b6cfe7cbb8802f90b58dcde Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 00:37:58 -0800 Subject: [PATCH 1/3] Add RTD and Travis badges in the README --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a3458028b4..73709319c9 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,13 @@ Pyramid ======= +.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master + :target: https://travis-ci.org/Pylons/pyramid + +.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest + :target: https://readthedocs.org/projects/pyramid/?badge=latest + :alt: Documentation Status + Pyramid is a small, fast, down-to-earth, open source Python web framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. From 39a18291c45fa7b7591dec42ba22a5ad1957a86f Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 00:39:25 -0800 Subject: [PATCH 2/3] Use direct link to docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 73709319c9..c6f174adfc 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Pyramid :target: https://travis-ci.org/Pylons/pyramid .. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest - :target: https://readthedocs.org/projects/pyramid/?badge=latest + :target: http://pyramid.readthedocs.org/en/latest/ :alt: Documentation Status Pyramid is a small, fast, down-to-earth, open source Python web framework. From 5f75af8e760559dc321836f6f7bec4c147b1de42 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 06:58:34 -0800 Subject: [PATCH 3/3] Use pylonsproject.org link for docs, point to master branch --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c6f174adfc..adf7eea5e0 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ Pyramid .. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master :target: https://travis-ci.org/Pylons/pyramid -.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest - :target: http://pyramid.readthedocs.org/en/latest/ +.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master + :target: http://docs.pylonsproject.org/projects/pyramid/en/master/ :alt: Documentation Status Pyramid is a small, fast, down-to-earth, open source Python web framework.