File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ Upgrading from Tornado 1.x
33
33
Tornado 2.0 introduces several potentially backwards-incompatible
34
34
changes, including in particular automatic escaping of template
35
35
output. Users who are upgrading from Tornado 1.x should see the
36
- `version 2.0 release notes </documentation/ releases/v2.0.0.html >`_ for
36
+ :doc: `version 2.0 release notes <releases/v2.0.0 >` for
37
37
information about backwards compatibility.
38
38
39
39
Quick links
40
40
-----------
41
41
42
- * `Documentation <documentation.html >`_
43
- * |Download current version |: :current_tarball: `z ` (`release notes </documentation/ releases.html >`_ )
42
+ * :doc: `Documentation <documentation >`
43
+ * |Download current version |: :current_tarball: `z ` (:doc: `release notes <releases >` )
44
44
* `Source (github) <https://github.com/facebook/tornado >`_
45
45
* `Mailing list <http://groups.google.com/group/python-tornado >`_
46
46
* `Wiki <https://github.com/facebook/tornado/wiki/Links >`_
@@ -67,7 +67,7 @@ Here is the canonical "Hello, world" example app for Tornado::
67
67
application.listen(8888)
68
68
tornado.ioloop.IOLoop.instance().start()</code></pre>
69
69
70
- See the `Tornado documentation </ documentation/index.html >`_ for a
70
+ See the :doc: `Tornado documentation <documentation >` for a
71
71
detailed walkthrough of the framework.
72
72
73
73
Installation
@@ -134,4 +134,3 @@ Commons 3.0 <http://creativecommons.org/licenses/by/3.0/>`_.
134
134
:hidden:
135
135
136
136
documentation
137
-
Original file line number Diff line number Diff line change @@ -64,4 +64,8 @@ div.related, div.sphinxsidebar {
64
64
65
65
div .section {
66
66
max-width : 850px ;
67
+ }
68
+
69
+ a .reference .internal em {
70
+ font-style : normal;
67
71
}
You can’t perform that action at this time.
0 commit comments