Skip to content

Commit

Permalink
added quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Morissette committed Jun 24, 2014
1 parent 56c12e5 commit c187ff2
Show file tree
Hide file tree
Showing 5 changed files with 1,699 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Contents:
:maxdepth: 4

Installation Guide <install>
Quickstart <quickstart>
API <ffn>

Indices and tables
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using ``pip`` or ``easy_insatll``:
$ pip install ffn
If pip is not installed, I recommend installing the `Anaconda Scientific Python
If pip is not installed, we recommend installing the `Anaconda Scientific Python
Distribution <https://store.continuum.io/cshop/anaconda/>`_. This distribution comes with many of the required packages pre-installed, including pip. Once Anaconda is installed, the above command should complete the installation.

ffn should be compatible with Python 2.7.
672 changes: 672 additions & 0 deletions docs/source/quickstart.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Quickstart
==========

First things first, we must install ffn. ffn stands on the shoulders of giants
and therefore has many requirements. The easiest way to get started is to
install the `Anaconda Scientific Python Distribution <https://store.continuum.io/cshop/anaconda/>`_.
This distribution comes with many of the required packages pre-installed, including pip.

To install ffn, simply run:

.. code-block:: bash
$ pip install ffn
Now let's get started. By the way, We are using an IPython Notebook for our example. If you don't know what
that is, you definitely need to check it out `here <http://ipython.org/notebook.html>`__!

.. notebook:: quickstart.ipynb
Loading

0 comments on commit c187ff2

Please sign in to comment.