From 8132e1f5eac1cfdc1986f3a985ae43b957e52184 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Mon, 30 Oct 2017 14:47:15 -0600 Subject: [PATCH] DOC: small fixes --- docs/source/beginner-tutorial.rst | 2 +- docs/source/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/beginner-tutorial.rst b/docs/source/beginner-tutorial.rst index a19374ee..a54e4922 100644 --- a/docs/source/beginner-tutorial.rst +++ b/docs/source/beginner-tutorial.rst @@ -255,7 +255,7 @@ slippage model that ``catalyst`` uses). Let's take a quick look at the performance ``DataFrame``. For this, we use ``pandas`` from inside the IPython Notebook and print the first ten -rows. and print the first ten rows. Note that ``catalyst`` makes heavy usage of +rows. Note that ``catalyst`` makes heavy usage of `pandas `_, especially for data input and outputting so it's worth spending some time to learn it. diff --git a/docs/source/install.rst b/docs/source/install.rst index 028f9295..d47590e9 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -41,7 +41,7 @@ version: $ virtualenv catalyst-venv $ source ./catalyst-venv/bin/activate - $ pip install enigma- + $ pip install enigma-catalyst Though not required by Catalyst directly, our example algorithms use matplotlib to visually display the results of the trading algorithms. If you wish to run