Skip to content

Commit

Permalink
Merge pull request #105 from aburrell/doc_bugfix
Browse files Browse the repository at this point in the history
DOC: fix broken links
  • Loading branch information
aburrell committed Dec 9, 2022
2 parents ae4cf1d + fe67f32 commit 063c5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ versions may cause problems if paths are not managed carefully.
This package requires NumPy, which you can install alone or as a part of SciPy.
`Some Python distributions <https://scipy.org/install/>`_
come with NumPy/SciPy pre-installed. For Python distributions without
NumPy/SciPy, Windows/Mac users should install
`pre-compiled binaries of NumPy/SciPy <https://scipy.org/download/#official-source-and-binary-releases>`_, and Linux users may have
NumPy/SciPy available in `their repositories <https://scipy.org/download/>`_.
NumPy/SciPy, various package managers for different operating systems allow
for simple local installation (as directed on the SciPy installation page.
Pip should install NumPy automatically when installing :py:mod:`apexpy`, but if
not, install it manually before attempting to install :py:mod:`apexpy`.
:py:mod:`apexpy` is not compatible with NumPy version 1.19.X, older and newer
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/fortranapex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module is the interface to the apex Fortran library by
Emmert et al. [2010] [1]_. The interface is not documented.
Use :class:`apexpy.Apex` for all conversions and calculations. You can find
some documentation of the actual Fortran library in the source file
`apexsh.f90 <https://github.com/aburrell/apexpy/blob/main/src/fortranapex/apexsh.f90>`_.
`apexsh.f90 <https://github.com/aburrell/apexpy/blob/main/fortranapex/apexsh.f90>`_.

.. [1] Emmert, J. T., A. D. Richmond, and D. P. Drob (2010),
A computationally compact representation of Magnetic-Apex
Expand Down

0 comments on commit 063c5ad

Please sign in to comment.