mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
34 lines
644 B
ReStructuredText
34 lines
644 B
ReStructuredText
.. QSim documentation master file, created by
|
|
sphinx-quickstart on Wed Feb 8 15:29:56 2012.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Quantopian Simulator: QSim
|
|
================================
|
|
|
|
Qsim runs backtests using asynchronous components and zeromq messaging for communication and coordination.
|
|
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
notes.rst
|
|
modules.rst
|
|
messaging.rst
|
|
|
|
|
|
|
|
Review the unit test coverage_.
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. _coverage: cover/index.html |