From c4fe07f2bd053d41859f2caf5ef93dd4819a60a4 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 25 Mar 2015 21:27:16 -0700 Subject: Add a badge and link for latest documentation to complement master --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index adf7eea5e..6de42ea40 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,11 @@ Pyramid .. image:: https://readthedocs.org/projects/pyramid/badge/?version=master :target: http://docs.pylonsproject.org/projects/pyramid/en/master/ - :alt: Documentation Status + :alt: Master Documentation Status + +.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest + :target: http://docs.pylonsproject.org/projects/pyramid/en/latest/ + :alt: Latest Documentation Status Pyramid is a small, fast, down-to-earth, open source Python web framework. It makes real-world web application development and -- cgit v1.2.3