Skip to content

Commit

Permalink
revise the text in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ekourkchi committed Dec 14, 2020
1 parent cee07c3 commit 385ff90
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 164 deletions.
10 changes: 7 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Quick Usage
.. code-block:: pycon
>>> import pycf3
>>> cf3 = pycf3.CF3()
>>> result = cf3.calculate_distance(velocity=9000, glon=283, glat=75)
>>> print(result.observed_velocity_)
9000.0
Expand All @@ -102,9 +103,12 @@ documentation <https://pycf3.readthedocs.io>`_.
Citation
--------

Please acknowledge pycf3 in any research report or publication that
requires citation of any author\'s work. Our suggested acknowledgment
is:

* If you use the results of this work in your research or other applications,
please cite `Kourkchi et al. 2020, AJ, 159, 67 <https://ui.adsabs.harvard.edu/abs/2020AJ....159...67K/abstract>`_
* Please acknowledge pycf3 in any research report or publication that
requires citation of any author\'s work. Our suggested acknowledgment
is:

..
Expand Down
Loading

0 comments on commit 385ff90

Please sign in to comment.