mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 11:42:09 +08:00
DOC: link to forum from install doc
This commit is contained in:
+1
-1
@@ -1885,7 +1885,7 @@ Assets.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="catalyst.utils.calendars.TradingCalendar">
|
||||
<em class="property">class </em><code class="descclassname">catalyst.utils.calendars.</code><code class="descname">TradingCalendar</code><span class="sig-paren">(</span><em>start=Timestamp('1990-01-01 00:00:00+0000'</em>, <em>tz='UTC')</em>, <em>end=Timestamp('2019-03-22 18:12:45.735781+0000'</em>, <em>tz='UTC')</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/catalyst/utils/calendars/trading_calendar.html#TradingCalendar"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#catalyst.utils.calendars.TradingCalendar" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="descclassname">catalyst.utils.calendars.</code><code class="descname">TradingCalendar</code><span class="sig-paren">(</span><em>start=Timestamp('1990-01-01 00:00:00+0000'</em>, <em>tz='UTC')</em>, <em>end=Timestamp('2019-03-22 21:26:22.284701+0000'</em>, <em>tz='UTC')</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/catalyst/utils/calendars/trading_calendar.html#TradingCalendar"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#catalyst.utils.calendars.TradingCalendar" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>An TradingCalendar represents the timing information of a single market
|
||||
exchange.</p>
|
||||
<p>The timing information is made up of two parts: sessions, and opens/closes.</p>
|
||||
|
||||
+6
-3
@@ -162,6 +162,7 @@
|
||||
<a class="reference external image-reference" href="https://enigmampc.github.io/catalyst"><img alt="Enigma | Catalyst" class="align-center" src="https://s3.amazonaws.com/enigmaco-docs/enigma-catalyst.png" /></a>
|
||||
<p><a class="reference external" href="https://pypi.python.org/pypi/enigma-catalyst"><img alt="version tag" src="https://img.shields.io/pypi/v/enigma-catalyst.svg" /></a>
|
||||
<a class="reference external" href="https://pypi.python.org/pypi/enigma-catalyst"><img alt="version status" src="https://img.shields.io/pypi/pyversions/enigma-catalyst.svg" /></a>
|
||||
<a class="reference external" href="https://catalyst.enigma.co/"><img alt="forum" src="https://img.shields.io/badge/forum-join-green.svg" /></a>
|
||||
<a class="reference external" href="https://discordapp.com/invite/SJK32GY"><img alt="discord" src="https://img.shields.io/badge/discord-join%20chat-green.svg" /></a>
|
||||
<a class="reference external" href="https://twitter.com/enigmampc"><img alt="twitter" src="https://img.shields.io/twitter/follow/enigmampc.svg?style=social&label=Follow&style=flat-square" /></a></p>
|
||||
<div class="line-block">
|
||||
@@ -178,9 +179,11 @@ visit <a class="reference external" href="https://www.enigma.co">enigma.co</a> t
|
||||
<p>Catalyst builds on top of the well-established
|
||||
<a class="reference external" href="https://github.com/quantopian/zipline">Zipline</a> project. We did our best to
|
||||
minimize structural changes to the general API to maximize compatibility with
|
||||
existing trading algorithms, developer knowledge, and tutorials. Join us on
|
||||
<a class="reference external" href="https://discord.gg/SJK32GY">Discord</a> where we have a <em>#catalyst_dev</em> channel
|
||||
for questions around Catalyst, algorithmic trading and technical support.</p>
|
||||
existing trading algorithms, developer knowledge, and tutorials. Join us on the
|
||||
<a class="reference external" href="https://catalyst.enigma.co/">Catalyst Forum</a> for questions around Catalyst,
|
||||
algorithmic trading and technical support. We also have a
|
||||
<a class="reference external" href="https://discord.gg/SJK32GY">Discord</a> group with the <em>#catalyst_dev</em> and
|
||||
<em>#catalyst_setup</em> dedicated channels.</p>
|
||||
<div class="section" id="overview">
|
||||
<h1>Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h1>
|
||||
<ul class="simple">
|
||||
|
||||
@@ -645,6 +645,9 @@ Thus, the first method is the recommended one.</p>
|
||||
<em>Troubleshooting</em> sections, you still experience problems installing Catalyst,
|
||||
you can seek additional help through the following channels:</p>
|
||||
<ul class="simple">
|
||||
<li>Join our <a class="reference external" href="https://catalyst.enigma.co/">Catalyst Forum</a>, and browse a variety
|
||||
of topics and conversations around common issues that others face when using
|
||||
Catalyst, and how to resolve them. And join the conversation!</li>
|
||||
<li>Join our <a class="reference external" href="https://discord.gg/SJK32GY">Discord community</a>, and head over
|
||||
the #catalyst_dev channel where many other users (as well as the project
|
||||
developers) hang out, and can assist you with your particular issue. The
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user