Skip to content

Commit

Permalink
Merge pull request #1530 from jseabold/fix-link
Browse files Browse the repository at this point in the history
DOC: Fix link
  • Loading branch information
jseabold committed Mar 28, 2014
2 parents 80f7fa3 + 69f78ef commit 3456ced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:orphan:

.. currentmodule:: statsmodels

.. _faq:

Frequently Asked Question
Expand All @@ -18,7 +20,7 @@ These are shorthand for endogenous and exogenous variables. You might be more co
How does statsmodels handle missing data?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Missing data can be handled via the ``missing`` keyword argument. Every model takes this keyword. You can find more information in the docstring of :class:`statsmodels.base.Model`.
Missing data can be handled via the ``missing`` keyword argument. Every model takes this keyword. You can find more information in the docstring of :class:`statsmodels.base.Model <base.model.Model>`.

.. `Model class <http://statsmodels.sourceforge.net/devel/dev/generated/statsmodels.base.model.Model.html#statsmodels.base.model.Model>`_.
Expand Down

0 comments on commit 3456ced

Please sign in to comment.