summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst5
-rw-r--r--docs/source/index.rst1
2 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 8fde8a6..5ed5682 100644
--- a/README.rst
+++ b/README.rst
@@ -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
=======================