Skip to content

Commit ffe1a84

Browse files
committed
generating docs for pyres
0 parents  commit ffe1a84

21 files changed

+1941
-0
lines changed

.gitignore

Whitespace-only changes.

.nojekyll

Whitespace-only changes.

_sources/example.txt

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

_sources/index.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. PyRes documentation master file, created by
2+
sphinx-quickstart on Wed Jan 6 15:11:19 2010.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to PyRes's documentation!
7+
=================================
8+
9+
Contents:
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
intro
15+
16+
Indices and tables
17+
==================
18+
19+
* :ref:`genindex`
20+
* :ref:`modindex`
21+
* :ref:`search`
22+

_sources/intro.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Introduction
2+
============
3+
4+
PyRes is a resque_ clone built in python. Resque is used by Github as their
5+
message queue. Read_ the blog post from github about how they use resque in
6+
production.
7+
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+
check comments.
11+
12+
13+
14+
15+
16+
.. _resque: http://github.com/defunkt/resque#readme
17+
.. _Read: http://github.com/blog/542-introducing-resque
18+

0 commit comments

Comments
 (0)