From 2f325ee2b43365b04b47b48b2bb44b4dd97d6e86 Mon Sep 17 00:00:00 2001 From: Tobias Brandt Date: Wed, 14 Nov 2012 12:17:12 +0200 Subject: [PATCH] DOC: Added chapter headings for Messaging and Extensions to make the TOC more readable. --- docs/extensions.rst | 4 ++++ docs/index.rst | 1 + docs/messaging.rst | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/extensions.rst b/docs/extensions.rst index 50185706..639a58c1 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -1,3 +1,7 @@ +********** +Extensions +********** + .. highlight:: cython Philosophy diff --git a/docs/index.rst b/docs/index.rst index 829c7aef..fa37478e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,7 @@ Contents overview.rst modules.rst messaging.rst + extensions.rst Indices and tables diff --git a/docs/messaging.rst b/docs/messaging.rst index 5ade0428..f460cc8d 100644 --- a/docs/messaging.rst +++ b/docs/messaging.rst @@ -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. - \ No newline at end of file +