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 </documentation/releases/v2.0.0.html>`_ for
+:doc:`version 2.0 release notes <releases/v2.0.0>` for
information about backwards compatibility.
Quick links
-----------
-* `Documentation <documentation.html>`_
-* |Download current version|: :current_tarball:`z` (`release notes </documentation/releases.html>`_)
+* :doc:`Documentation <documentation>`
+* |Download current version|: :current_tarball:`z` (:doc:`release notes <releases>`)
* `Source (github) <https://github.com/facebook/tornado>`_
* `Mailing list <http://groups.google.com/group/python-tornado>`_
* `Wiki <https://github.com/facebook/tornado/wiki/Links>`_
application.listen(8888)
tornado.ioloop.IOLoop.instance().start()</code></pre>
-See the `Tornado documentation </documentation/index.html>`_ for a
+See the :doc:`Tornado documentation <documentation>` for a
detailed walkthrough of the framework.
Installation
:hidden:
documentation
-
div.section {
max-width: 850px;
+}
+
+/* sphinx renders an em tag inside internal reference links; we don't want
+ these to be italic */
+a.reference.internal em {
+ font-style: normal;
}
\ No newline at end of file