From 677101a7306c77fb533baca7a6c36b5943528dd8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Aug 2011 02:58:07 -0400 Subject: garden --- README.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5534efc4d..895c5bb07 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,6 @@ deployment more fun, more predictable, and more productive. Pyramid is the newest web framework produced by the `Pylons Project `_. -Pyramid was previously known as `repoze.bfg `_. - Support and Documentation ------------------------- -- cgit v1.2.3 From 7961af6994ec744298debc5c4b62bce9b2d395ba Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Sep 2011 01:40:44 -0400 Subject: prep for 1.2a5 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 895c5bb07..4d427a13d 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,7 @@ Pyramid is a small, fast, down-to-earth, open source Python web application development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. -Pyramid is the newest web framework produced by the `Pylons Project -`_. +Pyramid is produced by the `Pylons Project `_. Support and Documentation ------------------------- -- cgit v1.2.3 From 28afa3c12d1cd94e1f4385f9493a076c05c13a77 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Jun 2013 09:13:06 -0400 Subject: Tweak. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4d427a13d..a3458028b 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Pyramid ======= -Pyramid is a small, fast, down-to-earth, open source Python web application -development framework. It makes real-world web application development and +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. Pyramid is produced by the `Pylons Project `_. -- cgit v1.2.3 From d10b97733618b92e1b6cfe7cbb8802f90b58dcde Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 00:37:58 -0800 Subject: Add RTD and Travis badges in the README --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a3458028b..73709319c 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. -- cgit v1.2.3 From 39a18291c45fa7b7591dec42ba22a5ad1957a86f Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 00:39:25 -0800 Subject: Use direct link to docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 73709319c..c6f174adf 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. -- cgit v1.2.3 From 5f75af8e760559dc321836f6f7bec4c147b1de42 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 17 Nov 2014 06:58:34 -0800 Subject: Use pylonsproject.org link for docs, point to master branch --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c6f174adf..adf7eea5e 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. -- cgit v1.2.3 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 From 06894a9d7e6fb3fb1595adc0f7cdbf4a573d49d4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Apr 2015 15:30:46 -0400 Subject: use 1.6 branch badge --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6de42ea40..9adfd90e7 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pyramid ======= -.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master +.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.6-branch :target: https://travis-ci.org/Pylons/pyramid .. image:: https://readthedocs.org/projects/pyramid/badge/?version=master -- cgit v1.2.3 From 59626acab6014dcf433050e228a53886e764950b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 15 Apr 2015 09:55:15 -0400 Subject: master is now 1.7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 9adfd90e7..6de42ea40 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Pyramid ======= -.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.6-branch +.. 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=master -- cgit v1.2.3 From cff2d808a84e01b99088ed00eb902011bc6a7237 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Fri, 16 Oct 2015 12:00:26 -0500 Subject: add a shield pointing to #pyramid --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6de42ea40..e99133441 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,10 @@ Pyramid :target: http://docs.pylonsproject.org/projects/pyramid/en/latest/ :alt: Latest Documentation Status +.. image:: https://img.shields.io/badge/irc-freenode-blue.svg + :target: https://webchat.freenode.net/?channels=pyramid + :alt: IRC Freenode + 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. -- cgit v1.2.3 From fb9b9f106699b38bc49c14c751d1b948a3c08533 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 11 Dec 2015 03:33:37 -0800 Subject: add developing and contributing section - wrap to 79 columns --- README.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e99133441..fed4534a0 100644 --- a/README.rst +++ b/README.rst @@ -16,9 +16,9 @@ Pyramid :target: https://webchat.freenode.net/?channels=pyramid :alt: IRC Freenode -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. +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. Pyramid is produced by the `Pylons Project `_. @@ -28,6 +28,13 @@ Support and Documentation See the `Pylons Project website `_ to view documentation, report bugs, and obtain support. +Developing and Contributing +--------------------------- + +See `HACKING.txt` and `contributing.md` for guidelines for running tests, +adding features, coding style, and updating documentation when developing in or +contributing to Pyramid. + License ------- -- cgit v1.2.3 From 4bd36e8669fece803ff8bb209e655ab16fb8c63b Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 11 Dec 2015 03:44:01 -0800 Subject: use double backticks for inline code formatting of filename --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index fed4534a0..2237d9950 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ documentation, report bugs, and obtain support. Developing and Contributing --------------------------- -See `HACKING.txt` and `contributing.md` for guidelines for running tests, +See ``HACKING.txt`` and ``contributing.md`` for guidelines for running tests, adding features, coding style, and updating documentation when developing in or contributing to Pyramid. -- cgit v1.2.3