Skip to content

Commit 393d0ee

Browse files
docs example result
1 parent c3e8e13 commit 393d0ee

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

dev/sphinx/source/readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ including a handful of tutorials.
5454
## Installation
5555

5656
You can have either `backtesting.py` or `lucit-backtesting` installed, but not both!
57-
58-
$ pip uninstall backtesting
59-
$ pip install lucit-backtesting
60-
57+
```
58+
$ pip uninstall backtesting
59+
$ pip install lucit-backtesting
60+
```
6161

6262
## Usage
6363

@@ -75,7 +75,6 @@ We record most significant statistics this simple system produces on our data, a
7575
inspection.
7676

7777
```
78-
#!/usr/bin/env python3
7978
from backtesting import Backtest, Strategy
8079
from backtesting.lib import crossover
8180
from backtesting.test import SMA, GOOG

docs/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 13:17 (CET).
513+
Last updated on Jun 07 2024 at 13:23 (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 13:17 (CET).
402+
Last updated on Jun 07 2024 at 13:23 (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 13:17 (CET).
380+
Last updated on Jun 07 2024 at 13:23 (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/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 13:17 (CET).
420+
Last updated on Jun 07 2024 at 13:23 (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 13:17 (CET).
970+
Last updated on Jun 07 2024 at 13:23 (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.

0 commit comments

Comments
 (0)