Skip to content

Commit c794a87

Browse files
committed
DOC: start fixing warnings
1 parent ef0ad36 commit c794a87

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/source/whatsnew/v0.11.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ three types of multi-axis indexing.
4040
- A slice object with ints ``1:7``
4141
- A boolean array
4242

43-
See more at :ref:`Selection by Position <indexing.integer>`
43+
See more at Selection by Position indexing.integer
4444

4545
- ``.ix`` supports mixed integer and label based access. It is primarily label based, but will fallback to integer positional access. ``.ix`` is the most general and will support
4646
any of the inputs to ``.loc`` and ``.iloc``, as well as support for floating point label schemes. ``.ix`` is especially useful when dealing with mixed positional and label
@@ -50,7 +50,7 @@ three types of multi-axis indexing.
5050
is interpreted as position based or label based, it's usually better to be
5151
explicit and use ``.iloc`` or ``.loc``.
5252

53-
See more at :ref:`Advanced Indexing <advanced>` and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
53+
See more at Advanced Indexing and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
5454

5555

5656
Selection Deprecations

pandas/io/formats/style.py

+2
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,9 @@ def bar(self, subset=None, axis=0, color='#d65f5f', width=100,
982982
"""
983983
Color the background ``color`` proptional to the values in each column.
984984
Excludes non-numeric data by default.
985+
985986
.. versionadded:: 0.17.1
987+
986988
Parameters
987989
----------
988990
subset: IndexSlice, default None

0 commit comments

Comments
 (0)