|
48 | 48 | 'sphinx.ext.autosummary', |
49 | 49 | 'sphinx.ext.mathjax', |
50 | 50 | 'sphinx.ext.githubpages', |
| 51 | + 'IPython.sphinxext.ipython_console_highlighting', |
| 52 | + 'IPython.sphinxext.ipython_directive' |
51 | 53 | ] |
52 | 54 |
|
53 | 55 | # Add any paths that contain templates here, relative to this directory. |
|
170 | 172 | # -- Options for intersphinx extension --------------------------------------- |
171 | 173 |
|
172 | 174 | # Example configuration for intersphinx: refer to the Python standard library. |
173 | | -intersphinx_mapping = {'https://docs.python.org/': None} |
| 175 | +intersphinx_mapping = { |
| 176 | + 'statsmodels': ('http://www.statsmodels.org/dev/', None), |
| 177 | + 'matplotlib': ('https://matplotlib.org', None), |
| 178 | + 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), |
| 179 | + 'python': ('https://docs.python.org/3', None), |
| 180 | + 'numpy': ('https://docs.scipy.org/doc/numpy', None), |
| 181 | + 'np': ('https://docs.scipy.org/doc/numpy', None), |
| 182 | + 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None), |
| 183 | + 'pd': ('https://pandas.pydata.org/pandas-docs/stable/', None), |
| 184 | +} |
174 | 185 |
|
175 | 186 | autosummary_generate = True |
0 commit comments