File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ More coming up
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Contents:
11
11
.. toctree ::
12
12
:maxdepth: 2
13
13
14
- introduction
14
+ intro
15
15
16
16
Indices and tables
17
17
==================
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ PyRes is a resque_ clone built in python. Resque is used by Github as their
5
5
message queue. Read _ the blog post from github about how they use resque in
6
6
production.
7
7
8
- : synopsis: Any job which takes a little while to run can be put on a message
9
- queue. Read our example _ implementation of how a PyRes can be used to spam
8
+ :synopsis: Any job which takes a little while to run can be put on a message
9
+ queue. Read our :doc: ` Example < /example >` implementation of how a PyRes can be used to spam
10
10
check comments.
11
11
12
12
13
13
14
14
15
15
16
16
.. _resque : http://github.com/defunkt/resque#readme
17
- .. _ read : http://github.com/blog/542-introducing-resque
17
+ .. _ Read : http://github.com/blog/542-introducing-resque
18
18
You can’t perform that action at this time.
0 commit comments