Skip to content

Commit c646088

Browse files
docs example result
1 parent 51c0057 commit c646088

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stats = bt.run()
9696
bt.plot()
9797
print(f"\r\nOverview:\r\n{stats}\r\n")
9898
print(f"\r\nEquity:\r\n{stats['_equity_curve']}\r\n")
99-
print(f"\r\nTrades:\r\n{stats['_trades']}\r\n")
99+
print(f"\r\nTrades:\r\n{stats['_trades']}")
100100
```
101101

102102
Results in:

dev/sphinx/source/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stats = bt.run()
9696
bt.plot()
9797
print(f"\r\nOverview:\r\n{stats}\r\n")
9898
print(f"\r\nEquity:\r\n{stats['_equity_curve']}\r\n")
99-
print(f"\r\nTrades:\r\n{stats['_trades']}\r\n")
99+
print(f"\r\nTrades:\r\n{stats['_trades']}")
100100
```
101101

102102
Results in:

docs/_sources/readme.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ stats = bt.run()
9696
bt.plot()
9797
print(f"\r\nOverview:\r\n{stats}\r\n")
9898
print(f"\r\nEquity:\r\n{stats['_equity_curve']}\r\n")
99-
print(f"\r\nTrades:\r\n{stats['_trades']}\r\n")
99+
print(f"\r\nTrades:\r\n{stats['_trades']}")
100100
```
101101

102102
Results in:

docs/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h3>Navigation</h3>
510510
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
511511
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
512512
See <a href="/license.html">License</a> for more information.<br />
513-
Last updated on Jun 07 2024 at 10:51 (CET).
513+
Last updated on Jun 07 2024 at 10:53 (CET).
514514
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
515515
<br />
516516
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Jun 07 2024 at 10:51 (CET).
402+
Last updated on Jun 07 2024 at 10:53 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ <h3>Navigation</h3>
377377
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
378378
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
379379
See <a href="/license.html">License</a> for more information.<br />
380-
Last updated on Jun 07 2024 at 10:51 (CET).
380+
Last updated on Jun 07 2024 at 10:53 (CET).
381381
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
382382
<br />
383383
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ <h3>Navigation</h3>
569569
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
570570
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
571571
See <a href="/license.html">License</a> for more information.<br />
572-
Last updated on Jun 07 2024 at 10:51 (CET).
572+
Last updated on Jun 07 2024 at 10:53 (CET).
573573
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
574574
<br />
575575
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h3>Navigation</h3>
417417
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
418418
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
419419
See <a href="/license.html">License</a> for more information.<br />
420-
Last updated on Jun 07 2024 at 10:51 (CET).
420+
Last updated on Jun 07 2024 at 10:53 (CET).
421421
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
422422
<br />
423423
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ <h3>Navigation</h3>
967967
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
968968
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
969969
See <a href="/license.html">License</a> for more information.<br />
970-
Last updated on Jun 07 2024 at 10:51 (CET).
970+
Last updated on Jun 07 2024 at 10:53 (CET).
971971
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
972972
<br />
973973
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h2>Usage<a class="headerlink" href="#usage" title="Link to this heading">¶</a>
302302
<span class="n">bt</span><span class="o">.</span><span class="n">plot</span><span class="p">()</span>
303303
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="se">\r\n</span><span class="s2">Overview:</span><span class="se">\r\n</span><span class="si">{</span><span class="n">stats</span><span class="si">}</span><span class="se">\r\n</span><span class="s2">&quot;</span><span class="p">)</span>
304304
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="se">\r\n</span><span class="s2">Equity:</span><span class="se">\r\n</span><span class="si">{</span><span class="n">stats</span><span class="p">[</span><span class="s1">&#39;_equity_curve&#39;</span><span class="p">]</span><span class="si">}</span><span class="se">\r\n</span><span class="s2">&quot;</span><span class="p">)</span>
305-
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="se">\r\n</span><span class="s2">Trades:</span><span class="se">\r\n</span><span class="si">{</span><span class="n">stats</span><span class="p">[</span><span class="s1">&#39;_trades&#39;</span><span class="p">]</span><span class="si">}</span><span class="se">\r\n</span><span class="s2">&quot;</span><span class="p">)</span>
305+
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;</span><span class="se">\r\n</span><span class="s2">Trades:</span><span class="se">\r\n</span><span class="si">{</span><span class="n">stats</span><span class="p">[</span><span class="s1">&#39;_trades&#39;</span><span class="p">]</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
306306
</pre></div>
307307
</div>
308308
<p>Results in:</p>
@@ -525,7 +525,7 @@ <h3>Navigation</h3>
525525
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
526526
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
527527
See <a href="/license.html">License</a> for more information.<br />
528-
Last updated on Jun 07 2024 at 10:51 (CET).
528+
Last updated on Jun 07 2024 at 10:53 (CET).
529529
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
530530
<br />
531531
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>Navigation</h3>
344344
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
345345
&copy; <a href="/license.html">Copyright</a> 2024-2024, LUCIT Systems and Development. All Rights Reserved..
346346
See <a href="/license.html">License</a> for more information.<br />
347-
Last updated on Jun 07 2024 at 10:51 (CET).
347+
Last updated on Jun 07 2024 at 10:53 (CET).
348348
<a href="https://github.com/LUCIT-Systems-and-Development/lucit-backtesting/issues/new/choose">Found a bug</a>?
349349
<br />
350350
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)