Skip to content

Commit

Permalink
Added information where source code can be located and restrucutred d…
Browse files Browse the repository at this point in the history
…ocs a bit.
  • Loading branch information
Jukka Ojaniemi committed Apr 4, 2013
1 parent e00eb27 commit 0a08c1f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
11 changes: 11 additions & 0 deletions docs/source/configuration.rst
Expand Up @@ -44,6 +44,17 @@ Third part is name of the exchange where we're binding the queue. Eg.::
The actual options below binding section are normal key = value parameters
which are used in pika.

Processing order
----------------

Pikacon's processing order is following:

1. Connection
2. Channel
3. Exchanges
4. Queues
5. Bindings

Complete configuration example
------------------------------
::
Expand Down
12 changes: 2 additions & 10 deletions docs/source/index.rst
Expand Up @@ -15,19 +15,11 @@ program. Class takes a path to ini-style config file as a parameter and creates
connection, exchanges, queues and bindings automatically from there. All you
need to provide is a proper config.

Pikacon's processing order is following:

1. Connection
2. Channel
3. Exchanges
4. Queues
5. Bindings


Contents:

.. toctree::
:maxdepth: 2

Configuration <configuration>
Example <example>
Integration example <example>
Source code <source>
7 changes: 7 additions & 0 deletions docs/source/source.rst
@@ -0,0 +1,7 @@
Source code
===========

Pikacon's source code and issue tracker is at `Github`_. Fork or send a ticket
if you have troube with it.

.. _Github: https://github.com/pingviini/pikacon

0 comments on commit 0a08c1f

Please sign in to comment.