From: Ben Darnell Date: Sun, 10 Mar 2013 20:55:42 +0000 (-0400) Subject: Fix broken links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f95795ac4a97ccce371c3a87e7b7f8c9c314d2a;p=thirdparty%2Ftornado.git Fix broken links --- diff --git a/website/sphinx/index.rst b/website/sphinx/index.rst index ebf9e6865..3e41d584e 100644 --- a/website/sphinx/index.rst +++ b/website/sphinx/index.rst @@ -33,14 +33,14 @@ Upgrading from Tornado 1.x Tornado 2.0 introduces several potentially backwards-incompatible changes, including in particular automatic escaping of template output. Users who are upgrading from Tornado 1.x should see the -`version 2.0 release notes `_ for +:doc:`version 2.0 release notes ` for information about backwards compatibility. Quick links ----------- -* `Documentation `_ -* |Download current version|: :current_tarball:`z` (`release notes `_) +* :doc:`Documentation ` +* |Download current version|: :current_tarball:`z` (:doc:`release notes `) * `Source (github) `_ * `Mailing list `_ * `Wiki `_ @@ -67,7 +67,7 @@ Here is the canonical "Hello, world" example app for Tornado:: application.listen(8888) tornado.ioloop.IOLoop.instance().start() -See the `Tornado documentation `_ for a +See the :doc:`Tornado documentation ` for a detailed walkthrough of the framework. Installation @@ -134,4 +134,3 @@ Commons 3.0 `_. :hidden: documentation - diff --git a/website/static/sphinx.css b/website/static/sphinx.css index de4d690b1..6c56f7579 100644 --- a/website/static/sphinx.css +++ b/website/static/sphinx.css @@ -64,4 +64,8 @@ div.related, div.sphinxsidebar { div.section { max-width: 850px; +} + +a.reference.internal em { + font-style: normal; } \ No newline at end of file