Skip to content

Commit 3c9a450

Browse files
DOC: add existing docs from pandas
1 parent 16e11b3 commit 3c9a450

File tree

3 files changed

+397
-0
lines changed

3 files changed

+397
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828
# Add any Sphinx extension module names here, as strings. They can be
2929
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3030
# ones.
31+
import IPython
32+
3133
extensions = [
3234
'sphinx.ext.autodoc',
3335
'sphinx.ext.intersphinx',
36+
'IPython.sphinxext.ipython_directive',
37+
'IPython.sphinxext.ipython_console_highlighting'
3438
]
3539

3640
# Add any paths that contain templates here, relative to this directory.

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Contents:
1111
.. toctree::
1212
:maxdepth: 2
1313

14+
remote_data.rst
15+
1416

1517

1618
Indices and tables

0 commit comments

Comments
 (0)