From 7f95795ac4a97ccce371c3a87e7b7f8c9c314d2a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 10 Mar 2013 16:55:42 -0400 Subject: [PATCH] Fix broken links --- website/sphinx/index.rst | 9 ++++----- website/static/sphinx.css | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/website/sphinx/index.rst b/website/sphinx/index.rst index ebf9e686..3e41d584 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 de4d690b..6c56f757 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