Skip to content

Commit

Permalink
Fixed typo in docs and created docs requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSpace2 committed Nov 9, 2021
1 parent 521219f commit d6fe3fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ coverage.xml
# Sphinx documentation
docs/*
!docs/*.rst
!docs/requirements.txt

# PyBuilder
target/
Expand Down
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
colour
jsonschema
openpyxl
pandas
sphinx==4
xlrd
2 changes: 1 addition & 1 deletion styleframe/style_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def apply_style_by_indexes(self, indexes_to_style, styler_obj, cols_to_style=Non
::
sf[sf['some_col'] = 20]
sf[sf['some_col'] == 20]
:type indexes_to_style: list or tuple or int or Container
:param styler_obj: `Styler` object that contains the style that will be applied to indexes in `indexes_to_style`
Expand Down

0 comments on commit d6fe3fe

Please sign in to comment.