diff options
-rw-r--r-- | README.rst | 5 | ||||
-rw-r--r-- | docs/source/index.rst | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,7 @@ A WSGI object-dispatching web framework, in the spirit of TurboGears, only much much smaller, with many fewer dependencies. -[![Build Status](https://secure.travis-ci.org/dreamhost/pecan.png)](http://travis-ci.org/dreamhost/pecan) +.. _travis: http://travis-ci.org/dreamhost/pecan +.. |travis| image:: https://secure.travis-ci.org/dreamhost/pecan.png + +|travis|_ diff --git a/docs/source/index.rst b/docs/source/index.rst index 86bfebc..5967758 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -25,7 +25,6 @@ While Pecan doesn't provide support for sessions or databases out of the box, tutorials are included for integrating these yourself in just a few lines of code. - Narrative Documentation ======================= |