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