DOC: fix formatting 0.5.6 release notes

This commit is contained in:
Victor Grau Serrat
2018-03-22 12:38:29 -06:00
parent caf2ef70fd
commit a0a2ed95bc
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 17:29:08.321479+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 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>
<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 -6
View File
@@ -283,13 +283,13 @@
<div class="section" id="build">
<h3>Build<a class="headerlink" href="#build" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li>Data Marketplace: ensures compatibility across wallets, now fully supporting</li>
<li>Data Marketplace: ensures compatibility across wallets, now fully supporting
<code class="docutils literal"><span class="pre">ledger</span></code>, <code class="docutils literal"><span class="pre">trezor</span></code>, <code class="docutils literal"><span class="pre">keystore</span></code>, <code class="docutils literal"><span class="pre">private</span> <span class="pre">key</span></code>. Partial support for
<code class="docutils literal"><span class="pre">metamask</span></code> (includes sign_msg, but not sign_tx). Current support for
<code class="docutils literal"><span class="pre">Digital</span> <span class="pre">Bitbox</span></code> is unknown, but believed to be supported.</li>
<li>Data Marketplace: Switched online provider from MyEtherWallet to MyCrypto.</li>
<li>Data Marketplace: Added progress indicator for data ingestion.</li>
</ul>
<p><cite>ledger</cite>, <cite>trezor</cite>, <cite>keystore</cite>, <cite>private key</cite>. Partial support for <cite>metamask</cite>
(includes sign_msg, but not sign_tx). Current support for <cite>Digital Bitbox</cite> is
unknown.
- Data Marketplace: Switched online provider from MyEtherWallet to MyCrypto.
- Data Marketplace: Added progress indicator for data ingestion.</p>
</div>
<div class="section" id="bug-fixes">
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline"></a></h3>
+1 -1
View File
File diff suppressed because one or more lines are too long