Skip to content

Commit d6fe3fe

Browse files
committed
Fixed typo in docs and created docs requirements.txt
1 parent 521219f commit d6fe3fe

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ coverage.xml
5454
# Sphinx documentation
5555
docs/*
5656
!docs/*.rst
57+
!docs/requirements.txt
5758

5859
# PyBuilder
5960
target/

docs/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
colour
2+
jsonschema
3+
openpyxl
4+
pandas
5+
sphinx==4
6+
xlrd

styleframe/style_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def apply_style_by_indexes(self, indexes_to_style, styler_obj, cols_to_style=Non
559559
560560
::
561561
562-
sf[sf['some_col'] = 20]
562+
sf[sf['some_col'] == 20]
563563
564564
:type indexes_to_style: list or tuple or int or Container
565565
:param styler_obj: `Styler` object that contains the style that will be applied to indexes in `indexes_to_style`

0 commit comments

Comments
 (0)