Skip to content

Commit

Permalink
Remove an obsolete sidebar in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 17, 2016
1 parent bbcacf4 commit 89d27f5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,9 @@ follows::

In [1]: import reflexible as rf

.. sidebar:: header file

Don't include the actual header file name, but use *only* the
directory name within which the header resides. If the header is not
named `header`, you can use the optional headerfile argument.

The next step is to create the accessor to the FLEXPART run::
The next step is to create the accessor to the FLEXPART run. You usually
should pass the location of the 'pathnames' file to the `Flexpart`
constructor::

In [2]: fprun = rf.Flexpart("/tmp/stads2_V10/pathnames")

Expand Down

0 comments on commit 89d27f5

Please sign in to comment.