Skip to content

Commit 71a4655

Browse files
committed
fixup advanced
1 parent 780f454 commit 71a4655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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 Selection by Position indexing.integer
43+
See more at :ref:`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 Advanced Indexing and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
53+
See more at :ref:`Advanced Indexing <advanced>` and :ref:`Advanced Hierarchical <advanced.advanced_hierarchical>`.
5454

5555

5656
Selection Deprecations

0 commit comments

Comments
 (0)