DOC: Added chapter headings for Messaging and Extensions to make the TOC more

readable.
This commit is contained in:
Tobias Brandt
2012-11-14 12:17:12 +02:00
parent 92fa9bf41d
commit 2f325ee2b4
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
**********
Extensions
**********
.. highlight:: cython
Philosophy
+1
View File
@@ -37,6 +37,7 @@ Contents
overview.rst
modules.rst
messaging.rst
extensions.rst
Indices and tables
+5 -1
View File
@@ -1,3 +1,7 @@
*********
Messaging
*********
qbt runs backtests using multiple processes and zeromq messaging for communication and coordination.
Backtest is the primary process. It maintains both server and client sockets:
@@ -23,4 +27,4 @@ zmq sockets for backtest clients:
- event feed, ZMQ.RESP. Port = port_start + 6
- backtest will bind to this socket and respond to requests from client for more data. Response data will be the queue of events that
transpired since the last request.