Skip to content

Commit

Permalink
DOC: added linkcheck and fixed some redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Apr 23, 2018
1 parent 4a12c0c commit 6242a82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation

The pyblp package has been tested on `Python 3.6 <https://www.python.org/downloads/>`_. The `SciPy instructions <https://scipy.org/install.html>`_ for installing related packages is a good guide for how to install a scientific Python environment. A good choice is the `Anaconda Distribution <https://www.anaconda.com/download/>`_, since, along with many other packages that are useful for scientific computing, it comes packaged with pyblp's only required dependencies: `NumPy <http://www.numpy.org/>`_ and `SciPy <https://www.scipy.org/>`_.

You can install the current release of pyblp with `pip <http://www.pip-installer.org/en/latest/>`_::
You can install the current release of pyblp with `pip <https://pip.pypa.io/en/latest/>`_::

pip install pyblp

Expand All @@ -28,7 +28,7 @@ If you lack permissions, you can install pyblp in your user directory with the `

pip install --user pyblp

Alternatively, you can download a wheel or source archive from `PyPI <https://pypi.python.org/pypi/pyblp>`_. You can find the latest development code on `GitHub <https://github.com/jeffgortmaker/pyblp>`_.
Alternatively, you can download a wheel or source archive from `PyPI <https://pypi.org/project/pyblp/>`_. You can find the latest development code on `GitHub <https://github.com/jeffgortmaker/pyblp/>`_.


Features
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
release = version = pyblp.__version__

# configure build information
tls_verify = False
master_doc = 'index'
source_suffix = '.rst'
htmlhelp_basename = 'blpdoc'
Expand Down
6 changes: 3 additions & 3 deletions docs/source/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Morrow, W. R., & Skerlos, S. J. (2011). `Fixed-point approaches to computing Ber

.. _nm65:

Nelder, J., & Mead, R. (1965). `A simplex method for function minimization <https://doi.org/10.1093/comjnl/7.4.308>`_. *Computer Journal, 7* (4), 308-313.
Nelder, J., & Mead, R. (1965). `A simplex method for function minimization <https://academic.oup.com/comjnl/article-abstract/7/4/308/354237>`_. *Computer Journal, 7* (4), 308-313.

.. _n97:

Expand All @@ -39,11 +39,11 @@ Reynaerts, J., Varadhan, R., & Nash, J. C. (2012). `Enhancing the convergence pr

.. _s12:

Skrainka, B. (2012). `A large scale study of the small sample performance of random coefficient models of demand <https://ssrn.com/abstract=1942627>`_.
Skrainka, B. (2012). `A large scale study of the small sample performance of random coefficient models of demand <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1942627>`_.

.. _sj11:

Skrainka, B., & Judd, K. L. (2011). `High performance quadrature rules: How numerical integration affects a popular model of product differentiation <https://ssrn.com/abstract=1870703>`_.
Skrainka, B., & Judd, K. L. (2011). `High performance quadrature rules: How numerical integration affects a popular model of product differentiation <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1870703>`_.

.. _vr08:

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ changedir = docs/source
commands =
python ../../setup.py check -r -s
sphinx-build -E -W -n -b html -d ../build/doctrees . ../build/html
sphinx-build -E -W -b linkcheck -d ../build/doctrees . ../build/linkcheck

[testenv:build]
skip_install = True
Expand Down

0 comments on commit 6242a82

Please sign in to comment.