We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef8578 commit f0cd113Copy full SHA for f0cd113
docs/source/conf.py
@@ -33,6 +33,7 @@
33
extensions = [
34
'sphinx.ext.autodoc',
35
'sphinx.ext.intersphinx',
36
+ 'sphinx.ext.extlinks',
37
'IPython.sphinxext.ipython_directive',
38
'IPython.sphinxext.ipython_console_highlighting'
39
]
@@ -267,3 +268,9 @@
267
268
269
# Example configuration for intersphinx: refer to the Python standard library.
270
intersphinx_mapping = {'http://docs.python.org/': None}
271
+
272
273
+extlinks = {'issue': ('https://github.com/pydata/pandas-datareader/issues/%s',
274
+ 'GH'),
275
+ 'wiki': ('https://github.com/pydata/pandas-datareader/wiki/%s',
276
+ 'wiki ')}
0 commit comments