Skip to content

Commit 0f414c4

Browse files
committed
starting up the docs
1 parent 381f670 commit 0f414c4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/source/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
More coming up

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contents:
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
introduction
14+
intro
1515

1616
Indices and tables
1717
==================

docs/source/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ PyRes is a resque_ clone built in python. Resque is used by Github as their
55
message queue. Read_ the blog post from github about how they use resque in
66
production.
77

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
1010
check comments.
1111

1212

1313

1414

1515

1616
.. _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
1818

0 commit comments

Comments
 (0)