Commit Graph

36 Commits

Author SHA1 Message Date
Kernc
b157c48a3c REF: Add Straetgy.data.<array>.to_series() method 2019-01-15 11:30:02 +01:00
Kernc
7711732612 DOC: Make MultipleTimeFrames tutorial simpler ...
... by moving behind-the-scenes explanation into
`backtesting.lib.resample_apply()` docstring.
2019-01-15 11:12:07 +01:00
Kernc
8ab04bacc8 MNT: Add sitemap.txt generation for gh-pages 2019-01-12 10:38:28 +01:00
Kernc
74f0f9b8de MNT: tests need matplotlib, doc/build needs pdoc3 2019-01-12 10:38:28 +01:00
Kernc
b8f5824686 Remove incorrect tqdm.auto warning 2019-01-11 06:59:58 +01:00
Kernc
08028591ac MNT: Add setuptools.setup(project_urls=) 2019-01-09 09:26:55 +01:00
Kernc
fdc1185b79 MNT: Make module backtesting.test runnable 2019-01-08 07:00:37 +01:00
Kernc
c1cdc9e1a3 MNT: Use shields.io badges in README.md 2019-01-07 16:48:43 +01:00
Kernc
390ebd67fa MNT: doc/build.sh recommend installing all [doc] deps 2019-01-07 15:13:35 +01:00
Kernc
a823aef251 MNT: Build example docs with GA autotrack.js 2019-01-07 15:13:35 +01:00
Kernc
efac20af42 MNT: Show logo in README.md 2019-01-07 15:13:35 +01:00
Kernc
b7c7988d19 DOC: pdoc template: Specify rel=canonical w/o index.html 2019-01-07 15:13:35 +01:00
Kernc
fcc65aa987 MNT: Move extras/scripts around a bit 2019-01-07 15:13:35 +01:00
Kernc
3faae71e24 MNT: doc/build.sh: ignore RuntimeWarning
Raised in Strategies_Lib.ipynb by numpy on binop with nan.
2019-01-07 15:13:35 +01:00
Kernc
c9712e048f MNT: build.sh: Replace defunct gtag.js with analytics.js 2019-01-07 15:13:35 +01:00
Kernc
70272638cc MNT: Fix bug in docs deploy.sh script 2019-01-07 15:13:34 +01:00
Kernc
6066ea229a Add ISSUE_TEMPLATE.md 2019-01-07 15:13:34 +01:00
Kernc
cc4ef27726 Add CONTRIBUTING.md 2019-01-07 15:13:34 +01:00
Kernc
22ad0eb3a5 Add MANIFEST.in 2019-01-07 15:13:34 +01:00
NEMi
952302cbbb DOC: Update strings in Quick Start tutorial 2019-01-07 14:11:43 +01:00
Kernc
7e277fcfe2 pdoc_template: add favicon 2019-01-07 14:11:43 +01:00
Kernc
80fca8100a ENH: Use tqdm when available 2019-01-07 14:11:43 +01:00
Kernc
20d0ab6897 .travis.yml: Also install [test] deps when building docs 2019-01-07 14:11:43 +01:00
Kernc
7367662eda DOC: Give more time to nbconvert executor on Travis 2019-01-07 14:11:42 +01:00
Kernc
3aa3c01126 setup.py: nbconvert requires jupyter_client and ipykernel 2019-01-07 14:11:42 +01:00
Kernc
4b222e94e9 DOC: Different approach to checking links validity
Consider replacing with something standard.
2019-01-07 14:11:42 +01:00
Kernc
3ac0d1d20d DOC: make jupytext conversion more resilient to version changes 2019-01-07 14:11:42 +01:00
Kernc
0917c25811 setup.py: List packages and include_package_data=True
Gotta remember that even with setuptools_git,
these are non-optional!
2019-01-07 14:11:42 +01:00
Kernc
5664408231 TST: test_compute_stats compares almost equal values
Otherwise fails for precision on different platforms.
2019-01-07 14:11:42 +01:00
Kernc
959182d4f9 setup.py: List 'seaborn' as 'test' dependency
Used in Parameter\ Heatmap.ipynb
2019-01-07 14:11:41 +01:00
Kernc
cc921ef728 .travis.yml: Besides PRs, only build master branch and tags 2019-01-07 14:11:41 +01:00
Kernc
aa9a27d909 .travis.yml: Set BOKEH_BROWSER=none for all builds 2019-01-07 14:11:41 +01:00
Kernc
ac7e1deb03 .travis.yml: Run tests on dist:Xenial 2019-01-07 14:11:41 +01:00
Kernc
68e1c7ff95 .travis.yml: Avoid catching undef vars (set -u)
Because Travis misbehaves. :(
2019-01-07 14:11:41 +01:00
Kernc
ada98ccbd8 Update some docstrings for pdoc 0.5.0 2019-01-07 14:11:40 +01:00
Kernc
b1066f16fb Add initial Backtesting.py (squashed dev branch) 2019-01-07 14:11:40 +01:00