Skip to content

Update docs #1767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@


# Example configuration for intersphinx: refer to the Python standard library.
# intersphinx_mapping = {'http://docs.scipy.org/': None}
intersphinx_mapping = {
'statsmodels' : ('http://statsmodels.sourceforge.net/devel/': None)
}
import glob
autosummary_generate = glob.glob("*.rst")

Expand All @@ -243,6 +245,6 @@

extlinks = {'pull request': ('https://github.com/pydata/pandas/pulls/%s',
'pull request ')}

extlinks = {'wiki': ('https://github.com/pydata/pandas/pulls/%s',
'wiki ')}
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Some other notes
on one feature for your application you may be able to create a faster
specialized tool.

- pandas will soon become a dependency of `statsmodels
- pandas is a dependency of `statsmodels
<http://statsmodels.sourceforge.net>`__, making it an important part of the
statistical computing ecosystem in Python.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Optional dependencies
* `SciPy <http://www.scipy.org>`__: miscellaneous statistical functions
* `PyTables <http://www.pytables.org>`__: necessary for HDF5-based storage
* `matplotlib <http://matplotlib.sourceforge.net/>`__: for plotting
* `scikits.statsmodels <http://statsmodels.sourceforge.net/>`__
* `statsmodels <http://statsmodels.sourceforge.net/>`__
* Needed for parts of :mod:`pandas.stats`
* `pytz <http://pytz.sourceforge.net/>`__
* Needed for time zone support with ``date_range``
Expand Down
4 changes: 2 additions & 2 deletions doc/source/related.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ with the ``la`` package.
- It has a collection of moving window statistics implemented in
`Bottleneck <http://pypi.python.org/pypi/Bottleneck>`__

scikits.statsmodels
-------------------
statsmodels
-----------

The main `statistics and econometrics library
<http://statsmodels.sourceforge.net>`__ for Python. pandas has become a
Expand Down