Skip to content

Commit

Permalink
testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Aug 24, 2016
1 parent 1a86e96 commit 35c83aa
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 69 deletions.
2 changes: 2 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ Now set the parameters specific to the brightness model that we defined earlier:
Now, define the times you wish the model to be evaluated at, let's do a single full orbit:

.. code-block:: python
t= spider_params.t0 + np.linspace(0, + spider_params.per,100)
Finally, a lightcurve can be generated simply by using the "lightcurve" method:

.. code-block:: python
lc = spider_params.lightcurve(t)
plt.plot(t,lc)
Expand Down
120 changes: 51 additions & 69 deletions examples/.ipynb_checkpoints/quickstart-checkpoint.ipynb

Large diffs are not rendered by default.

0 comments on commit 35c83aa

Please sign in to comment.