Skip to content

Commit 413e2c6

Browse files
TomAugspurgerjreback
authored andcommitted
ENH: Style blocks (#15954)
1 parent 61d84db commit 413e2c6

File tree

13 files changed

+447
-164
lines changed

13 files changed

+447
-164
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ doc/source/index.rst
103103
doc/build/html/index.html
104104
# Windows specific leftover:
105105
doc/tmp.sv
106+
doc/source/templates/

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ global-exclude *.png
2525
# recursive-include LICENSES *
2626
include versioneer.py
2727
include pandas/_version.py
28+
include pandas/formats/templates/*.tpl

ci/requirements-3.5_DOC.run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ipython
22
ipykernel
3+
ipywidgets
34
sphinx
45
nbconvert
56
nbformat

0 commit comments

Comments
 (0)