Skip to content

Commit 2bfdc40

Browse files
committed
Fix a couple of formatting problems in the docs
1 parent 3a3a162 commit 2bfdc40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,21 @@ Validation procedure
148148

149149
You can check the accuracy of Pysolar yourself using the iPython Notebook file ``test/validation.ipynb``. The validation steps are:
150150

151-
1. Install `IPython Notebook <http://ipython.org/install.html>`, plus a few Python dependencies.
151+
1. Install `IPython Notebook <http://ipython.org/install.html>_`, plus a few Python dependencies.
152152

153153
``sudo apt-get install ipython-notebook python3 python3-pip python3-scipy``
154+
154155
``sudo pip3 install pytz``
155156

156157
2. Make sure you have installed only the version of Pysolar that you want to validate.
157158

158159
3. Change to the test directory: `cd pysolar/test/`
159160

160-
3. Run ``python3 -i query_usno.py usno_data_6259.txt``. This runs Pysolar's ``get_altitude()`` and ``get_azimuth()`` functions repeatedly, compares the results to a file included in Pysolar of data pulled from the USNO website, and writes the results to the file ``test/pysolar_v_usno.csv``.
161+
4. Run ``python3 -i query_usno.py usno_data_6259.txt``. This runs Pysolar's ``get_altitude()`` and ``get_azimuth()`` functions repeatedly, compares the results to a file included in Pysolar of data pulled from the USNO website, and writes the results to the file ``test/pysolar_v_usno.csv``.
161162

162-
4. Start IPython Notebook and open ``validation.ipynb``.
163+
5. Start IPython Notebook and open ``validation.ipynb``.
163164

164-
5. Run the code in ``test/validation.ipynb``, which will calculate the error statistics and generate the graphs shown above.
165+
6. Run the code in ``test/validation.ipynb``, which will calculate the error statistics and generate the graphs shown above.
165166

166167
References
167168
==========

0 commit comments

Comments
 (0)